Searched defs:realpath_impl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Drealpath.c48 realpath_impl(const char *file_name, char *resolved_name) function
134 return (realpath_impl(file_name, resolved_name));
136 if (realpath_impl(file_name, buffer) != NULL)

Completed in 55 milliseconds