Home
last modified time | relevance | path

Searched refs:print_error_message (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2test.c4234 print_error_message(int errorcode, const char *before, const char *after) in print_error_message() function
4603 if (jitrc != 0 && !print_error_message(jitrc, " (", ")")) in show_pattern_info()
4620 if (errorcode < 0 && !print_error_message(errorcode, "", "\n")) in show_pattern_info()
4648 return print_error_message(rc, "", "\n"); in serial_error()
5520 convert_return = print_error_message(rc, "", "\n")? PR_SKIP:PR_ABEND; in process_pattern()
5697 if (!print_error_message(errorcode, "", "\n")) return PR_ABEND; in process_pattern()
6139 if (!print_error_message(rc, "", "\n")) return FALSE; in copy_and_get()
6147 if (!print_error_message(rc, "", "\n")) return FALSE; in copy_and_get()
6194 if (!print_error_message(rc, "", "\n")) return FALSE; in copy_and_get()
6202 if (!print_error_message(rc, "", "\n")) return FALSE; in copy_and_get()
[all …]