Home
last modified time | relevance | path

Searched defs:realpath (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bmake/
H A Drealpath.c67 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
/freebsd/lib/libc/stdlib/
H A Drealpath.c206 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h194 #define realpath(x, y) (sftp_realpath((x), (y))) macro
/freebsd/libexec/bootpd/
H A Dbootpd.c625 char realpath[1024]; in handle_request() local
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp226 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h339 inline wchar_t* realpath(const wchar_t* path, [[maybe_unused]] wchar_t* resolved_name) { in realpath() function