HomeSort by: relevance | last modified time | path
    Searched refs:STDERR_FILENO (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/xdm/dist/xdm/
error.c 56 write(STDERR_FILENO, buf, len);
129 if (i != STDERR_FILENO) {
130 dup2 (i, STDERR_FILENO);
  /xsrc/external/mit/xinit/dist/launchd/user_startx/
launchd_startx.c 55 asl_log_descriptor(aslc, NULL, ASL_LEVEL_NOTICE, STDERR_FILENO, ASL_LOG_DESCRIPTOR_WRITE);
  /xsrc/external/mit/libxcb/dist/src/
xcb_conn.c 199 write(STDERR_FILENO, xcb_setup_failed_reason(setup), xcb_setup_failed_reason_length(setup));
200 write(STDERR_FILENO, &newline, 1);
207 write(STDERR_FILENO, xcb_setup_authenticate_reason(setup), xcb_setup_authenticate_reason_length(setup));
208 write(STDERR_FILENO, &newline, 1);
  /xsrc/external/mit/xorg-server.old/dist/os/
backtrace.c 150 closefrom(STDERR_FILENO);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/
xorg-wrapper.c 219 for (i = STDIN_FILENO; i <= STDERR_FILENO; i++) {
223 if (i > STDERR_FILENO) {
  /xsrc/external/mit/xfs/dist/os/
utils.c 86 #ifndef STDERR_FILENO
87 # define STDERR_FILENO fileno(stderr)
89 #define WRITES(s) write(STDERR_FILENO, s, strlen(s))
  /xsrc/external/mit/iceauth/dist/
process.c 508 #ifdef STDERR_FILENO
509 if (verbose && iceauth_modified) WRITES(STDERR_FILENO, "\r\n");
672 #ifdef STDERR_FILENO
673 WRITES(STDERR_FILENO, "\nAborting changes to authority file ");
674 WRITES(STDERR_FILENO, iceauth_filename);
675 WRITES(STDERR_FILENO, "\n");
  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
server.c 155 asl_log_descriptor(aslc, NULL, ASL_LEVEL_NOTICE, STDERR_FILENO, ASL_LOG_DESCRIPTOR_WRITE);
  /xsrc/external/mit/xorg-server/dist/os/
backtrace.c 256 closefrom(STDERR_FILENO);
  /xsrc/external/mit/xauth/dist/
process.c 682 #ifdef STDERR_FILENO
683 if (verbose && xauth_modified) WRITES(STDERR_FILENO, "\r\n");
894 #ifdef STDERR_FILENO
895 WRITES(STDERR_FILENO, "\nAborting changes to authority file ");
896 WRITES(STDERR_FILENO, xauth_filename);
897 WRITES(STDERR_FILENO, "\n");
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_init.c 147 for (i = STDIN_FILENO; i <= STDERR_FILENO; i++) {
  /xsrc/external/mit/libXfont2/dist/test/
test-fserve-read-glyphs.c 57 conn->fs_fd = dup(STDERR_FILENO);
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
bundle-main.c 527 asl_log_descriptor(aslc, NULL, ASL_LEVEL_NOTICE, STDERR_FILENO, ASL_LOG_DESCRIPTOR_WRITE);
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefs.c 324 for (fd = STDERR_FILENO + 1; fd < rl.rlim_cur; fd++)
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefs.c 354 for (i = STDERR_FILENO+1; i < rl.rlim_cur; i++)
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/
X11Controller.m 416 dup2(stderr_pipe[1], STDERR_FILENO);
  /xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-death-test.cc 1034 add_stderr_action->fd.target_fd = STDERR_FILENO;
gtest-port.cc 92 // MSVC and C++Builder do not provide a definition of STDERR_FILENO.
97 const int kStdErrFileno = STDERR_FILENO;
  /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-port.cc 84 // MSVC and C++Builder do not provide a definition of STDERR_FILENO.
89 const int kStdErrFileno = STDERR_FILENO;
  /xsrc/external/mit/xedit/dist/
ispell.c 303 #ifdef STDERR_FILENO
304 # define WRITES(s) write(STDERR_FILENO, s, strlen(s))

Completed in 51 milliseconds