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

/ast/src/lib/libast/comp/
H A Drealpath.c28 #define resolvepath ______resolvepath macro
33 #undef resolvepath macro
38 extern int resolvepath(const char*, char*, size_t);
47 return resolvepath(file, path, PATH_MAX) > 0 ? path : (char*)0;
H A Dresolvepath.c24 * resolvepath implementation
27 #define resolvepath ______resolvepath macro
32 #undef resolvepath macro
44 resolvepath(const char* file, char* path, size_t size) function

Completed in 14 milliseconds