Searched refs:checked_fopen (Results 1 – 3 of 3) sorted by relevance
71 checked_fopen(const char *path, const char *mode) in checked_fopen() function419 certfp = checked_fopen(certpath, "r"); in main()426 keyfp = checked_fopen(keypath, "r"); in main()
231 infp = checked_fopen(inpath, "r"); in child()233 outfp = checked_fopen(outpath, "w"); in child()
76 FILE *checked_fopen(const char *path, const char *mode);