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