Searched defs:close_on_exec (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcontract/common/
H A Dlibcontract_priv.c52 close_on_exec(int fd) function
102 if (close_on_exec(fd) == -1) {
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c202 * close_on_exec
207 close_on_exec(int fd) function
516 if (close_on_exec(fd) || close_on_exec(efd))
614 close_on_exec(pipefds[0]) == -1 ||
615 close_on_exec(pipefds[1]) == -1)
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c689 close_on_exec(int fd) function
714 if (close_on_exec(fd) == -1) {

Completed in 75 milliseconds