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

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c498 char labelfile[BUFSIZ]; local
504 (void) snprintf(labelfile, sizeof (labelfile),
508 if (stat(labelfile, &statp) == -1) {
512 fp = fopen(labelfile, "w");
517 if (stat(labelfile, &statp) == -1)
532 buflen = kms_slurp_file(labelfile, cfgbuf, statp.st_size);
1055 char *ksdir, labelfile[BUFSIZ]; local
1064 (void) snprintf(labelfile, sizeof (labelfile),
[all...]

Completed in 49 milliseconds