Searched refs:PFATAL (Results 1 – 1 of 1) sorted by relevance
966 #define PFATAL(s) do { perror(s); commandlineflags_exitfunc(1); } while (0) macro973 if (!fp) PFATAL(filename); in ReadFileIntoString()976 if (ferror(fp)) PFATAL(filename); in ReadFileIntoString()