Home
last modified time | relevance | path

Searched refs:ftok (Results 1 - 25 of 32) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/ipc/
H A Dftok.c28 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 Dsemtimedop.c44 key_t key = ftok(path, 1); in semtimedop_0100()
/third_party/musl/libc-test/src/functional/
H A Dipc_sem.c41 T(k = ftok(path, id)); in inc()
92 T(k = ftok(path, id)); in dec()
H A Dipc_shm.c36 T(k = ftok(path, id)); in set()
89 T(k = ftok(path, id)); in get()
H A Dipc_msg.c39 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 D12-3-buildonly.c11 * key_t ftok(const char *, int)
22 dummyvar = ftok; in dummyfcn()
/third_party/musl/src/ipc/
H A Dftok.c4 key_t ftok(const char *path, int id) in ftok() function
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dipc.h33 key_t ftok (const char *, int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dipc.h37 key_t ftok (const char *, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dipc.h37 key_t ftok (const char *, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dipc.h37 key_t ftok (const char *, int);
/third_party/musl/include/sys/
H A Dipc.h37 key_t ftok (const char *, int);
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dipc.h39 key_t ftok (const char *, int);
/third_party/musl/libc-test/src/api/
H A Dsys_ipc.c26 {key_t(*p)(const char*,int) = ftok;} in f()
H A Dsys_sem.c54 {key_t(*p)(const char*,int) = ftok;} in f()
H A Dsys_shm.c49 {key_t(*p)(const char*,int) = ftok;} in f()
/third_party/backends/backend/
H A Dsnapscan-mutex.c145 ipc_key = ftok(dev, 0x12); in snapscani_mutex_open()
/third_party/ltp/libs/libltpnewipc/
H A Dlibnewipc.c41 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 Dhugetlb.c64 * 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 Dlibipc.c67 * 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 D9-1.c128 key = ftok("conformance/interfaces/sched_setparam/9-1.c", 1234); in main()
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns02.c164 ipc_key = ftok(tmp, 65); in setup()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H A Dcpuset_memory_test.c257 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 Dmemcg_process.c217 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 Dhugemmap05.c238 key = ftok(PATH_MEMINFO, strlen(PATH_MEMINFO)); in setup()
240 tst_brk(TBROK | TERRNO, "ftok"); in setup()

Completed in 8 milliseconds

12