Lines Matching full:errstring
206 * The 'fatal' macro will output a perror message (if errstring is !NULL)212 static inline void fatal(const char *errstring, const int exitval,217 if (errstring)218 perror(errstring);