Searched defs:realpath (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/bmake/ |
| H A D | realpath.c | 67 realpath(const char * __restrict path, char * __restrict resolved) in realpath() function
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | RealpathPrefixes.cpp | 61 FileSpec realpath(buff, file_spec.GetPathStyle()); in ResolveSymlinks() local
|
| /freebsd/lib/libc/stdlib/ |
| H A D | realpath.c | 217 __ssp_real(realpath)(const char * __restrict path, char * __restrict resolved) in __ssp_real() argument
|
| /freebsd/contrib/pkgconf/libpkgconf/ |
| H A D | stdinc.h | 83 # define realpath(N,R) _fullpath((R),(N),_MAX_PATH) macro
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | bsd-misc.h | 218 #define realpath(x, y) (sftp_realpath((x), (y))) macro
|
| /freebsd/libexec/bootpd/ |
| H A D | bootpd.c | 625 char realpath[1024]; in handle_request() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
| H A D | dd_interceptors.cpp | 226 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | posix_compat.h | 334 inline wchar_t* realpath(const wchar_t* path, [[maybe_unused]] wchar_t* resolved_name) { in realpath() function
|