Home
last modified time | relevance | path

Searched refs:__realpath (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dcanonicalize.c51 # define __realpath realpath macro
431 __realpath (const char *name, char *resolved) in __realpath() function
440 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