Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/lib/libc/gen/
H A Dgetcwd.c58 getcwd(char *pt, size_t size) in getcwd() function
/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dgetcwd.c52 getcwd(char *pt, size_t size) in getcwd() function
/freebsd-13.1/contrib/tcsh/
H A Dtc.decls.h193 # define getcwd(a, b) xgetcwd(a, b) macro
/freebsd-13.1/contrib/libarchive/libarchive/test/
H A Dtest_read_disk_directory_traversals.c31 # define getcwd _getcwd macro
H A Dtest_sparse_basic.c89 #define getcwd _getcwd macro
H A Dmain.c114 #define getcwd _getcwd macro
/freebsd-13.1/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-13.1/contrib/bmake/
H A Dconfigure1329 --disable-pwd-override disable $PWD overriding getcwd() function
H A Dutil.c334 getcwd(path, sz) in getcwd() function
/freebsd-13.1/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h345 wchar_t *getcwd(wchar_t *buff, size_t size) { return _wgetcwd(buff, size); } in getcwd() function
/freebsd-13.1/contrib/libucl/src/
H A Ducl_util.c94 #define getcwd _getcwd macro
/freebsd-13.1/contrib/libarchive/test_utils/
H A Dtest_main.c130 #define getcwd _getcwd macro
/freebsd-13.1/contrib/ncurses/ncurses/
H A Dcurses.priv.h2042 #define getcwd(buf,len) getwd(buf) macro