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

/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c663 char tempfn[MAXPATHLEN]; local
687 (void) snprintf(tempfn, MAXPATHLEN, "%s/%s", dirname(filename),
690 tmpfd = mkstemp(tempfn);
706 if (kmf_is_crl_file(handle, tempfn, pformat) != KMF_OK) {
712 if (rename(tempfn, crlfile) == -1) {
722 (void) unlink(tempfn);
737 char tempfn[MAXPATHLEN]; local
761 (void) snprintf(tempfn, MAXPATHLEN, "%s/%s", dirname(filename),
765 tmpfd = mkstemp(tempfn);
781 if (kmf_is_cert_file(handle, tempfn, pforma
[all...]

Completed in 133 milliseconds