#include <sys/wait.h>#include "test.h"#include "usctest.h"#include "ipcmsg.h"Go to the source code of this file.
Functions | |
| void | cleanup (void) |
| void | setup (void) |
| void | do_child (void) |
| int | main (int ac, char **av) |
Variables | |
| char * | TCID = "msgsnd06" |
| int | TST_TOTAL = 1 |
| int | Tst_count |
| int | exp_enos [] = { EIDRM, 0 } |
| int | msg_q_1 = -1 |
| MSGBUF | msg_buf |
| void do_child | ( | void | ) |
Definition at line 126 of file msgctl05.c.
| int main | ( | int | ac, | |
| char ** | av | |||
| ) |
Definition at line 77 of file msgsnd06.c.
| void setup | ( | void | ) |
Definition at line 130 of file msgctl01.c.
| int exp_enos[] = { EIDRM, 0 } |
Definition at line 72 of file msgsnd06.c.
Definition at line 75 of file msgsnd06.c.
| int msg_q_1 = -1 |
Definition at line 74 of file msgsnd06.c.
| char* TCID = "msgsnd06" |
Definition at line 68 of file msgsnd06.c.
| int TST_TOTAL = 1 |
Definition at line 69 of file msgsnd06.c.
1.5.8