Home
last modified time | relevance | path

Searched refs:F_GETSIG (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/arch/riscv64/bits/
Dfcntl.h33 #define F_GETSIG 11 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/x86_64/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h33 #define F_GETSIG 11 macro
/third_party/musl/arch/arm/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h35 #define F_GETSIG 11 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h31 #define F_GETSIG 11 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h35 #define F_GETSIG 11 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h36 #define F_GETSIG 11 macro
/third_party/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl31.c276 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/
Dfcntlmodule.c522 #ifdef F_GETSIG in all_ins()
523 if (PyModule_AddIntMacro(m, F_GETSIG)) return -1; in all_ins()