Searched defs:stdout_fd (Results 1 - 4 of 4) sorted by relevance

/systemd/src/journal/
H A Djournald-server.h55 int stdout_fd; member in struct:Server
/systemd/src/core/
H A Dexecute.h241 int stdout_fd; member in struct:ExecParameters
H A Dservice.h196 int stdout_fd; member in struct:Service
/systemd/src/import/
H A Dimportd.c90 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