Searched refs:fd_cloexec (Results 1 – 10 of 10) sorted by relevance
/systemd-251/src/basic/ |
D | fd-util.c | 160 int fd_cloexec(int fd, bool cloexec) { in fd_cloexec() function 539 r = fd_cloexec(to, cloexec); in move_fd() 684 r = fd_cloexec(i, false); in rearrange_stdio()
|
D | fd-util.h | 58 int fd_cloexec(int fd, bool cloexec);
|
/systemd-251/src/shared/ |
D | fdset.c | 169 r = fd_cloexec(PTR_TO_FD(p), b); in fdset_cloexec()
|
/systemd-251/src/userdb/ |
D | userdbd-manager.c | 175 r = fd_cloexec(3, false); in start_one_worker()
|
/systemd-251/src/activate/ |
D | activate.c | 61 r = fd_cloexec(fd, arg_accept); in open_sockets()
|
/systemd-251/src/libsystemd/sd-daemon/ |
D | sd-daemon.c | 80 r = fd_cloexec(fd, true); in sd_listen_fds()
|
/systemd-251/src/core/ |
D | main.c | 1007 (void) fd_cloexec(fd, true); in parse_argv() 1145 r = fd_cloexec(fileno(f), false); in prepare_reexecute()
|
D | automount.c | 404 (void) fd_cloexec(param->ioctlfd, true); in open_ioctl_fd()
|
D | execute.c | 177 r = fd_cloexec(fds[i], false); in flags_fds()
|
/systemd-251/src/libsystemd/sd-bus/ |
D | sd-bus.c | 1168 r = fd_cloexec(b->input_fd, true); in bus_start_fd() 1177 r = fd_cloexec(b->output_fd, true); in bus_start_fd()
|