/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | fcntl.h | 36 #define F_GETSIG 11 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/aarch64/bits/ |
H A D | fcntl.h | 33 #define F_GETSIG 11 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/m68k/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/arm/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | fcntl.h | 35 #define F_GETSIG 11 macro
|
/third_party/musl/arch/s390x/bits/ |
H A D | fcntl.h | 35 #define F_GETSIG 11 macro
|
/third_party/musl/arch/x32/bits/ |
H A D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl31.c | 22 * F_SETOWN_EX, F_GETSIG, F_SETSIG argument. 254 TEST(fcntl(test_fd, F_GETSIG)); in test_set_and_get_sig() 257 "fcntl(fd, F_GETSIG) get orig_sig failed"); in test_set_and_get_sig() 270 TEST(fcntl(test_fd, F_GETSIG)); in test_set_and_get_sig() 273 "fcntl(fd, F_GETSIG) get the set signal failed"); in test_set_and_get_sig()
|
/third_party/python/Modules/ |
H A D | fcntlmodule.c | 522 #ifdef F_GETSIG in all_ins() 523 if (PyModule_AddIntMacro(m, F_GETSIG)) return -1; in all_ins()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | syscalls.rs | 39 AT_SYMLINK_NOFOLLOW, F_ADD_SEALS, F_GETFL, F_GETLEASE, F_GETOWN, F_GETPIPE_SZ, F_GETSIG, 941 ret_c_int(syscall_readonly!(__NR_fcntl64, fd, c_uint(F_GETSIG))) 945 ret_c_int(syscall_readonly!(__NR_fcntl, fd, c_uint(F_GETSIG)))
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | hexagon.rs | 225 pub const F_GETSIG: ::c_int = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 208 pub const F_GETSIG: u32 = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 213 pub const F_GETSIG: u32 = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 213 pub const F_GETSIG: u32 = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 220 pub const F_GETSIG: u32 = 11; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 217 pub const F_GETSIG: u32 = 11; consts
|