Searched refs:F_DUPFD_CLOEXEC (Results 1 – 20 of 20) sorted by relevance
/external/bison/m4/ |
D | fcntl.m4 | 9 # - supports or emulates F_DUPFD_CLOEXEC 18 dnl Persuade glibc to expose F_DUPFD_CLOEXEC. 52 dnl Many systems lack F_DUPFD_CLOEXEC 53 AC_CACHE_CHECK([whether fcntl understands F_DUPFD_CLOEXEC], 57 #ifndef F_DUPFD_CLOEXEC 63 /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
|
/external/strace/xlat/ |
D | fcntlcmds.h | 68 #if !(defined(F_DUPFD_CLOEXEC) || (defined(HAVE_DECL_F_DUPFD_CLOEXEC) && HAVE_DECL_F_DUPFD_CLOEXEC)) 69 # define F_DUPFD_CLOEXEC (1024 + 6) macro 117 XLAT(F_DUPFD_CLOEXEC),
|
D | fcntlcmds.in | 26 F_DUPFD_CLOEXEC (1024 + 6)
|
/external/ltp/include/lapi/ |
D | fcntl.h | 30 #ifndef F_DUPFD_CLOEXEC 31 # define F_DUPFD_CLOEXEC 1030 macro
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 41 #if !defined(F_DUPFD_CLOEXEC) 42 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro 242 F_DUPFD_CLOEXEC), in RestrictFcntlCommands()
|
/external/bison/lib/ |
D | fcntl.in.h | 171 #ifndef F_DUPFD_CLOEXEC 172 # define F_DUPFD_CLOEXEC 0x40000000
|
D | dup-safer-flag.c | 36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD, in dup_safer_flag()
|
D | cloexec.c | 82 return fcntl (fd, F_DUPFD_CLOEXEC, 0); in dup_cloexec()
|
D | fcntl.c | 217 case F_DUPFD_CLOEXEC: in rpl_fcntl()
|
/external/kernel-headers/original/uapi/linux/ |
D | fcntl.h | 16 #define F_DUPFD_CLOEXEC (F_LINUX_SPECIFIC_BASE + 6) macro
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl29.c | 57 TEST(fcntl(test_fd, F_DUPFD_CLOEXEC, 0)); in main()
|
/external/bison/linux-lib/ |
D | fcntl.h | 483 #ifndef F_DUPFD_CLOEXEC 484 # define F_DUPFD_CLOEXEC 0x40000000 macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 483 #ifndef F_DUPFD_CLOEXEC 484 # define F_DUPFD_CLOEXEC 0x40000000 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 542 #ifdef F_DUPFD_CLOEXEC 543 { "F_DUPFD_CLOEXEC", (unsigned long) F_DUPFD_CLOEXEC },
|
/external/strace/ |
D | fcntl.c | 102 case F_DUPFD_CLOEXEC: in print_fcntl()
|
D | NEWS | 200 F_DUPFD_CLOEXEC fcntl commands, as file descriptors.
|
D | ChangeLog-CVS | 88 Decode fcntl's F_{GET,SET}LEASE, F_NOTIFY, and F_DUPFD_CLOEXEC. 91 F_DUPFD_CLOEXEC to fcntlcmds[]. Create notifyflags[] array.
|
D | ChangeLog | 16056 fcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code with RVAL_FD flag. 16058 for F_DUPFD and F_DUPFD_CLOEXEC operations. 16064 F_DUPFD_CLOEXEC, F_NOTIFY, F_SETLEASE, and F_GETLEASE macros.
|
/external/valgrind/ |
D | NEWS | 2222 238696 fcntl command F_DUPFD_CLOEXEC not supported
|
/external/bison/ |
D | configure | 20641 /* The Linux kernel only added F_DUPFD_CLOEXEC in 2.6.24, so we always replace
|