Home
last modified time | relevance | path

Searched refs:keystore_base (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/svr4pkg/pkgadm/
H A Dremovecert.c57 char *keystore_base = NULL; in removecert() local
73 keystore_base = optarg; in removecert()
107 if (keystore_base == NULL) { in removecert()
150 if (strlcat(keystore_file, keystore_base, in removecert()
153 keystore_base); in removecert()
H A Dlistcert.c57 char *keystore_base = NULL; in listcert() local
80 keystore_base = optarg; in listcert()
150 if (keystore_base == NULL) { in listcert()
193 if (strlcat(keystore_file, keystore_base, in listcert()
196 keystore_base); in listcert()
H A Daddcert.c68 char *keystore_base = NULL; in addcert() local
97 keystore_base = optarg; in addcert()
197 if (keystore_base == NULL) { in addcert()
240 if (strlcat(keystore_file, keystore_base, in addcert()
243 keystore_base); in addcert()