Searched refs:n_except (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dfd-util.c199 int close_all_fds(const int except[], unsigned n_except) { argument
204 assert(n_except == 0 || except);
218 if (fd_in_set(fd, except, n_except))
245 if (fd_in_set(fd, except, n_except))
H A Dfd-util.h67 int close_all_fds(const int except[], unsigned n_except);
H A Dutil.h85 int fork_agent(pid_t *pid, const int except[], unsigned n_except, const char *path, ...);
H A Dutil.c349 int fork_agent(pid_t *pid, const int except[], unsigned n_except, const char *path, ...) { argument
401 close_all_fds(except, n_except);

Completed in 14 milliseconds