Home | History | Annotate | Download | only in darwin-lib

Lines Matching refs:close

88    They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
606 /* Automatically included by modules that need a replacement for close. */
608 # undef close
609 # define close rpl_close
611 _GL_FUNCDECL_RPL (close, int, (int fd));
612 _GL_CXXALIAS_RPL (close, int, (int fd));
614 _GL_CXXALIAS_SYS (close, int, (int fd));
616 _GL_CXXALIASWARN (close);
618 # undef close
619 # define close close_used_without_requesting_gnulib_module_close
621 # undef close
622 /* Assume close is always declared. */
623 _GL_WARN_ON_USE (close, "close does not portably work on sockets - "
624 "use gnulib module close for portability");
650 NEWFD = OLDFD, otherwise close NEWFD first if it is open.
681 Close NEWFD first if it is open.