Searched refs:ucl_realpath (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c136 static char* ucl_realpath(const char *path, char *resolved_path) { function
150 #define ucl_realpath realpath macro
951 if (ucl_realpath (filebuf, realbuf) == NULL) {
1775 if (ucl_realpath (filename, realbuf) == NULL) {
1808 if (ucl_realpath (filename, realbuf) == NULL) {

Completed in 217 milliseconds