Searched defs:stdout_fd (Results 1 - 4 of 4) sorted by relevance
/systemd/src/journal/ | ||
H A D | journald-server.h | 55 int stdout_fd; member in struct:Server |
/systemd/src/core/ | ||
H A D | execute.h | 241 int stdout_fd; member in struct:ExecParameters |
H A D | service.h | 196 int stdout_fd; member in struct:Service |
/systemd/src/import/ | ||
H A D | importd.c | 90 int stdout_fd; member in struct:Transfer 142 safe_close(t->stdout_fd); 172 t->stdout_fd = -1; 407 if (t->stdout_fd >= 0) { 408 if (dup2(t->stdout_fd, STDOUT_FILENO) != STDOUT_FILENO) { 413 if (t->stdout_fd != STDOUT_FILENO) 414 safe_close(t->stdout_fd); 829 t->stdout_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); 830 if (t->stdout_fd < 0) |
Completed in 1862 milliseconds