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

/macosx-10.10/ksh-23/ksh/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
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile138 resolvepath.c realpath.c regcmp.c regexp.c setlogmask.c strftime.c \

Completed in 170 milliseconds