/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl01.c | 97 flags = fcntl(fd[2], F_GETFL, 0); in main() 106 flags = fcntl(fd[2], F_GETFL, 0); in main() 115 flags = fcntl(fd[2], F_GETFL, 0); in main() 124 flags = fcntl(fd[2], F_GETFL, 0); in main() 134 flags = fcntl(fd[2], F_GETFL, 0); in main()
|
/third_party/python/Python/ |
D | dup2.c | 23 if (fcntl(fd1, F_GETFL) < 0) in dup2() 25 if (fcntl(fd2, F_GETFL) >= 0) in dup2()
|
/third_party/ltp/testcases/kernel/syscalls/eventfd2/ |
D | eventfd2_02.c | 96 fl = fcntl(fd, F_GETFL); in main() 109 fl = fcntl(fd, F_GETFL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/socket/ |
D | socket02.c | 32 {SOCK_STREAM, 0, F_GETFL, "no non-blocking"}, 33 {SOCK_STREAM | SOCK_NONBLOCK, O_NONBLOCK, F_GETFL, "non-blocking"}
|
/third_party/ltp/testcases/kernel/syscalls/pipe2/ |
D | pipe2_01.c | 39 {O_DIRECT, F_GETFL, 0, "Test pipe2 using O_DIRECT flag"}, 40 {O_NONBLOCK, F_GETFL, 1, "Test pipe2 using O_NONBLOCK flag"},
|
D | pipe2_02_child.c | 22 if (fcntl(fd, F_GETFL) < 0 && errno == EBADF) in main()
|
/third_party/ltp/testcases/kernel/syscalls/inotify_init/ |
D | inotify_init1_02.c | 140 fl = fcntl(fd, F_GETFL); in main() 157 fl = fcntl(fd, F_GETFL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd03.c | 142 fl = fcntl(fd, F_GETFL); in main() 160 fl = fcntl(fd, F_GETFL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/signalfd4/ |
D | signalfd4_02.c | 146 fl = fcntl(fd, F_GETFL); in main() 164 fl = fcntl(fd, F_GETFL); in main()
|
/third_party/ltp/testcases/kernel/syscalls/socketpair/ |
D | socketpair02.c | 35 {SOCK_STREAM, 0, F_GETFL, "no non-blocking"}, 36 {SOCK_STREAM | SOCK_NONBLOCK, O_NONBLOCK, F_GETFL, "non-blocking"}
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_rewrite_test.c | 110 show_result(fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) & ~O_APPEND)); in stage_rewrite_test() 154 show_result(fcntl(fd, F_SETFL, fcntl(fd, F_GETFL) & ~O_APPEND)); in stage_rewrite_test()
|
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_nonblock.c | 116 sflag = fcntl(lstn_sk, F_GETFL, 0); in main() 136 cflag = fcntl(sk, F_GETFL, 0); in main()
|
/third_party/musl/src/dirent/ |
D | fdopendir.c | 16 if (fcntl(fd, F_GETFL) & O_PATH) { in fdopendir()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 25 #define F_GETFL 3 macro
|