HomeSort by relevance Sort by last modified time
    Searched refs:F_DUPFD (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/bison/lib/
dup-safer.c 33 return fcntl (fd, F_DUPFD, STDERR_FILENO + 1);
dup-safer-flag.c 31 fcntl(F_DUPFD_CLOEXEC) rather than fcntl(F_DUPFD). */
36 return fcntl (fd, (flag & O_CLOEXEC) ? F_DUPFD_CLOEXEC : F_DUPFD,
dup2.c 119 # ifndef F_DUPFD
144 # ifdef F_DUPFD
145 result = fcntl (fd, F_DUPFD, desired_fd);
fcntl.c 155 F_DUPFD - duplicate FD, with int ARG being the minimum target fd.
178 case F_DUPFD:
185 case F_DUPFD:
214 } /* F_DUPFD */
230 avoid caching failure if the corresponding F_DUPFD fails
246 result = rpl_fcntl (fd, F_DUPFD, target);
253 result = rpl_fcntl (fd, F_DUPFD, target);
  /external/valgrind/main/none/tests/
fdleak_fcntl.c 13 (void) DO( fcntl(s1, F_DUPFD, s1) );
  /external/clang/test/Sema/
warn-type-safety.c 122 #define F_DUPFD 10
127 static const int F_DUPFD_tag __attribute__(( type_tag_for_datatype(fcntl,int) )) = F_DUPFD;
134 fcntl(0, F_DUPFD, 10); // no-warning
138 fcntl(0, F_DUPFD, f); // expected-warning {{argument type 'struct flock *' doesn't match specified 'fcntl' type tag that requires 'int'}}
142 fcntl(0, b ? F_DUPFD : F_SETLK, 10); // no-warning
143 fcntl(0, b + F_DUPFD, 10); // no-warning
144 fcntl(0, (b, F_DUPFD), 10); // expected-warning {{expression result unused}}
  /external/strace/xlat/
fcntlcmds.h 4 #if defined(F_DUPFD) || (defined(HAVE_DECL_F_DUPFD) && HAVE_DECL_F_DUPFD)
5 XLAT(F_DUPFD),
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 53 #define F_DUPFD 0
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 92 #define F_DUPFD 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm-generic/
fcntl.h 58 #define F_DUPFD 0 /* dup */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
fcntl.h 58 #define F_DUPFD 0 /* dup */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/asm-generic/
fcntl.h 64 #define F_DUPFD 0

Completed in 484 milliseconds

1 2 3 4 5