#include "ipcshm.h"Go to the source code of this file.
Classes | |
| struct | test_case_t |
Functions | |
| int | main (int ac, char **av) |
| void | setup (void) |
| void | cleanup (void) |
Variables | |
| char * | TCID = "shmget02" |
| int | TST_TOTAL = 5 |
| int | Tst_count |
| int | exp_enos [] = {ENOENT, EEXIST, EINVAL, 0} |
| int | shm_id_1 = -1 |
| int | shm_nonexisting_key = -1 |
| int | shmkey2 |
| struct test_case_t | TC [] |
| void cleanup | ( | void | ) |
Definition at line 190 of file shmget02.c.
| int main | ( | int | ac, | |
| char ** | av | |||
| ) |
Definition at line 89 of file shmget02.c.
| void setup | ( | void | ) |
Definition at line 146 of file shmget02.c.
| int exp_enos[] = {ENOENT, EEXIST, EINVAL, 0} |
Definition at line 59 of file shmget02.c.
| int shm_id_1 = -1 |
Definition at line 62 of file shmget02.c.
| int shm_nonexisting_key = -1 |
Definition at line 63 of file shmget02.c.
| int shmkey2 |
Definition at line 64 of file shmget02.c.
| struct test_case_t TC[] |
| char* TCID = "shmget02" |
Definition at line 55 of file shmget02.c.
| int TST_TOTAL = 5 |
Definition at line 56 of file shmget02.c.
1.5.8