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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dkeystore.c64 char *capath; member in struct:keystore_t
447 tmpstore->capath = NULL;
470 if (keystore->capath != NULL)
471 free(keystore->capath);
1098 if (keystore->capath != NULL) {
1099 if (!restore_keystore_file(err, keystore->capath)) {
1396 keystore->capath = xstrdup(storepath);
1407 keystore->capath = xstrdup(keystore_file);
1414 keystore->capath = xstrdup(storepath);
1471 open(keystore->capath, O_NONBLOC
[all...]

Completed in 46 milliseconds