/third_party/ltp/include/lapi/ |
D | fcntl.h | 78 #ifndef F_OFD_SETLK 79 # define F_OFD_SETLK 37 macro
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | illumos.rs | 40 pub const F_OFD_SETLK: ::c_int = 48; constant
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 507 #ifdef F_OFD_SETLK in all_ins() 508 if (PyModule_AddIntMacro(m, F_OFD_SETLK)) return -1; in all_ins()
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 50 #define F_OFD_SETLK 37 macro
|
/third_party/musl/include/ |
D | fcntl.h | 49 #define F_OFD_SETLK 37 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 50 #define F_OFD_SETLK 37 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 50 #define F_OFD_SETLK 37 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 49 #define F_OFD_SETLK 37 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 49 #define F_OFD_SETLK 37 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 49 #define F_OFD_SETLK 37 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 49 #define F_OFD_SETLK 37 macro
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 425 F_OFD_SETLK(&'a libc::flock), 473 F_OFD_SETLK(flock) => libc::fcntl(fd, libc::F_OFD_SETLK, flock),
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 160 pub const F_OFD_SETLK: ::c_int = 37; constant
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl36.c | 197 my_fcntl(fd, F_OFD_SETLK, &lck); in fn_ofd_r()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 254 pub const F_OFD_SETLK: ::c_int = 37; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/ |
D | mod.rs | 254 pub const F_OFD_SETLK: ::c_int = 37; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | hexagon.rs | 229 pub const F_OFD_SETLK: ::c_int = 37; constant
|
D | powerpc.rs | 386 pub const F_OFD_SETLK: ::c_int = 37; 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 | mips64.rs | 616 pub const F_OFD_SETLK: ::c_int = 37; constant
|
D | s390x.rs | 295 pub const F_OFD_SETLK: ::c_int = 37; constant
|
D | powerpc64.rs | 213 pub const F_OFD_SETLK: ::c_int = 37; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 556 pub const F_OFD_SETLK: ::c_int = 37; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/riscv64/ |
D | mod.rs | 624 pub const F_OFD_SETLK: ::c_int = 37; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/mips/ |
D | mod.rs | 393 pub const F_OFD_SETLK: ::c_int = 37; constant
|