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

Lines Matching refs:chdir

86 /* Native Windows platforms declare chdir, getcwd, rmdir in
561 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1)));
562 _GL_CXXALIASWARN (chdir);
564 # undef chdir
566 _GL_WARN_ON_USE (chown, "chdir is not always in <unistd.h> - "
567 "use gnulib module chdir for portability");