Home
last modified time | relevance | path

Searched refs:getcwd (Results 151 – 160 of 160) sorted by relevance

1234567

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3507 INTERCEPTOR(char *, getcwd, char *buf, SIZE_T size) {
3509 COMMON_INTERCEPTOR_ENTER(ctx, getcwd, buf, size);
3513 char *res = REAL(getcwd)(buf, size);
3517 #define INIT_GETCWD COMMON_INTERCEPT_FUNCTION(getcwd);
/freebsd/contrib/ncurses/
H A Dconfigure.in1781 getcwd \
H A DNEWS11073 + add fallback definition for getcwd, to link on NeXT.
/freebsd/contrib/bmake/
H A Dconfigure1366 --disable-pwd-override disable $PWD overriding getcwd() function
/freebsd/libexec/rtld-elf/
H A Drtld.c798 else if (getcwd(buf, sizeof(buf)) == NULL || in _rtld()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1851 fun:getcwd=uninstrumented
/freebsd/crypto/openssh/
H A Dconfigure.ac1978 getcwd \
/freebsd/contrib/dialog/
H A Daclocal.m452 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \
H A Dconfigure9102 for ac_func in feof_unlocked fgets_unlocked getcwd getegid geteuid \
/freebsd/contrib/sqlite3/
H A Dsqlite3.c38794 { "getcwd", (sqlite3_syscall_ptr)getcwd, 0 },

1234567