Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dconfigure.com5172 $! 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 Drealpath.c32 realpath(const char *path, char *resolved) in realpath() function
/openbsd/gnu/llvm/libcxx/utils/ci/
H A Dapple-install-libcxx.sh94 function realpath() { function
/openbsd/lib/libutil/
H A Dopendev.c49 opendev(const char *path, int oflags, int dflags, char **realpath) in opendev()
/openbsd/sbin/dump/
H A Dmain.c120 char *toplevel, *str, *mount_point = NULL, *realpath, *ct; in main() local
/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp226 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Dposix_compat.h348 wchar_t *realpath(const wchar_t *path, wchar_t *resolved_name) { in realpath() function
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1412 TEST(MemorySanitizer, realpath) { in TEST() argument