Searched refs:splitpath (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/logadm/ |
H A D | kw.c | 76 static char *splitpath; local 108 if (splitpath) 109 FREE(splitpath); 110 splitpath = STRDUP(fn_s(fnp)); 112 if ((ptr = strrchr(splitpath, '/')) == NULL) { 113 Keywords = lut_add(Keywords, "basename", splitpath); 118 Keywords = lut_add(Keywords, "dirname", splitpath);
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 100 splitpath(char *string, char *dir, char *prefix, char *key) { function 623 splitpath(s, confDir, certdbPrefix, certdbName); 630 splitpath(s, keydbpath, keydbPrefix, keydbName);
|
Completed in 46 milliseconds