Searched defs:realpath (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | configure.com | 5172 $! Perl apparently does not use a built in realpath() on other platforms, function 5174 $! script that implements a realpath(). The d_symlink symbol is used function
|
/openbsd/lib/libc/stdlib/ |
H A D | realpath.c | 32 realpath(const char *path, char *resolved) in realpath() function
|
/openbsd/gnu/llvm/libcxx/utils/ci/ |
H A D | apple-install-libcxx.sh | 94 function realpath() { function
|
/openbsd/lib/libutil/ |
H A D | opendev.c | 49 opendev(const char *path, int oflags, int dflags, char **realpath) in opendev()
|
/openbsd/sbin/dump/ |
H A D | main.c | 120 char *toplevel, *str, *mount_point = NULL, *realpath, *ct; in main() local
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 226 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
|
/openbsd/gnu/llvm/libcxx/src/filesystem/ |
H A D | posix_compat.h | 348 wchar_t *realpath(const wchar_t *path, wchar_t *resolved_name) { in realpath() function
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1412 TEST(MemorySanitizer, realpath) { in TEST() argument
|