/third_party/musl/libc-test/src/functionalext/supplement/ipc/ |
D | ftok.c | 29 key_t result = ftok(path, 1); in ftok_0100() 40 key_t result = ftok("./test", 1); in ftok_0200()
|
D | test_src_functionalext_supplement_ipc.gni | 16 "ftok",
|
D | semtimedop.c | 44 key_t key = ftok(path, 1); in semtimedop_0100()
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_sem.c | 41 T(k = ftok(path, id)); in inc() 92 T(k = ftok(path, id)); in dec()
|
D | ipc_shm.c | 36 T(k = ftok(path, id)); in set() 89 T(k = ftok(path, id)); in get()
|
D | ipc_msg.c | 39 T(k = ftok(path, id)); in snd() 94 T(k = ftok(path, id)); in rcv()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 12-3-buildonly.c | 22 dummyvar = ftok; in dummyfcn()
|
/third_party/musl/src/ipc/ |
D | ftok.c | 4 key_t ftok(const char *path, int id) in ftok() function
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ipc.h | 33 key_t ftok (const char *, int);
|
/third_party/musl/ndk_musl_include/sys/ |
D | ipc.h | 37 key_t ftok (const char *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ipc.h | 37 key_t ftok (const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ipc.h | 37 key_t ftok (const char *, int);
|
/third_party/musl/include/sys/ |
D | ipc.h | 37 key_t ftok (const char *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ipc.h | 37 key_t ftok (const char *, int);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ipc.h | 39 key_t ftok (const char *, int);
|
/third_party/musl/libc-test/src/api/ |
D | sys_ipc.c | 26 {key_t(*p)(const char*,int) = ftok;} in f()
|
D | sys_shm.c | 49 {key_t(*p)(const char*,int) = ftok;} in f()
|
D | sys_sem.c | 54 {key_t(*p)(const char*,int) = ftok;} in f()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/lib/ |
D | hugetlb.c | 76 ipc_key = ftok(curdir, ascii_a + random() % 26); in getipckey()
|
/third_party/ltp/libs/libltpnewipc/ |
D | libnewipc.c | 41 key = ftok(buf, id); in getipckey()
|
/third_party/ltp/libs/libltpipc/ |
D | libipc.c | 73 if ((ipc_key = ftok(curdir, proj_id)) == -1) { in getipckey()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
D | 9-1.c | 128 key = ftok("conformance/interfaces/sched_setparam/9-1.c", 1234); in main()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
D | setns02.c | 164 ipc_key = ftok(tmp, 65); in setup()
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_process.c | 217 key = ftok("/dev/null", key_id); in shm()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap05.c | 241 key = ftok(PATH_MEMINFO, strlen(PATH_MEMINFO)); in setup()
|