Searched defs:getcwd (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getcwd.c | 46 getcwd(char *path, size_t size) in getcwd() function
|
H A D | roken.h.in | 594 #define getcwd rk_getcwd macro
|
/freebsd/lib/libc/gen/ |
H A D | getcwd.c | 55 __ssp_real(getcwd)(char *pt, size_t size) in __ssp_real() argument
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getcwd.c | 51 getcwd(char *pt, size_t size) in getcwd() function
|
/freebsd/contrib/tcsh/ |
H A D | tc.decls.h | 193 # define getcwd(a, b) xgetcwd(a, b) macro
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_read_disk_directory_traversals.c | 30 # define getcwd _getcwd macro
|
H A D | test_sparse_basic.c | 91 #define getcwd _getcwd macro
|
H A D | main.c | 114 #define getcwd _getcwd macro
|
/freebsd/contrib/bmake/ |
H A D | configure | 1359 --disable-pwd-override disable $PWD overriding getcwd() function
|
H A D | util.c | 334 getcwd(path, sz) in getcwd() function
|
/freebsd/contrib/atf/atf-c/detail/ |
H A D | fs_test.c | 716 ATF_TC_HEAD(getcwd, tc) in ATF_TC_HEAD() argument 720 ATF_TC_BODY(getcwd, tc) in ATF_TC_BODY() argument
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | posix_compat.h | 323 inline wchar_t* getcwd([[maybe_unused]] wchar_t* in_buf, [[maybe_unused]] size_t in_size) { getcwd() function
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_util.c | 94 #define getcwd _getcwd macro
|
/freebsd/contrib/libarchive/test_utils/ |
H A D | test_main.c | 136 #define getcwd _getcwd macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1927 #define getcwd(buf,len) getwd(buf) macro
|