Searched refs:STDOUT_FILENO (Results 26 - 31 of 31) sorted by relevance

12

/haiku/src/servers/launch/
H A DLaunchDaemon.cpp2148 open_stdio(STDOUT_FILENO, O_WRONLY);
2149 dup2(STDOUT_FILENO, STDERR_FILENO);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp74 write(STDOUT_FILENO, buffer, strlen(buffer));
/haiku/src/servers/debug/
H A DDebugServer.cpp1295 dup2(console, STDOUT_FILENO);
/haiku/src/bin/debug/strace/
H A Dstrace.cpp745 colorize = colorize && isatty(STDOUT_FILENO);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1656 #define STDOUT_FILENO FSSH_STDOUT_FILENO macro
/haiku/src/bin/network/ftpd/
H A Dftpd.c511 (void) dup2(fd, STDOUT_FILENO);

Completed in 124 milliseconds

12