Home
last modified time | relevance | path

Searched refs:ftok (Results 1 – 25 of 41) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/ipc/
Dftok.c29 key_t result = ftok(path, 1); in ftok_0100()
40 key_t result = ftok("./test", 1); in ftok_0200()
Dtest_src_functionalext_supplement_ipc.gni16 "ftok",
Dsemtimedop.c44 key_t key = ftok(path, 1); in semtimedop_0100()
/third_party/musl/libc-test/src/functional/
Dipc_sem.c41 T(k = ftok(path, id)); in inc()
92 T(k = ftok(path, id)); in dec()
Dipc_shm.c36 T(k = ftok(path, id)); in set()
89 T(k = ftok(path, id)); in get()
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/
D12-3-buildonly.c22 dummyvar = ftok; in dummyfcn()
/third_party/musl/src/ipc/
Dftok.c4 key_t ftok(const char *path, int id) in ftok() function
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dipc.h33 key_t ftok (const char *, int);
/third_party/musl/ndk_musl_include/sys/
Dipc.h37 key_t ftok (const char *, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dipc.h37 key_t ftok (const char *, int);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dipc.h37 key_t ftok (const char *, int);
/third_party/musl/include/sys/
Dipc.h37 key_t ftok (const char *, int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dipc.h37 key_t ftok (const char *, int);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dipc.h39 key_t ftok (const char *, int);
/third_party/musl/libc-test/src/api/
Dsys_ipc.c26 {key_t(*p)(const char*,int) = ftok;} in f()
Dsys_shm.c49 {key_t(*p)(const char*,int) = ftok;} in f()
Dsys_sem.c54 {key_t(*p)(const char*,int) = ftok;} in f()
/third_party/ltp/testcases/kernel/mem/hugetlb/lib/
Dhugetlb.c76 ipc_key = ftok(curdir, ascii_a + random() % 26); in getipckey()
/third_party/ltp/libs/libltpnewipc/
Dlibnewipc.c41 key = ftok(buf, id); in getipckey()
/third_party/ltp/libs/libltpipc/
Dlibipc.c73 if ((ipc_key = ftok(curdir, proj_id)) == -1) { in getipckey()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
D9-1.c128 key = ftok("conformance/interfaces/sched_setparam/9-1.c", 1234); in main()
/third_party/ltp/testcases/kernel/syscalls/setns/
Dsetns02.c164 ipc_key = ftok(tmp, 65); in setup()
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_process.c217 key = ftok("/dev/null", key_id); in shm()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
Dhugemmap05.c241 key = ftok(PATH_MEMINFO, strlen(PATH_MEMINFO)); in setup()

12