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

/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dloadsave.c1181 char objidx[MAXPATHLEN], idxtmp[MAXPATHLEN], fname[MAXPATHLEN]; local
1190 (void) snprintf(idxtmp, sizeof (idxtmp),
1200 * idxtmp is a temporary file (and should not exist yet), only fail
1203 if (islink(idxtmp) == 1)
1207 fp2 = fopen(idxtmp, "w");
1244 fp1 = fopen(idxtmp, "r");

Completed in 757 milliseconds