Home
last modified time | relevance | path

Searched refs:F_DUPFD (Results 1 – 25 of 38) sorted by relevance

12

/external/clang/test/Sema/
Dwarn-type-safety.c122 #define F_DUPFD 10 macro
127 static const int F_DUPFD_tag __attribute__(( type_tag_for_datatype(fcntl,int) )) = F_DUPFD;
134 fcntl(0, F_DUPFD, 10); // no-warning in test_argument_with_type_tag()
138 …fcntl(0, F_DUPFD, f); // expected-warning {{argument type 'struct flock *' doesn't match specifie… in test_argument_with_type_tag()
142 fcntl(0, b ? F_DUPFD : F_SETLK, 10); // no-warning in test_tag_expresssion()
143 fcntl(0, b + F_DUPFD, 10); // no-warning in test_tag_expresssion()
144 fcntl(0, (b, F_DUPFD), 10); // expected-warning {{expression result unused}} in test_tag_expresssion()
/external/strace/xlat/
Dfcntlcmds.h2 #if !(defined(F_DUPFD) || (defined(HAVE_DECL_F_DUPFD) && HAVE_DECL_F_DUPFD))
3 # define F_DUPFD 0 macro
93 XLAT(F_DUPFD),
Dfcntlcmds.in2 F_DUPFD 0
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl01.c75 if ((fd[2] = fcntl(fd[1], F_DUPFD, 1)) == -1) in main()
82 if ((fd[4] = fcntl(fd[1], F_DUPFD, fd2[3])) < 0) in main()
89 if ((fd[8] = fcntl(fd[1], F_DUPFD, fd2[5])) < 0) in main()
Dfcntl02.c56 TEST(fcntl(fd, F_DUPFD, min_fd)); in verify_fcntl()
Dfcntl12.c86 if (fcntl(1, F_DUPFD, 1) != -1) { in main()
Dfcntl15.c405 if ((fd_B = fcntl(fd_A, F_DUPFD, 0)) < 0) { in run_test()
/external/valgrind/none/tests/
Dfdleak_fcntl.c13 (void) DO( fcntl(s1, F_DUPFD, s1) ); in main()
/external/python/cpython2/Python/
Ddup2.c27 if (fcntl(fd1, F_DUPFD, fd2) < 0) in dup2()
/external/python/cpython3/Python/
Ddup2.c27 if (fcntl(fd1, F_DUPFD, fd2) < 0) in dup2()
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h100 #define F_DUPFD 0 /* dup */ macro
/external/python/cpython3/Modules/
Dfcntlmodule.c462 #ifdef F_DUPFD in all_ins()
463 if (PyModule_AddIntMacro(m, F_DUPFD)) return -1; in all_ins()
/external/python/cpython2/Modules/
Dfcntlmodule.c459 #ifdef F_DUPFD in all_ins()
460 if (ins(d, "F_DUPFD", (long)F_DUPFD)) return -1; in all_ins()
/external/wayland/src/
Dwayland-os.c86 newfd = fcntl(fd, F_DUPFD, minfd); in wl_os_dupfd_cloexec()
/external/minijail/linux-x86/
Dlibconstants.gen.c539 #ifdef F_DUPFD
540 { "F_DUPFD", (unsigned long) F_DUPFD },
/external/python/cpython2/Lib/plat-irix5/
DFILE.py170 F_DUPFD = 0 variable
/external/strace/
Dfcntl.c102 case F_DUPFD: in print_fcntl()
/external/mksh/src/
Dmain.c1218 if ((rv = fcntl(fd, F_DUPFD, FDBASE)) < 0) { in tty_init_fd()
1445 nfd = fcntl(shl_dbg_fd, F_DUPFD, FDBASE); in initio()
1484 if (fd < FDBASE && (nfd = fcntl(fd, F_DUPFD, FDBASE)) < 0 && in savefd()
Dshf.c77 nfd = fcntl(fd, F_DUPFD, FDBASE); in shf_open()
/external/valgrind/memcheck/tests/x86-linux/
Dscalar.c286 SY(__NR_fcntl, -1, F_DUPFD, x0); FAILx(EBADF); in main()
1005 SY(__NR_fcntl64, -1, F_DUPFD, x0); FAILx(EBADF); in main()
/external/python/cpython2/Lib/plat-irix6/
DFILE.py581 F_DUPFD = 0 variable
/external/valgrind/memcheck/tests/darwin/
Dscalar.c874 SY(__NR_fcntl, -1, F_DUPFD, x0); FAILx(EBADF); in main()
1572 SY(__NR_fcntl64, -1, F_DUPFD, x0); FAILx(EBADF); in main()
/external/python/cpython2/Lib/plat-atheos/
DIN.py634 F_DUPFD = 0 variable
/external/valgrind/memcheck/tests/arm64-linux/
Dscalar.c277 SY(__NR_fcntl, -1, F_DUPFD, x0); FAILx(EBADF); in main()
/external/valgrind/include/vki/
Dvki-darwin.h279 #define VKI_F_DUPFD F_DUPFD

12