Searched refs:SIZ_FORM (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2test.c | 169 #define SIZ_FORM "lu" macro 173 #define SIZ_FORM "zu" macro 2674 fprintf(outfile, "** malloc() failed for %" SIZ_FORM "\n", SIZ_CAST size); in my_malloc() 2678 fprintf(outfile, "malloc %5" SIZ_FORM, SIZ_CAST size); in my_malloc() 2708 fprintf(outfile, " %5" SIZ_FORM, SIZ_CAST malloclistlength[i]); in my_free() 3086 fprintf(stderr, "pcre2test: malloc(%" SIZ_FORM ") failed for pbuffer16\n", in to16() 3173 fprintf(stderr, "pcre2test: malloc(%" SIZ_FORM ") failed for pbuffer32\n", in to32() 4892 fprintf(outfile, "** Failed to get memory (size %" SIZ_FORM ") for #load\n", in process_command() 5518 fprintf(outfile, "** Pattern conversion error at offset %" SIZ_FORM ": ", in process_pattern() 5951 fprintf(outfile, "Callout (%" SIZ_FORM "): %c", in callout_function() [all …]
|