/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 33 #define F_GETSIG 11 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/x86_64/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 33 #define F_GETSIG 11 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 35 #define F_GETSIG 11 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 31 #define F_GETSIG 11 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 35 #define F_GETSIG 11 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 36 #define F_GETSIG 11 macro
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 276 TEST(fcntl(test_fd, F_GETSIG)); in test_set_and_get_sig() 292 TEST(fcntl(test_fd, F_GETSIG)); in test_set_and_get_sig()
|
/third_party/python/Modules/ |
D | fcntlmodule.c | 522 #ifdef F_GETSIG in all_ins() 523 if (PyModule_AddIntMacro(m, F_GETSIG)) return -1; in all_ins()
|