HomeSort by: relevance | last modified time | path
    Searched defs:STDERR_FILENO (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/external/gpl2/xcvs/dist/lib/
dup-safer.c 32 #ifndef STDERR_FILENO
33 # define STDERR_FILENO 2
37 STDERR_FILENO. */
43 return fcntl (fd, F_DUPFD, STDERR_FILENO + 1);
fd-safer.c 36 #ifndef STDERR_FILENO
37 # define STDERR_FILENO 2
52 if (STDIN_FILENO <= fd && fd <= STDERR_FILENO)
  /src/external/public-domain/xz/dist/src/xz/
private.h 51 #ifndef STDERR_FILENO
52 # define STDERR_FILENO (fileno(stderr))
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_decls.h 81 # define STDERR_FILENO 2
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 81 # define STDERR_FILENO 2
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_decls.h 73 # define STDERR_FILENO 2
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_decls.h 73 # define STDERR_FILENO 2
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
execute.c 69 #ifndef STDERR_FILENO
70 # define STDERR_FILENO 2
141 orig_stderr = dup_noinherit (STDERR_FILENO);
158 || nulloutfd == STDERR_FILENO
159 || dup2 (nulloutfd, STDERR_FILENO) >= 0)
161 || (null_stderr && nulloutfd == STDERR_FILENO)
171 dup2 (orig_stderr, STDERR_FILENO), close (orig_stderr);
231 STDERR_FILENO,
284 || nulloutfd == STDERR_FILENO
285 || dup2 (nulloutfd, STDERR_FILENO) >= 0
    [all...]
pipe.c 68 #ifndef STDERR_FILENO
69 # define STDERR_FILENO 2
171 orig_stderr = dup_noinherit (STDERR_FILENO);
182 && (nulloutfd == STDERR_FILENO
183 || (dup2 (nulloutfd, STDERR_FILENO) >= 0
212 dup2 (orig_stderr, STDERR_FILENO), close (orig_stderr);
304 STDERR_FILENO,
379 && (nulloutfd == STDERR_FILENO
380 || (dup2 (nulloutfd, STDERR_FILENO) >= 0
  /src/external/bsd/openldap/dist/libraries/liblutil/
getopt.c 43 #ifndef STDERR_FILENO
44 #define STDERR_FILENO 2
72 (void) write(STDERR_FILENO,outbuf,ptr - outbuf);
  /src/external/gpl2/xcvs/dist/src/
server.h 19 #define STDERR_FILENO 2
  /src/include/
unistd.h 82 #define STDERR_FILENO 2 /* standard error file descriptor */
  /src/external/bsd/nvi/usr.bin/nvi/
compat.h 59 #ifndef STDERR_FILENO
62 #define STDERR_FILENO 2
port.h 59 #ifndef STDERR_FILENO
62 #define STDERR_FILENO 2
  /src/external/bsd/pcc/dist/pcc/os/win32/
config.h 40 #ifndef STDERR_FILENO
41 #define STDERR_FILENO 2
  /src/external/gpl2/diffutils/dist/lib/
c-stack.c 57 #ifndef STDERR_FILENO
58 # define STDERR_FILENO 2
147 write (STDERR_FILENO, program_name, strlen (program_name));
148 write (STDERR_FILENO, ": ", 2);
149 write (STDERR_FILENO, message, strlen (message));
150 write (STDERR_FILENO, "\n", 1);
  /src/external/gpl2/groff/dist/src/include/
nonposix.h 46 # define STDERR_FILENO 2
  /src/external/gpl2/xcvs/dist/diff/
system.h 105 #ifndef STDERR_FILENO
106 #define STDERR_FILENO 2
  /src/external/mpl/dhcp/dist/includes/
osdep.h 288 #if !defined (STDERR_FILENO)
289 # define STDERR_FILENO 2
  /src/sbin/routed/
trace.c 215 if (isatty(STDERR_FILENO))
216 (void)dup2(fd, STDERR_FILENO);
378 dup2(fileno(ftrace), STDERR_FILENO);
  /src/external/gpl2/diffutils/dist/src/
system.h 119 #ifndef STDERR_FILENO
120 # define STDERR_FILENO 2
  /src/external/apache2/llvm/dist/llvm/lib/Support/
raw_ostream.cpp 54 #ifndef STDERR_FILENO
55 # define STDERR_FILENO 2
635 if (FD <= STDERR_FILENO)
894 static raw_fd_ostream S(STDERR_FILENO, false, true);
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 757 #ifndef STDERR_FILENO
758 # define STDERR_FILENO 2
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 757 #ifndef STDERR_FILENO
758 # define STDERR_FILENO 2
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 757 #ifndef STDERR_FILENO
758 # define STDERR_FILENO 2

Completed in 52 milliseconds

1 2 3 4