/third_party/ltp/include/lapi/ |
D | fcntl.h | 74 #ifndef F_OFD_GETLK 75 # define F_OFD_GETLK 36 macro
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | illumos.rs | 39 pub const F_OFD_GETLK: ::c_int = 47; constant
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 48 #define F_OFD_GETLK 36 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 49 #define F_OFD_GETLK 36 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 48 #define F_OFD_GETLK 36 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 49 #define F_OFD_GETLK 36 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 48 #define F_OFD_GETLK 36 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 49 #define F_OFD_GETLK 36 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 48 #define F_OFD_GETLK 36 macro
|
/third_party/musl/include/ |
D | fcntl.h | 48 #define F_OFD_GETLK 36 macro
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 504 #ifdef F_OFD_GETLK in all_ins() 505 if (PyModule_AddIntMacro(m, F_OFD_GETLK)) return -1; in all_ins()
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 429 F_OFD_GETLK(&'a mut libc::flock), 477 F_OFD_GETLK(flock) => libc::fcntl(fd, libc::F_OFD_GETLK, flock),
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 159 pub const F_OFD_GETLK: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 253 pub const F_OFD_GETLK: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 253 pub const F_OFD_GETLK: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 228 pub const F_OFD_GETLK: ::c_int = 36; constant
|
D | powerpc.rs | 385 pub const F_OFD_GETLK: ::c_int = 36; constant
|
/third_party/python/Doc/library/ |
D | fcntl.rst | 39 On Linux(>=3.15), the fcntl module exposes the ``F_OFD_GETLK``, ``F_OFD_SETLK``
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/ |
D | powerpc64.rs | 212 pub const F_OFD_GETLK: ::c_int = 36; constant
|
D | mips64.rs | 615 pub const F_OFD_GETLK: ::c_int = 36; constant
|
D | s390x.rs | 294 pub const F_OFD_GETLK: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 555 pub const F_OFD_GETLK: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 623 pub const F_OFD_GETLK: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/ |
D | mod.rs | 582 pub const F_OFD_GETLK: ::c_int = 36; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
D | mod.rs | 338 pub const F_OFD_GETLK: ::c_int = 36; constant
|