/third_party/musl/libc-test/src/functionalext/supplement/ipc/ |
H A D | ftok.c | 28 FILE_ABSOLUTE_PATH("ftok", path); in ftok_0100() 29 key_t result = ftok(path, 1); in ftok_0100() 40 key_t result = ftok("./test", 1); in ftok_0200()
|
H A D | semtimedop.c | 44 key_t key = ftok(path, 1); in semtimedop_0100()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_sem.c | 41 T(k = ftok(path, id)); in inc() 92 T(k = ftok(path, id)); in dec()
|
H A D | ipc_shm.c | 36 T(k = ftok(path, id)); in set() 89 T(k = ftok(path, id)); in get()
|
H A 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/ |
H A D | 12-3-buildonly.c | 11 * key_t ftok(const char *, int) 22 dummyvar = ftok; in dummyfcn()
|
/third_party/musl/src/ipc/ |
H A 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/ |
H A D | ipc.h | 33 key_t ftok (const char *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ipc.h | 37 key_t ftok (const char *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ipc.h | 37 key_t ftok (const char *, int);
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ipc.h | 37 key_t ftok (const char *, int);
|
/third_party/musl/include/sys/ |
H A D | ipc.h | 37 key_t ftok (const char *, int);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | ipc.h | 39 key_t ftok (const char *, int);
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_ipc.c | 26 {key_t(*p)(const char*,int) = ftok;} in f()
|
H A D | sys_sem.c | 54 {key_t(*p)(const char*,int) = ftok;} in f()
|
H A D | sys_shm.c | 49 {key_t(*p)(const char*,int) = ftok;} in f()
|
/third_party/backends/backend/ |
H A D | snapscan-mutex.c | 145 ipc_key = ftok(dev, 0x12); in snapscani_mutex_open()
|
/third_party/ltp/libs/libltpnewipc/ |
H A D | libnewipc.c | 41 key = ftok(buf, id); in getipckey() 44 "ftok() failed at %s:%d", file, lineno); in getipckey()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/lib/ |
H A D | hugetlb.c | 64 * ftok() requires a character as a second argument. This is in getipckey() 76 ipc_key = ftok(curdir, ascii_a + random() % 26); in getipckey()
|
/third_party/ltp/libs/libltpipc/ |
H A D | libipc.c | 67 * ftok() requires a character as a second argument. This is in getipckey() 73 if ((ipc_key = ftok(curdir, proj_id)) == -1) { in getipckey() 74 tst_brkm(TBROK, cleanup, "Can't get msgkey from ftok()"); in getipckey()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
H A D | 9-1.c | 128 key = ftok("conformance/interfaces/sched_setparam/9-1.c", 1234); in main()
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
H A D | setns02.c | 164 ipc_key = ftok(tmp, 65); in setup()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
H A D | cpuset_memory_test.c | 257 key = ftok("/dev/null", key_id); in shm() 259 err(1, "ftok() failed\n"); in shm()
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_process.c | 217 key = ftok("/dev/null", key_id); in shm() 219 err(1, "ftok() failed"); in shm()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap05.c | 238 key = ftok(PATH_MEMINFO, strlen(PATH_MEMINFO)); in setup() 240 tst_brk(TBROK | TERRNO, "ftok"); in setup()
|