Searched refs:__realpath (Results 1 – 1 of 1) sorted by relevance
51 # define __realpath realpath macro431 __realpath (const char *name, char *resolved) in __realpath() function440 libc_hidden_def (__realpath)441 versioned_symbol (libc, __realpath, realpath, GLIBC_2_3);456 return __realpath (name, resolved); in __old_realpath()465 return __realpath (name, NULL); in __canonicalize_file_name()
Completed in 4 milliseconds