• Home
  • Raw
  • Download

Lines Matching refs:outfile

779 static FILE *outfile;  variable
1098 pcre2_printint_8(compiled_code8,outfile,a); \
1100 pcre2_printint_16(compiled_code16,outfile,a); \
1102 pcre2_printint_32(compiled_code32,outfile,a)
1542 G(pcre2_printint_,BITONE)(G(compiled_code,BITONE),outfile,a); \
1544 G(pcre2_printint_,BITTWO)(G(compiled_code,BITTWO),outfile,a)
1794 #define PCRE2_PRINTINT(a) pcre2_printint_8(compiled_code8,outfile,a)
1889 #define PCRE2_PRINTINT(a) pcre2_printint_16(compiled_code16,outfile,a)
1984 #define PCRE2_PRINTINT(a) pcre2_printint_32(compiled_code32,outfile,a)
2380 fprintf(outfile, "malloc %3d %p\n", (int)size, block); in my_malloc()
2388 fprintf(outfile, "free %p\n", block); in my_free()
2400 fprintf(outfile, "stack_malloc %3d %p\n", (int)size, block); in my_stack_malloc()
2408 fprintf(outfile, "stack_free %p\n", block); in my_stack_free()
3035 fprintf(outfile, "** Binary zero encountered in input\n"); in extend_inputline()
3036 fprintf(outfile, "** pcre2test run abandoned\n"); in extend_inputline()
3155 fprintf(outfile, "** '%s' is not allowed in a Perl-compatible test\n", in check_modifier()
3194 fprintf(outfile, "** '%s' is not valid here\n", m->name); in check_modifier()
3196 fprintf(outfile, "** /%c is not valid here\n", c); in check_modifier()
3283 fprintf(outfile, "** Unrecognized modifier '%.*s'\n", (int)(ep-p), p); in decode_modifiers()
3285 fprintf(outfile, "** Single-character modifiers must come first\n"); in decode_modifiers()
3296 fprintf(outfile, "** Unrecognized modifier '%c' in '%.*s'\n", in decode_modifiers()
3312 fprintf(outfile, "** Internal error: single-character equivalent " in decode_modifiers()
3336 fprintf(outfile, "** '=' expected after '%s'\n", m->name); in decode_modifiers()
3341 fprintf(outfile, "** '-' is not valid for '%s'\n", m->name); in decode_modifiers()
3350 fprintf(outfile, "** Unrecognized modifier '%.*s'\n", (int)(ep-p), p); in decode_modifiers()
3485 fprintf(outfile, "** Too many numeric '%s' modifiers\n", m->name); in decode_modifiers()
3504 fprintf(outfile, "** Too many named '%s' modifiers\n", m->name); in decode_modifiers()
3518 fprintf(outfile, "** Overlong value for '%s' (max %d code units)\n", in decode_modifiers()
3530 fprintf(outfile, "** Comma expected after modifier item '%s'\n", m->name); in decode_modifiers()
3543 fprintf(outfile, "** '%s' is not valid here\n", m->name); in decode_modifiers()
3551 fprintf(outfile, "** Invalid value in '%.*s'\n", (int)(ep-p), p); in decode_modifiers()
3579 fprintf(outfile, "Error %d from pcre2_pattern_info_%d(%d)\n", rc, test_mode, in pattern_info()
3582 fprintf(outfile, "Running in %d-bit mode but pattern was compiled in " in pattern_info()
3604 fprintf(outfile, "%s %s", *msg, s); in prmsg()
3630 fprintf(outfile, "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s", in show_controls()
3687 if (options == 0) fprintf(outfile, "%s <none>%s", before, after); in show_compile_options()
3688 else fprintf(outfile, "%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s", in show_compile_options()
3731 fprintf(outfile, "%s%s%s%s%s%s%s%s%s%s", in show_match_options()
3774 fprintf(outfile, "Memory allocation (code space): %d\n", in show_memory_info()
3779 fprintf(outfile, "Memory allocation (JIT code): %d\n", (int)size); in show_memory_info()
3809 fprintf(outfile, "Callout "); in callout_callback()
3813 fprintf(outfile, "%c", delimiter); in callout_callback()
3815 cb->callout_string_length, utf, outfile); in callout_callback()
3822 fprintf(outfile, "%c ", delimiter); in callout_callback()
3824 else fprintf(outfile, "%d ", cb->callout_number); in callout_callback()
3826 fprintf(outfile, "%.*s\n", in callout_callback()
3856 fprintf(outfile, "------------------------------------------------------------------\n"); in show_pattern_info()
3922 fprintf(outfile, "Capturing subpattern count = %d\n", capture_count); in show_pattern_info()
3925 fprintf(outfile, "Max back reference = %d\n", backrefmax); in show_pattern_info()
3928 fprintf(outfile, "Max lookbehind = %d\n", maxlookbehind); in show_pattern_info()
3931 fprintf(outfile, "Match limit = %u\n", match_limit); in show_pattern_info()
3934 fprintf(outfile, "Recursion limit = %u\n", recursion_limit); in show_pattern_info()
3938 fprintf(outfile, "Named capturing subpatterns:\n"); in show_pattern_info()
3943 fprintf(outfile, " "); in show_pattern_info()
3944 PCHARSV(nametable, imm2_size, length, FALSE, outfile); in show_pattern_info()
3945 while (length++ < nameentrysize - imm2_size) putc(' ', outfile); in show_pattern_info()
3948 fprintf(outfile, "%3d\n", (int)(((PCRE2_SPTR32)nametable)[0])); in show_pattern_info()
3952 fprintf(outfile, "%3d\n", (int)(((PCRE2_SPTR16)nametable)[0])); in show_pattern_info()
3956 fprintf(outfile, "%3d\n", (int)( in show_pattern_info()
3963 if (hascrorlf) fprintf(outfile, "Contains explicit CR or LF match\n"); in show_pattern_info()
3964 if (hasbackslashc) fprintf(outfile, "Contains \\C\n"); in show_pattern_info()
3965 if (match_empty) fprintf(outfile, "May match empty string\n"); in show_pattern_info()
3996 if (jchanged) fprintf(outfile, "Duplicate name status changes\n"); in show_pattern_info()
4000 fprintf(outfile, "\\R matches %s\n", (bsr_convention == PCRE2_BSR_UNICODE)? in show_pattern_info()
4008 fprintf(outfile, "Forced newline is CR\n"); in show_pattern_info()
4012 fprintf(outfile, "Forced newline is LF\n"); in show_pattern_info()
4016 fprintf(outfile, "Forced newline is CRLF\n"); in show_pattern_info()
4020 fprintf(outfile, "Forced newline is CR, LF, or CRLF\n"); in show_pattern_info()
4024 fprintf(outfile, "Forced newline is any Unicode newline\n"); in show_pattern_info()
4034 fprintf(outfile, "First code unit at start or follows newline\n"); in show_pattern_info()
4042 fprintf(outfile, "First code unit = \'%c\'%s\n", first_cunit, caseless); in show_pattern_info()
4045 fprintf(outfile, "First code unit = "); in show_pattern_info()
4046 pchar(first_cunit, FALSE, outfile); in show_pattern_info()
4047 fprintf(outfile, "%s\n", caseless); in show_pattern_info()
4054 fprintf(outfile, "Starting code units: "); in show_pattern_info()
4061 fprintf(outfile, "\n "); in show_pattern_info()
4066 fprintf(outfile, "%c ", i); in show_pattern_info()
4071 fprintf(outfile, "\\x%02x ", i); in show_pattern_info()
4076 fprintf(outfile, "\n"); in show_pattern_info()
4085 fprintf(outfile, "Last code unit = \'%c\'%s\n", last_cunit, caseless); in show_pattern_info()
4088 fprintf(outfile, "Last code unit = "); in show_pattern_info()
4089 pchar(last_cunit, FALSE, outfile); in show_pattern_info()
4090 fprintf(outfile, "%s\n", caseless); in show_pattern_info()
4094 fprintf(outfile, "Subject length lower bound = %d\n", minlength); in show_pattern_info()
4099 fprintf(outfile, "JIT compilation was successful\n"); in show_pattern_info()
4104 fprintf(outfile, "JIT compilation was not successful"); in show_pattern_info()
4107 fprintf(outfile, " ("); in show_pattern_info()
4109 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in show_pattern_info()
4110 fprintf(outfile, ")"); in show_pattern_info()
4112 fprintf(outfile, "\n"); in show_pattern_info()
4114 fprintf(outfile, "JIT support is not available in this version of PCRE2\n"); in show_pattern_info()
4127 fprintf(outfile, "Callout enumerate failed: error %d: ", errorcode); in show_pattern_info()
4131 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in show_pattern_info()
4133 fprintf(outfile, "\n"); in show_pattern_info()
4159 fprintf(outfile, "%s failed: error %d: ", msg, rc); in serial_error()
4161 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in serial_error()
4162 fprintf(outfile, "\n"); in serial_error()
4192 fprintf(outfile, "** File name expected after #save\n"); in open_file()
4200 fprintf(outfile, "** Failed to open '%s'\n", filename); in open_file()
4237 fprintf(outfile, "** #-commands are not allowed after #perltest\n"); in process_command()
4261 fprintf(outfile, "** Unknown command: %s", buffer); in process_command()
4319 fprintf(outfile, "** Can't pop off an empty stack\n"); in process_command()
4352 fprintf(outfile, "** No stacked patterns to save\n"); in process_command()
4376 fprintf(outfile, "** Wrong return from fwrite()\n"); in process_command()
4402 fprintf(outfile, "** Failed to get memory (size %lu) for #load\n", in process_command()
4409 fprintf(outfile, "** Wrong return from fread()\n"); in process_command()
4419 fprintf(outfile, "** Not enough space on pattern stack for %d pattern%s\n", in process_command()
4422 fprintf(outfile, "** Decoding %d pattern%s\n", rc, in process_command()
4488 fprintf(outfile, "** Unexpected EOF\n"); in process_pattern()
4491 if (!INTERACTIVE(infile)) fprintf(outfile, "%s", (char *)p); in process_pattern()
4519 fprintf(outfile, "\n"); in process_pattern()
4556 fprintf(outfile, "** Missing closing quote in hex pattern\n"); in process_pattern()
4570 fprintf(outfile, "** Unexpected non-hex-digit '%c' in hex pattern: " in process_pattern()
4576 fprintf(outfile, "** Odd number of digits in hex pattern\n"); in process_pattern()
4582 fprintf(outfile, "** Unexpected non-hex-digit '%c' in hex pattern: " in process_pattern()
4628 fprintf(outfile, "** Pattern repeat count too large\n"); in process_pattern()
4638 fprintf(outfile, "** Zero repeat not allowed\n"); in process_pattern()
4677 fprintf(outfile, "Expanded: %s\n", pbuffer8); in process_pattern()
4693 fprintf(outfile, "** 'Locale' and 'tables' must not both be set\n"); in process_pattern()
4698 fprintf(outfile, "** Failed to set locale '%s'\n", pat_patctl.locale); in process_pattern()
4716 fprintf(outfile, "** 'Tables' must specify 0, 1, or 2.\n"); in process_pattern()
4743 fprintf(outfile, "** The POSIX interface is available only in 8-bit mode\n"); in process_pattern()
4773 if (msg[0] == 0) fprintf(outfile, "\n"); in process_pattern()
4808 fprintf(outfile, "Failed: POSIX code %d: %.*s\n", rc, psize, pbuffer8); in process_pattern()
4811 fprintf(outfile, "** regerror() message truncated\n"); in process_pattern()
4813 fprintf(outfile, "** regerror() buffer overflow\n"); in process_pattern()
4831 fprintf(outfile, in process_pattern()
4851 fprintf(outfile, "** Replacement text is not supported with 'push'.\n"); in process_pattern()
4860 fprintf(outfile, "\n"); in process_pattern()
4868 fprintf(outfile, "\n"); in process_pattern()
4887 fprintf(outfile, "** Failed: invalid UTF-8 string cannot be " in process_pattern()
4892 fprintf(outfile, "** Failed: character value greater than 0x10ffff " in process_pattern()
4897 fprintf(outfile, "** Failed: character value greater than 0xffff " in process_pattern()
4942 fprintf(outfile, "Compile time %.4f milliseconds\n", in process_pattern()
4958 fprintf(outfile, "Failed: error %d at offset %d: ", errorcode, in process_pattern()
4961 PCHARSV(CASTVAR(void *, pbuffer), 0, len, FALSE, outfile); in process_pattern()
4962 fprintf(outfile, "\n"); in process_pattern()
4974 fprintf(outfile, "** \\P, \\p, and \\X are not allowed after the " in process_pattern()
5007 fprintf(outfile, "JIT compile %.4f milliseconds\n", in process_pattern()
5041 fprintf(outfile, "** Too many pushed patterns (max %d)\n", PATSTACKSIZE); in process_pattern()
5055 fprintf(outfile, "** Too many pushed patterns (max %d)\n", PATSTACKSIZE); in process_pattern()
5110 fprintf(outfile, "Minimum %s limit = %d\n", msg, mid); in check_match_limit()
5151 outfile : NULL; in callout_function()
5159 fprintf(outfile, "Callout (%lu): %c", in callout_function()
5162 cb->callout_string_length, utf, outfile); in callout_function()
5169 fprintf(outfile, "%c", delimiter); in callout_function()
5170 if (!callout_capture) fprintf(outfile, "\n"); in callout_function()
5178 fprintf(outfile, "Callout %d:", cb->callout_number); in callout_function()
5179 fprintf(outfile, " last capture = %d\n", cb->capture_last); in callout_function()
5182 fprintf(outfile, "%2d: ", i/2); in callout_function()
5184 fprintf(outfile, "<unset>"); in callout_function()
5190 fprintf(outfile, "\n"); in callout_function()
5233 fprintf(outfile, "%+3d ", (int)cb->pattern_position); in callout_function()
5234 if (cb->pattern_position > 99) fprintf(outfile, "\n "); in callout_function()
5238 if (callout_capture || cb->callout_string != NULL) fprintf(outfile, " "); in callout_function()
5239 else fprintf(outfile, "%3d ", cb->callout_number); in callout_function()
5244 for (i = 0; i < pre_start; i++) fprintf(outfile, " "); in callout_function()
5245 fprintf(outfile, "^"); in callout_function()
5249 for (i = 0; i < post_start - 1; i++) fprintf(outfile, " "); in callout_function()
5250 fprintf(outfile, "^"); in callout_function()
5254 fprintf(outfile, " "); in callout_function()
5256 fprintf(outfile, "%.*s", in callout_function()
5260 fprintf(outfile, "\n"); in callout_function()
5266 fprintf(outfile, "Latest Mark: <unset>\n"); in callout_function()
5269 fprintf(outfile, "Latest Mark: "); in callout_function()
5270 PCHARSV(cb->mark, 0, -1, utf, outfile); in callout_function()
5271 putc('\n', outfile); in callout_function()
5281 fprintf(outfile, "Callout data = %d\n", callout_data); in callout_function()
5324 fprintf(outfile, "Copy substring %d failed (%d): ", n, rc); in copy_and_get()
5326 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5327 fprintf(outfile, "\n"); in copy_and_get()
5334 fprintf(outfile, "Get substring %d length failed (%d): ", n, rc); in copy_and_get()
5336 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5337 fprintf(outfile, "\n"); in copy_and_get()
5341 fprintf(outfile, "Mismatched substring lengths: %lu %lu\n", in copy_and_get()
5344 fprintf(outfile, "%2dC ", n); in copy_and_get()
5345 PCHARSV(copybuffer, 0, length, utf, outfile); in copy_and_get()
5346 fprintf(outfile, " (%lu)\n", (unsigned long)length); in copy_and_get()
5377 fprintf(outfile, "Number not found for group '%s'\n", nptr); in copy_and_get()
5383 fprintf(outfile, "Copy substring '%s' failed (%d): ", nptr, rc); in copy_and_get()
5385 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5386 fprintf(outfile, "\n"); in copy_and_get()
5393 fprintf(outfile, "Get substring '%s' length failed (%d): ", nptr, rc); in copy_and_get()
5395 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5396 fprintf(outfile, "\n"); in copy_and_get()
5400 fprintf(outfile, "Mismatched substring lengths: %lu %lu\n", in copy_and_get()
5403 fprintf(outfile, " C "); in copy_and_get()
5404 PCHARSV(copybuffer, 0, length, utf, outfile); in copy_and_get()
5405 fprintf(outfile, " (%lu) %s", (unsigned long)length, nptr); in copy_and_get()
5406 if (groupnumber >= 0) fprintf(outfile, " (group %d)\n", groupnumber); in copy_and_get()
5407 else fprintf(outfile, " (non-unique)\n"); in copy_and_get()
5423 fprintf(outfile, "Get substring %d failed (%d): ", n, rc); in copy_and_get()
5425 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5426 fprintf(outfile, "\n"); in copy_and_get()
5430 fprintf(outfile, "%2dG ", n); in copy_and_get()
5431 PCHARSV(gotbuffer, 0, length, utf, outfile); in copy_and_get()
5432 fprintf(outfile, " (%lu)\n", (unsigned long)length); in copy_and_get()
5464 fprintf(outfile, "Number not found for group '%s'\n", nptr); in copy_and_get()
5469 fprintf(outfile, "Get substring '%s' failed (%d): ", nptr, rc); in copy_and_get()
5471 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5472 fprintf(outfile, "\n"); in copy_and_get()
5476 fprintf(outfile, " G "); in copy_and_get()
5477 PCHARSV(gotbuffer, 0, length, utf, outfile); in copy_and_get()
5478 fprintf(outfile, " (%lu) %s", (unsigned long)length, nptr); in copy_and_get()
5479 if (groupnumber >= 0) fprintf(outfile, " (group %d)\n", groupnumber); in copy_and_get()
5480 else fprintf(outfile, " (non-unique)\n"); in copy_and_get()
5496 fprintf(outfile, "get substring list failed (%d): ", rc); in copy_and_get()
5498 PCHARSV(CASTVAR(void *, pbuffer), 0, rc, FALSE, outfile); in copy_and_get()
5499 fprintf(outfile, "\n"); in copy_and_get()
5505 fprintf(outfile, "%2dL ", i); in copy_and_get()
5506 PCHARSV(stringlist[i], 0, lengths[i], utf, outfile); in copy_and_get()
5507 putc('\n', outfile); in copy_and_get()
5510 fprintf(outfile, "string list not terminated by NULL\n"); in copy_and_get()
5593 fprintf(outfile, "** Failed: invalid UTF-8 string cannot be used as input " in process_data()
5643 fprintf(outfile, "** Expected '{' after \\[....]\n"); in process_data()
5650 fprintf(outfile, "** Repeat count too large\n"); in process_data()
5657 fprintf(outfile, "** Expected '}' after \\[...]{...\n"); in process_data()
5664 fprintf(outfile, "** Zero repeat not allowed\n"); in process_data()
5730 fprintf(outfile, "** Too many octal digits in \\o{...} item; " in process_data()
5735 else fprintf(outfile, "** Missing } after \\o{ (assumed)\n"); in process_data()
5753 fprintf(outfile, "** Too many hex digits in \\x{...} item; " in process_data()
5795 fprintf(outfile, "** Nested replication is not supported\n"); in process_data()
5804 fprintf(outfile, "** Unrecognized escape sequence \"\\%c\"\n", c); in process_data()
5821 fprintf(outfile, "** Character \\x{%x} is greater than 0x7fffffff " in process_data()
5831 fprintf(outfile, "** Character \\x{%x} is greater than 255 " in process_data()
5833 fprintf(outfile, "** Truncation will probably give the wrong " in process_data()
5847 fprintf(outfile, "** Failed: character \\x{%x} is greater than " in process_data()
5864 fprintf(outfile, "** Character \\x{%x} is greater than 0xffff " in process_data()
5866 fprintf(outfile, "** Truncation will probably give the wrong " in process_data()
5901 fprintf(outfile, "\n"); in process_data()
5909 fprintf(outfile, "** Replacement text is not supported with null_context.\n"); in process_data()
5949 fprintf(outfile, "%s", msg); in process_data()
5961 if (msg[0] == 0) fprintf(outfile, "\n"); in process_data()
5974 fprintf(outfile, "No match: POSIX code %d: %s\n", rc, pbuffer8); in process_data()
5977 fprintf(outfile, "Matched with REG_NOSUB\n"); in process_data()
5979 fprintf(outfile, "Matched without capture\n"); in process_data()
5987 fprintf(outfile, "%2d: ", (int)i); in process_data()
5989 pmatch[i].rm_eo - pmatch[i].rm_so, utf, outfile); in process_data()
5990 fprintf(outfile, "\n"); in process_data()
5994 fprintf(outfile, "%2d+ ", (int)i); in process_data()
5996 utf, outfile); in process_data()
5997 fprintf(outfile, "\n"); in process_data()
6012 fprintf(outfile, "** Finding match limits is not relevant for DFA matching: ignored\n"); in process_data()
6022 fprintf(outfile, "** Showing all consulted text is not supported by JIT: ignored\n"); in process_data()
6096 fprintf(outfile, "** Ignored for DFA matching: replace\n"); in process_data()
6125 fprintf(outfile, "** Timing is not supported with replace: ignored\n"); in process_data()
6151 fprintf(outfile, "Bad buffer size in replacement string\n"); in process_data()
6156 fprintf(outfile, "Replacement buffer setting (%lu) is too large " in process_data()
6230 fprintf(outfile, "Failed: error %d", rc); in process_data()
6232 fprintf(outfile, " at offset %ld in replacement", (long int)nsize); in process_data()
6233 fprintf(outfile, ": "); in process_data()
6235 PCHARSV(CASTVAR(void *, pbuffer), 0, msize, FALSE, outfile); in process_data()
6238 fprintf(outfile, ": %ld code units are needed", (long int)nsize); in process_data()
6242 fprintf(outfile, "%2d: ", rc); in process_data()
6243 PCHARSV(nbuffer, 0, nsize, utf, outfile); in process_data()
6246 fprintf(outfile, "\n"); in process_data()
6297 fprintf(outfile, "Timing DFA restarts is not supported\n"); in process_data()
6333 fprintf(outfile, "Match time %.4f milliseconds\n", in process_data()
6380 fprintf(outfile, "Matched, but offsets vector is too small to show all matches\n"); in process_data()
6394 fprintf(outfile, "Matched, but too many substrings\n"); in process_data()
6413 fprintf(outfile, in process_data()
6419 fprintf(outfile, "** Global loop abandoned\n"); in process_data()
6431 fprintf(outfile, in process_data()
6433 fprintf(outfile, "** Global loop abandoned\n"); in process_data()
6447 fprintf(outfile, "** Ignored after DFA matching: allcaptures\n"); in process_data()
6471 fprintf(outfile, "Start of matched string is beyond its end - " in process_data()
6475 fprintf(outfile, "%2d: ", i/2); in process_data()
6481 fprintf(outfile, "<unset>\n"); in process_data()
6490 fprintf(outfile, "ERROR: bad value(s) for offset(s): 0x%lx 0x%lx\n", in process_data()
6518 PCHARS(lleft, pp, leftchar, start - leftchar, utf, outfile); in process_data()
6519 PCHARS(lmiddle, pp, start, end - start, utf, outfile); in process_data()
6520 PCHARS(lright, pp, end, rightchar - end, utf, outfile); in process_data()
6522 fprintf(outfile, " (JIT)"); in process_data()
6523 fprintf(outfile, "\n "); in process_data()
6524 for (j = 0; j < lleft; j++) fprintf(outfile, "<"); in process_data()
6525 for (j = 0; j < lmiddle; j++) fprintf(outfile, " "); in process_data()
6526 for (j = 0; j < lright; j++) fprintf(outfile, ">"); in process_data()
6537 PCHARS(lleft, pp, startchar, start - startchar, utf, outfile); in process_data()
6538 PCHARSV(pp, start, end - start, utf, outfile); in process_data()
6540 fprintf(outfile, " (JIT)"); in process_data()
6543 fprintf(outfile, "\n "); in process_data()
6544 for (j = 0; j < lleft; j++) fprintf(outfile, "^"); in process_data()
6552 PCHARSV(pp, start, end - start, utf, outfile); in process_data()
6554 fprintf(outfile, " (JIT)"); in process_data()
6562 PCHARSV(pp, start, end - start, utf, outfile); in process_data()
6565 fprintf(outfile, "\n"); in process_data()
6573 fprintf(outfile, "%2d+ ", i/2); in process_data()
6574 PCHARSV(pp, ovector[i+1], ulen - ovector[i+1], utf, outfile); in process_data()
6575 fprintf(outfile, "\n"); in process_data()
6584 fprintf(outfile, "MK: "); in process_data()
6585 PCHARSV(CASTFLD(void *, match_data, mark), 0, -1, utf, outfile); in process_data()
6586 fprintf(outfile, "\n"); in process_data()
6604 fprintf(outfile, "Partial match"); in process_data()
6608 fprintf(outfile, ", mark="); in process_data()
6610 outfile); in process_data()
6613 fprintf(outfile, ": "); in process_data()
6617 PCHARS(backlength, pp, poffset, ovector[0] - poffset, utf, outfile); in process_data()
6618 PCHARSV(pp, ovector[0], ulen - ovector[0], utf, outfile); in process_data()
6621 fprintf(outfile, " (JIT)"); in process_data()
6622 fprintf(outfile, "\n"); in process_data()
6627 for (i = 0; i < rubriclength; i++) fprintf(outfile, " "); in process_data()
6628 for (i = 0; i < backlength; i++) fprintf(outfile, "<"); in process_data()
6629 fprintf(outfile, "\n"); in process_data()
6697 fprintf(outfile, "No match"); in process_data()
6701 fprintf(outfile, ", mark = "); in process_data()
6702 PCHARSV(CASTFLD(void *, match_data, mark), 0, -1, utf, outfile); in process_data()
6705 fprintf(outfile, " (JIT)"); in process_data()
6706 fprintf(outfile, "\n"); in process_data()
6711 fprintf(outfile, "Error %d (bad UTF-%d offset)\n", capcount, test_mode); in process_data()
6715 fprintf(outfile, "Failed: error %d: ", capcount); in process_data()
6717 PCHARSV(CASTVAR(void *, pbuffer), 0, mlen, FALSE, outfile); in process_data()
6723 fprintf(outfile, " at offset %lu", (unsigned long int)startchar); in process_data()
6725 fprintf(outfile, "\n"); in process_data()
7502 outfile = stderr;
7515 outfile = stdout;
7530 outfile = fopen(argv[op+1], OUTPUT_MODE);
7531 if (outfile == NULL)
7541 if (!quiet) print_version(outfile);
7561 if (!INTERACTIVE(infile)) fprintf(outfile, "%s", (char *)buffer);
7562 fflush(outfile);
7616 fprintf(outfile, "** Invalid pattern delimiter '%c' (x%x).\n", *buffer,
7625 fprintf(outfile, "** pcre2test run abandoned\n");
7633 if (INTERACTIVE(infile)) fprintf(outfile, "\n");
7638 fprintf(outfile, "--------------------------------------\n");
7641 fprintf(outfile, "Total compile time %.4f milliseconds\n",
7645 fprintf(outfile, "Total JIT compile %.4f milliseconds\n",
7650 fprintf(outfile, "Total match time %s%.4f milliseconds\n", pad,
7659 if (outfile != NULL && outfile != stdout) fclose(outfile);