Lines Matching refs:eptr
2098 const char *eptr = strrchr(output_filename.c_str(), '.');
2099 eptr = eptr ? eptr : "";
2100 print_error("ERROR: Unknown uncompressed output file type '%s'\n", eptr);
2115 const char *eptr = strrchr(output_filename.c_str(), '.');
2116 eptr = eptr ? eptr : "";
2117 print_error("ERROR: Unknown compressed output file type '%s'\n", eptr);