Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2test.c182 #define SIZ_FORM "llu" macro
185 #define SIZ_FORM "lu" macro
189 #define SIZ_FORM "zu" macro
2777 fprintf(outfile, "** malloc() failed for %" SIZ_FORM "\n", size); in my_malloc()
2781 fprintf(outfile, "malloc %5" SIZ_FORM, size); in my_malloc()
2811 fprintf(outfile, " %5" SIZ_FORM, malloclistlength[i]); in my_free()
3190 fprintf(stderr, "pcre2test: malloc(%" SIZ_FORM ") failed for pbuffer16\n", in to16()
3277 fprintf(stderr, "pcre2test: malloc(%" SIZ_FORM ") failed for pbuffer32\n", in to32()
4333 fprintf(outfile, "Memory allocation (code space): %" SIZ_FORM "\n", size - in show_memory_info()
4340 fprintf(outfile, "Memory allocation (JIT code): %" SIZ_FORM "\n", size); in show_memory_info()
[all …]
Dpcre2grep.c119 #define SIZ_FORM "llu" macro
121 #define SIZ_FORM "lu" macro
124 #define SIZ_FORM "zu" macro
1893 fprintf(stderr, "%s at offset %" SIZ_FORM "\n\n", mbuffer, startchar); in match_patterns()
2698 SIZ_FORM "\n", in pcre2grep()
2729 "pcre2grep: the maximum buffer size is %" SIZ_FORM "\n" in pcre2grep()