Searched defs:getcwd (Results 1 - 14 of 14) sorted by path

/openbsd-current/gnu/gcc/intl/
H A Ddcigettext.c141 # define getcwd __getcwd macro
149 # define getcwd(buf, max) getwd (buf) macro
/openbsd-current/gnu/gcc/libssp/ssp/
H A Dunistd.h46 #undef getcwd macro
77 getcwd (char *__buf, size_t __size) function
/openbsd-current/gnu/lib/libiberty/src/
H A Dgetcwd.c41 getcwd (char *buf, size_t len) function
H A Dgetpwd.c51 #define getcwd(buf,len) getwd(buf) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/intl/
H A Ddcgettext.c93 # define getcwd __getcwd macro
100 # define getcwd(buf, max) getwd (buf) macro
/openbsd-current/gnu/usr.bin/binutils/intl/
H A Ddcgettext.c93 # define getcwd __getcwd macro
100 # define getcwd(buf, max) getwd (buf) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Ddcigettext.c128 # define getcwd __getcwd macro
136 # define getcwd(buf, max) getwd (buf) macro
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Ddcigettext.c141 # define getcwd __getcwd macro
149 # define getcwd(buf, max) getwd (buf) macro
152 # define getcwd(buf, max) (getcwd) (buf, max, 0) macro
/openbsd-current/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h346 wchar_t *getcwd(wchar_t *buff, size_t size) { return _wgetcwd(buff, size); } function in namespace:detail::__anon248
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm943 sub getcwd {Cwd::getcwd();} subroutine
[all...]
/openbsd-current/gnu/usr.bin/perl/os2/
H A Dos2ish.h408 #define getcwd _getcwd2 macro
/openbsd-current/lib/libc/gen/
H A Dgetcwd.c25 getcwd(char *buf, size_t size) function
45 DEF_WEAK(getcwd); variable
/openbsd-current/lib/libc/hidden/
H A Dunistd.h68 PROTO_NORMAL(getcwd); variable
/openbsd-current/lib/libcurses/
H A Dcurses.priv.h1921 #define getcwd(buf,len) getwd(buf) macro

Completed in 295 milliseconds