Home
last modified time | relevance | path

Searched refs:close_fd (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dser-base.c262 ser_base_read_error_fd (struct serial *scb, int close_fd) in ser_base_read_error_fd() argument
286 if ((s == -1) || (s == 0 && !close_fd)) in ser_base_read_error_fd()
289 if (s == 0 && close_fd) in ser_base_read_error_fd()
/netbsd/src/bin/ksh/
Djobs.c429 exchild(t, flags, close_fd) in exchild() argument
432 int close_fd; /* used if XPCLOSE or XCCLOSE */
585 if (close_fd >= 0 && (((flags & XPCLOSE) && !ischild)
587 close(close_fd);
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20161159 * src/filesystem/ops.cc (close_fd): Remove.
1160 (do_copy_file): Just use close(3) instead of close_fd, to prevent
9195 * src/filesystem/ops.cc (close_fd): New function.
/netbsd/src/external/bsd/ntp/dist/
DChangeLog3857 * [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.
DCommitLog170764 [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.
170768 [Bug 1343] ntpd/ntp_io.c close_fd() does not compile on Solaris 7.