Searched refs:STDERR_FILENO (Results 1 – 15 of 15) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_daemon.c | 57 if (dup2(fd, STDERR_FILENO) == -1) { in ngx_daemon() 63 if (fd > STDERR_FILENO) { in ngx_daemon()
|
| H A D | ngx_posix_init.c | 129 if (dup2(pp[1], STDERR_FILENO) == -1) { 134 if (pp[1] > STDERR_FILENO) {
|
| H A D | ngx_files.h | 369 #define ngx_stderr STDERR_FILENO 370 #define ngx_set_stderr(fd) dup2(fd, STDERR_FILENO)
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed.c | 198 if (dup2(devnull, STDERR_FILENO) < 0) in _finish_daemonize() 202 if ((devnull > STDERR_FILENO) && (close(devnull) < 0)) in _finish_daemonize() 231 zed_file_close_from(STDERR_FILENO + 1); in main()
|
| H A D | zed_exec.c | 114 (void) dup2(fd, STDERR_FILENO); in _zed_exec_fork_child()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_compat.c | 99 (void) write(STDERR_FILENO, "execvP: ", 8); in execvPe() 100 (void) write(STDERR_FILENO, p, lp); in execvPe() 101 (void) write(STDERR_FILENO, ": path too long\n", in execvPe()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | jemalloc_internal_decls.h | 73 # define STDERR_FILENO 2 macro
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_syslog.c | 194 REAL_VOID(writev(STDERR_FILENO, iov, 3)); in xo_send_syslog()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | malloc_io.c | 73 malloc_write_fd(STDERR_FILENO, s, strlen(s)); in wrtmessage()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/ |
| H A D | xattrtest.c | 275 (void) dup2(devnull_fd, STDERR_FILENO); in run_process()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | stats_print.c | 70 UNUSED ssize_t err = malloc_write_fd(STDERR_FILENO, in token_error()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 908 (void) dup2(devnull_fd, STDERR_FILENO); in libzfs_run_process_impl()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | server.c | 3754 dup2(fd, STDERR_FILENO); in daemonize() 3755 if (fd > STDERR_FILENO) close(fd); in daemonize()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 4692 (void) dup2(STDERR_FILENO, STDOUT_FILENO); in zfs_do_send()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 571 backtrace_symbols_fd(buffer, nptrs, STDERR_FILENO); in sig_handler()
|