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

Lines Matching defs:pclose

1081 _GL_FUNCDECL_SYS (pclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
1083 _GL_CXXALIAS_SYS (pclose, int, (FILE *stream));
1084 _GL_CXXALIASWARN (pclose);
1086 # undef pclose
1088 _GL_WARN_ON_USE (pclose, "pclose is unportable - "
1089 "use gnulib module pclose for more portability");