/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | lockf.c | 39 ret = lockf(fd, F_ULOCK, 0); in lockf_0100() 62 ret = lockf(fd, F_ULOCK, 0); in lockf_0200() 87 ret = lockf(fd, F_ULOCK, 0); in lockf_0300()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | lockf.c | 23 case F_ULOCK: in lockf()
|
/third_party/musl/src/misc/ |
H A D | lockf.c | 24 case F_ULOCK: in lockf()
|
/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 120 #define F_ULOCK 0 macro
|
H A D | unistd.h | 158 #define F_ULOCK 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 119 #define F_ULOCK 0 macro
|
H A D | unistd.h | 131 #define F_ULOCK 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 119 #define F_ULOCK 0 macro
|
H A D | unistd.h | 131 #define F_ULOCK 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 119 #define F_ULOCK 0 macro
|
H A D | unistd.h | 131 #define F_ULOCK 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 122 #define F_ULOCK 0 macro
|
H A D | unistd.h | 136 #define F_ULOCK 0 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 119 #define F_ULOCK 0 macro
|
H A D | unistd.h | 156 #define F_ULOCK 0 macro
|
/third_party/musl/include/ |
H A D | fcntl.h | 122 #define F_ULOCK 0 macro
|
H A D | unistd.h | 195 #define F_ULOCK 0 macro
|
/third_party/eudev/src/collect/ |
H A D | collect.c | 490 lockf(fd, F_ULOCK, 0); in main()
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | unistd.h | 156 #define F_ULOCK 0 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | unistd.c | 97 C(F_ULOCK) in f()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 204 pub const F_ULOCK: ::c_int = 0; consts
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 168 res = lockf(mtablock, F_ULOCK, 0); in unlock_umount()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 883 pub const F_ULOCK: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 599 pub const F_ULOCK: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1862 pub const F_ULOCK: ::c_int = 0; consts
|