Home
last modified time | relevance | path

Searched refs:fd_cloexec (Results 1 – 10 of 10) sorted by relevance

/systemd-251/src/basic/
Dfd-util.c160 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()
Dfd-util.h58 int fd_cloexec(int fd, bool cloexec);
/systemd-251/src/shared/
Dfdset.c169 r = fd_cloexec(PTR_TO_FD(p), b); in fdset_cloexec()
/systemd-251/src/userdb/
Duserdbd-manager.c175 r = fd_cloexec(3, false); in start_one_worker()
/systemd-251/src/activate/
Dactivate.c61 r = fd_cloexec(fd, arg_accept); in open_sockets()
/systemd-251/src/libsystemd/sd-daemon/
Dsd-daemon.c80 r = fd_cloexec(fd, true); in sd_listen_fds()
/systemd-251/src/core/
Dmain.c1007 (void) fd_cloexec(fd, true); in parse_argv()
1145 r = fd_cloexec(fileno(f), false); in prepare_reexecute()
Dautomount.c404 (void) fd_cloexec(param->ioctlfd, true); in open_ioctl_fd()
Dexecute.c177 r = fd_cloexec(fds[i], false); in flags_fds()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c1168 r = fd_cloexec(b->input_fd, true); in bus_start_fd()
1177 r = fd_cloexec(b->output_fd, true); in bus_start_fd()