Home
last modified time | relevance | path

Searched refs:proj_id (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/libs/libltpipc/
H A Dlibipc.c56 int proj_id; in getipckey() local
70 proj_id = count % 26 + ascii_a; in getipckey()
73 if ((ipc_key = ftok(curdir, proj_id)) == -1) { in getipckey()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1873 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2767 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3959 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3918 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs4087 pub fn ftok(pathname: *const ::c_char, proj_id: ::c_int) -> ::key_t; in ftok()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5150 pub fn ftok(pathname: *const c_char, proj_id: ::c_int) -> key_t; in ftok()

Completed in 65 milliseconds