HomeSort by: relevance | last modified time | path
    Searched refs:F_DUPFD (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb/dist/gnulib/import/
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,
fcntl.c 172 /* Our implementation of fcntl (fd, F_DUPFD, target). */
188 F_DUPFD - duplicate FD, with int ARG being the minimum target fd.
213 case F_DUPFD:
349 #ifdef F_DUPFD /* POSIX */
350 case F_DUPFD:
467 result = fcntl (fd, F_DUPFD, target);
482 result = fcntl (fd, F_DUPFD, target);
496 has only the same effect as fcntl (fd, F_DUPFD, target). */
507 avoid caching failure if the corresponding F_DUPFD fails
561 /* EPERM for F_DUPFD, ENOTSUP for others *
    [all...]
fcntl.in.h 254 #ifndef F_DUPFD
255 # define F_DUPFD 1
  /src/external/gpl3/gdb.old/dist/gnulib/import/
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,
fcntl.c 172 /* Our implementation of fcntl (fd, F_DUPFD, target). */
188 F_DUPFD - duplicate FD, with int ARG being the minimum target fd.
213 case F_DUPFD:
349 #ifdef F_DUPFD /* POSIX */
350 case F_DUPFD:
467 result = fcntl (fd, F_DUPFD, target);
482 result = fcntl (fd, F_DUPFD, target);
496 has only the same effect as fcntl (fd, F_DUPFD, target). */
507 avoid caching failure if the corresponding F_DUPFD fails
561 /* EPERM for F_DUPFD, ENOTSUP for others *
    [all...]
fcntl.in.h 254 #ifndef F_DUPFD
255 # define F_DUPFD 1
  /src/external/gpl2/xcvs/dist/lib/
dup-safer.c 42 #ifdef F_DUPFD
43 return fcntl (fd, F_DUPFD, STDERR_FILENO + 1);
dup2.c 35 #ifndef F_DUPFD
59 #ifdef F_DUPFD
60 return fcntl (fd, F_DUPFD, desired_fd);
  /src/external/bsd/ntp/dist/libntp/
socket.c 60 #if !defined(SYS_WINNT) && defined(F_DUPFD)
104 newfd = fcntl(fd, F_DUPFD, socket_boundary);
121 #endif /* !defined(SYS_WINNT) && defined(F_DUPFD) */
  /src/external/gpl2/rcs/dist/src/
rcsutil.c 65 * Define dup in terms of F_DUPFD if it exists.
836 # ifdef F_DUPFD
837 return fcntl(fd, F_DUPFD, STDERR_FILENO + 1);
896 #ifdef F_DUPFD
898 # define dup(fd) fcntl(fd, F_DUPFD, 0)
911 # ifdef F_DUPFD
912 new = fcntl(old, F_DUPFD, new);
1043 # ifdef F_DUPFD
1049 # ifdef F_DUPFD
1050 fcntl(infd, F_DUPFD, STDIN_FILENO) != STDIN_FILEN
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
fcntl.d 58 F_DUPFD
102 enum F_DUPFD = 0;
402 enum F_DUPFD = 0;
446 enum F_DUPFD = 0;
507 enum F_DUPFD = 0;
573 enum F_DUPFD = 0;
661 enum F_DUPFD = 0;
706 enum F_DUPFD = 0;
  /src/external/ibm-public/postfix/dist/src/util/
vstream.h 155 #ifdef F_DUPFD
177 #ifdef F_DUPFD
  /src/bin/sh/
redir.c 86 #define F_DUPFD_CLOEXEC F_DUPFD
325 if ((i = fcntl(fd, F_DUPFD,
334 i = fcntl(fd, F_DUPFD,
339 i = fcntl(fd, F_DUPFD,
713 if ((fd = fcntl(0, F_DUPFD, (fcntl_int)(i - 1))) >= 0) {
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
fcntl.h 765 #ifndef F_DUPFD
766 # define F_DUPFD 1

Completed in 46 milliseconds

1 2 3 4