/external/bison/lib/ |
dup-safer.c | 29 #ifndef STDERR_FILENO 30 # define STDERR_FILENO 2 34 STDERR_FILENO. */ 40 return fcntl (fd, F_DUPFD, STDERR_FILENO + 1);
|
fd-safer.c | 33 #ifndef STDERR_FILENO 34 # define STDERR_FILENO 2 49 if (STDIN_FILENO <= fd && fd <= STDERR_FILENO)
|
fopen-safer.c | 30 #ifndef STDERR_FILENO 31 # define STDERR_FILENO 2 45 if (0 <= fd && fd <= STDERR_FILENO)
|
/bionic/libc/stdlib/ |
setjmperr.c | 45 (void)write(STDERR_FILENO, ERRMSG, sizeof(ERRMSG) - 1);
|
/system/core/toolbox/ |
readtty.c | 123 write(STDERR_FILENO, ¤t_char, 1); 154 write(STDERR_FILENO, ¤t_char, 1); 155 write(STDERR_FILENO, "\b", 1); 160 write(STDERR_FILENO, ¤t_char, 1); 173 write(STDERR_FILENO, ¤t_char, 1); 174 write(STDERR_FILENO, "\b", 1);
|
dd.c | 315 fd != STDERR_FILENO) 597 (void)write(STDERR_FILENO, ".", 1); 1001 (void)write(STDERR_FILENO, "\n", 1); 1012 (void)write(STDERR_FILENO, buf, strlen(buf)); 1017 (void)write(STDERR_FILENO, buf, strlen(buf)); 1023 (void)write(STDERR_FILENO, buf, strlen(buf)); 1029 (void)write(STDERR_FILENO, buf, strlen(buf)); 1037 (void)write(STDERR_FILENO, buf, strlen(buf));
|
/frameworks/base/libs/utils/ |
Static.cpp | 83 static FdTextOutput gStderrTextOutput(STDERR_FILENO);
|
/external/dropbear/ |
compat.c | 183 (void)dup2(fd, STDERR_FILENO); 184 if (fd > STDERR_FILENO)
|
cli-session.c | 118 cli_ses.stderrcopy = dup(STDERR_FILENO); 119 cli_ses.stderrflags = fcntl(STDERR_FILENO, F_GETFL, 0);
|
cli-chansession.c | 350 channel->errfd = STDERR_FILENO; 351 setnonblocking(STDERR_FILENO);
|
/bionic/libc/netbsd/resolv/ |
herror.c | 119 writev(STDERR_FILENO, iov, (v - iov) + 1);
|
/bionic/libc/stdio/ |
findfp.c | 62 std(__SWR|__SNBF, STDERR_FILENO) /* stderr */
|
/bionic/libc/include/ |
unistd.h | 44 #define STDERR_FILENO 2
|
/bionic/libc/unistd/ |
exec.c | 194 (void)writev(STDERR_FILENO, iov, 3);
|
syslog.c | 236 (void)writev(STDERR_FILENO, iov, 2);
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ofstream.cpp | 23 ofstream cerr (STDERR_FILENO);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
unistd.h | 44 #define STDERR_FILENO 2
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
unistd.h | 44 #define STDERR_FILENO 2
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
unistd.h | 44 #define STDERR_FILENO 2
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
unistd.h | 44 #define STDERR_FILENO 2
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
unistd.h | 44 #define STDERR_FILENO 2
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
unistd.h | 44 #define STDERR_FILENO 2
|
/system/core/libcutils/ |
zygote.c | 89 cmsg_payload[2] = STDERR_FILENO;
|
/external/qemu/ |
arm-semi.c | 235 return write(STDERR_FILENO, &c, 1); 247 ret = write(STDERR_FILENO, s, len);
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
os_unix.c | 108 if (dup2(devnull, STDERR_FILENO) < 0) {
|