Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dgetcwd.c46 getcwd(char *path, size_t size) in getcwd() function
H A Droken.h.in594 #define getcwd rk_getcwd macro
/freebsd/lib/libc/gen/
H A Dgetcwd.c55 __ssp_real(getcwd)(char *pt, size_t size) in __ssp_real() argument
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetcwd.c51 getcwd(char *pt, size_t size) in getcwd() function
/freebsd/contrib/tcsh/
H A Dtc.decls.h193 # define getcwd(a, b) xgetcwd(a, b) macro
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_disk_directory_traversals.c30 # define getcwd _getcwd macro
H A Dtest_sparse_basic.c91 #define getcwd _getcwd macro
H A Dmain.c114 #define getcwd _getcwd macro
/freebsd/contrib/bmake/
H A Dconfigure1359 --disable-pwd-override disable $PWD overriding getcwd() function
H A Dutil.c334 getcwd(path, sz) in getcwd() function
/freebsd/contrib/atf/atf-c/detail/
H A Dfs_test.c716 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 Dposix_compat.h323 inline wchar_t* getcwd([[maybe_unused]] wchar_t* in_buf, [[maybe_unused]] size_t in_size) { getcwd() function
/freebsd/contrib/libucl/src/
H A Ducl_util.c94 #define getcwd _getcwd macro
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c136 #define getcwd _getcwd macro
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1927 #define getcwd(buf,len) getwd(buf) macro