Home
last modified time | relevance | path

Searched defs:getcwd (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/gnulib-local/lib/
Dxgetcwd.c38 # define getcwd(Buf, Max) (getcwd) (Buf, Max, 0) macro
44 # define getcwd(Buf, Max) getwd (Buf) macro
/third_party/musl/src/unistd/
Dgetcwd.c7 char *getcwd(char *buf, size_t size) in getcwd() function
/third_party/ninja/src/
Dutil.h113 #define getcwd _getcwd macro
/third_party/libxml2/win32/wince/
Dwincecompat.c49 char *getcwd( char *buffer, unsigned int size) in getcwd() function
/third_party/musl/porting/linux/user/include/fortify/
Dunistd.h57 char* getcwd(char* const __DIAGNOSE_PASS_OBJECT_SIZE buf, size_t size) in getcwd() function
/third_party/gettext/gettext-runtime/intl/
Ddcigettext.c134 # define getcwd __getcwd macro
143 # define getcwd(buf, max) getwd (buf) macro
146 # define getcwd(buf, max) (getcwd) (buf, max, 0) macro
/third_party/python/Lib/
Dpathlib.py354 getcwd = os.getcwd variable in _NormalAccessor