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

Lines Matching defs:getcwd

80 /* Solaris declares getcwd not only in <unistd.h> but also in <stdlib.h>.  */
86 /* Native Windows platforms declare chdir, getcwd, rmdir in
912 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/getcwd.html>.
913 Additionally, the gnulib module 'getcwd' guarantees the following GNU
919 # define getcwd rpl_getcwd
921 _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size));
922 _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size));
926 _GL_CXXALIAS_SYS_CAST (getcwd, char *, (char *buf, size_t size));
928 _GL_CXXALIASWARN (getcwd);
930 # undef getcwd
932 _GL_WARN_ON_USE (getcwd, "getcwd is unportable - "
933 "use gnulib module getcwd for portability");