Home
last modified time | relevance | path

Searched refs:closefd (Results 1 – 3 of 3) sorted by relevance

/src/sbin/savecore/
H A Dsavecore.c981 goto closefd; in DoFile()
993 goto closefd; in DoFile()
1000 goto closefd; in DoFile()
1007 goto closefd; in DoFile()
1023 goto closefd; in DoFile()
1033 goto closefd; in DoFile()
1060 goto closefd; in DoFile()
1068 goto closefd; in DoFile()
1077 goto closefd; in DoFile()
1091 goto closefd; in DoFile()
[all …]
/src/contrib/file/src/
H A Dcompress.c924 closefd(int *fd, size_t i) in closefd() function
937 closefd(fd, i); in closep()
1224 closefd(fdp[i], 1); in uncompressbuf()
1227 closefd(fdp[STDIN_FILENO], 0); in uncompressbuf()
1235 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
1254 closefd(fdp[STDOUT_FILENO], 0); in uncompressbuf()
1273 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
1274 closefd(fdp[STDOUT_FILENO], 0); in uncompressbuf()
1275 closefd(fdp[STDERR_FILENO], 0); in uncompressbuf()
1297 closefd(fdp[STDIN_FILENO], 0); //why? it is already closed here! in uncompressbuf()
/src/usr.sbin/bhyve/
H A Dmevent.c451 mevent_delete_event(struct mevent *evp, int closefd) in mevent_delete_event() argument
467 if (closefd) in mevent_delete_event()