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

/freebsd-current/usr.sbin/uefisign/
H A Duefisign.h76 FILE *checked_fopen(const char *path, const char *mode);
H A Duefisign.c71 checked_fopen(const char *path, const char *mode) function
419 certfp = checked_fopen(certpath, "r");
426 keyfp = checked_fopen(keypath, "r");
H A Dchild.c231 infp = checked_fopen(inpath, "r");
233 outfp = checked_fopen(outpath, "w");

Completed in 69 milliseconds