Home
last modified time | relevance | path

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

/freebsd/usr.sbin/certctl/
H A Dcertctl.c102 static FILE *mlf; variable
554 if (mlf != NULL) { in write_certs()
555 fprintf(mlf, ".%s/%s type=file " in write_certs()
626 if (ret == 0 && mlf != NULL) { in write_bundle()
627 fprintf(mlf, in write_bundle()
833 if (unprivileged && (mlf = fopen(metalog, "a")) == NULL) { in certctl_rehash()
850 if (mlf != NULL) in certctl_rehash()
851 fclose(mlf); in certctl_rehash()