Searched refs:expand_libmacro (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 112 static char *expand_libmacro(char *, char *, char *); 793 if ((_lib = expand_libmacro(libname, 1693 if ((_lib = expand_libmacro(libname, path, 4345 expand_libmacro(char *tail, char *path, char *pathend) function 4395 * copy all chars before '/' and call expand_libmacro() 4402 return (expand_libmacro(p2, path, pathend)); 4441 * if more macros to expand then call expand_libmacro(), 4444 if (!more_macro || (expand_libmacro(endp, path,
|
Completed in 50 milliseconds