Lines Matching refs:close
87 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
294 /* Automatically included by modules that need a replacement for close. */
296 # undef close
297 # define close rpl_close
299 _GL_FUNCDECL_RPL (close, int, (int fd));
300 _GL_CXXALIAS_RPL (close, int, (int fd));
302 _GL_CXXALIAS_SYS (close, int, (int fd));
304 _GL_CXXALIASWARN (close);
306 # undef close
307 # define close close_used_without_requesting_gnulib_module_close
309 # undef close
310 /* Assume close is always declared. */
311 _GL_WARN_ON_USE (close, "close does not portably work on sockets - "
312 "use gnulib module close for portability");
338 NEWFD = OLDFD, otherwise close NEWFD first if it is open.
369 Close NEWFD first if it is open.