Searched refs:__getcwd (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dcanonicalize-lgpl.c73 # define __getcwd(buf, max) getcwd (buf, max, 0) macro
75 # define __getcwd getcwd macro
78 # define __getcwd(buf, max) getwd (buf) macro
146 if (!__getcwd (rpath, path_max))
H A Dgetcwd.c93 # define __getcwd getcwd macro
113 __getcwd (char *buf, size_t size)
428 weak_alias (__getcwd, getcwd)
112 __getcwd (char *buf, size_t size) function
/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dcanonicalize.c76 # define __getcwd(buf, max) getcwd (buf, max, 0) macro
78 # define __getcwd getcwd macro
81 # define __getcwd(buf, max) getwd (buf) macro
149 if (!__getcwd (rpath, path_max))
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcwd.c54 * If __getcwd() ever becomes a syscall, we can remove this workaround.
61 __getcwd(char *buf, size_t size) function
170 if (__getcwd(pt, ept - pt) == 0) {
/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Ddcigettext.c145 # define getcwd __getcwd
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c141 # define getcwd __getcwd

Completed in 142 milliseconds