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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dkeystore.c68 char *clpath; member in struct:keystore_t
449 tmpstore->clpath = NULL;
474 if (keystore->clpath != NULL)
475 free(keystore->clpath);
1103 if (keystore->clpath != NULL) {
1104 if (!restore_keystore_file(err, keystore->clpath)) {
1399 keystore->clpath = xstrdup(storepath);
1409 keystore->clpath = NULL;
1417 keystore->clpath = xstrdup(storepath);
1593 if (keystore->clpath !
[all...]

Completed in 61 milliseconds