/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 29 #define F_GETOWN 9 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 29 #define F_GETOWN 9 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 29 #define F_GETOWN 9 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 31 #define F_GETOWN 9 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 29 #define F_GETOWN 9 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 29 #define F_GETOWN 9 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 33 #define F_GETOWN 9 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 29 #define F_GETOWN 23 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 29 #define F_GETOWN 9 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 29 #define F_GETOWN 9 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 29 #define F_GETOWN 23 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 29 #define F_GETOWN 23 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 29 #define F_GETOWN 9 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 33 #define F_GETOWN 9 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 34 #define F_GETOWN 9 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 29 #define F_GETOWN 9 macro
|
/third_party/musl/porting/liteos_a/user/src/fcntl/ |
D | fcntl.c | 15 if (cmd == F_GETOWN) { in fcntl()
|
/third_party/musl/src/fcntl/ |
D | fcntl.c | 16 if (cmd == F_GETOWN) { in fcntl()
|
/third_party/musl/libc-test/src/api/ |
D | fcntl.c | 17 C(F_GETOWN) in f()
|
/third_party/NuttX/fs/vfs/ |
D | fs_fcntl.c | 168 case F_GETOWN: in file_vfcntl()
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 513 #ifdef F_GETOWN in all_ins() 514 if (PyModule_AddIntMacro(m, F_GETOWN)) return -1; in all_ins()
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 142 TEST(fcntl(test_fd, F_GETOWN)); in setup()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 39 AT_SYMLINK_NOFOLLOW, F_ADD_SEALS, F_GETFL, F_GETLEASE, F_GETOWN, F_GETPIPE_SZ, F_GETSIG, 929 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETOWN))) in fcntl_getown() 933 ret_c_int(syscall_readonly!(__NR_fcntl, fd, c_uint(F_GETOWN))) in fcntl_getown()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/ |
D | mod.rs | 252 pub const F_GETOWN: ::c_int = 9; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 225 F_GETOWN
|