Home
last modified time | relevance | path

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

/dragonfly/sbin/savecore/
H A Dsavecore.c264 goto closefd; in DoFile()
281 goto closefd; in DoFile()
290 goto closefd; in DoFile()
300 goto closefd; in DoFile()
310 goto closefd; in DoFile()
334 goto closefd; in DoFile()
372 goto closefd; in DoFile()
428 goto closefd; in DoFile()
442 goto closefd; in DoFile()
451 goto closefd; in DoFile()
[all …]
/dragonfly/contrib/file/src/
H A Dcompress.c722 closefd(int *fd, size_t i) in closefd() function
735 closefd(fd, i); in closep()
977 closefd(fdp[i], 1); in uncompressbuf()
980 closefd(fdp[STDIN_FILENO], 0); in uncompressbuf()
982 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
1020 closefd(fdp[STDIN_FILENO], 1); in uncompressbuf()
1021 closefd(fdp[STDOUT_FILENO], 0); in uncompressbuf()
1022 closefd(fdp[STDERR_FILENO], 0); in uncompressbuf()
1045 closefd(fdp[STDIN_FILENO], 0); //why? it is already closed here! in uncompressbuf()
/dragonfly/contrib/cvs-1.12/src/
H A Dbuffer.c2059 bool closefd, statted; in fd_buffer_shutdown() local
2071 closefd = statted; in fd_buffer_shutdown()
2123 closefd = false; in fd_buffer_shutdown()
2154 if (statted && closefd && close (fb->fd) == -1) in fd_buffer_shutdown()