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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c1182 char objidx[MAXPATHLEN], idxtmp[MAXPATHLEN], fname[MAXPATHLEN]; local
1191 (void) snprintf(idxtmp, sizeof (idxtmp),
1201 * idxtmp is a temporary file (and should not exist yet), only fail
1204 if (islink(idxtmp) == 1)
1208 fp2 = fopen(idxtmp, "w");
1245 fp1 = fopen(idxtmp, "r");

Completed in 59 milliseconds