Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Drealpath.c67 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRealpathPrefixes.cpp61 FileSpec realpath(buff, file_spec.GetPathStyle()); in ResolveSymlinks() local
/freebsd/lib/libc/stdlib/
H A Drealpath.c217 __ssp_real(realpath)(const char * __restrict path, char * __restrict resolved) in __ssp_real() argument
/freebsd/contrib/pkgconf/libpkgconf/
H A Dstdinc.h83 # define realpath(N,R) _fullpath((R),(N),_MAX_PATH) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-misc.h218 #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.h334 inline wchar_t* realpath(const wchar_t* path, [[maybe_unused]] wchar_t* resolved_name) { in realpath() function