Home | History | Annotate | Download | only in src

Lines Matching refs:pcre2grep

2 *               pcre2grep program                *
12 distribution because other apparatus is needed to compile pcre2grep for z/OS.
374 { OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcre2grep does not support JIT" },
474 fprintf(stderr, "pcre2grep: Error %d, %d or %d means that a resource limit "
477 fprintf(stderr, "pcre2grep: Check your regex for nested unlimited loops.\n");
503 fprintf(stderr, "pcre2grep: malloc failed\n");
508 fprintf(stderr, "pcre2grep: pattern is too long (limit is %d bytes)\n",
592 other apparatus is needed to compile pcre2grep for z/OS. The header
737 fprintf(stderr, "pcre2grep: malloc failed\n");
886 fprintf(stderr, "Usage: pcre2grep [-");
892 fprintf(stderr, "Type `pcre2grep --help' for more information and the long "
908 printf("Usage: pcre2grep [OPTION]... [PATTERN] [FILE1 FILE2 ...]" STDOUT_NL);
915 printf("Callout scripts are not supported in this pcre2grep." STDOUT_NL);
934 printf("Example: pcre2grep -i 'hello.*world' menu.h main.c" STDOUT_NL STDOUT_NL);
1048 fprintf(stderr, "pcre2grep: Malformed number \"%s\" after --%.*s\n",
1052 fprintf(stderr, "pcre2grep: Malformed number \"%s\" after -%c\n",
1083 fprintf(stderr, "pcre2grep
1483 fprintf(stderr, "pcre2grep: pcre2_match() gave error %d while matching ", *mrc);
1493 fprintf(stderr, "pcre2grep: Too many errors - abandoned.\n");
1530 echo -e "abcde\n12345" | pcre2grep \
1800 pcre2grep(void *handle, int frtype, char *filename, char *printname)
1906 fprintf(stderr, "pcre2grep: line %d%s%s is too long for the internal buffer\n"
1907 "pcre2grep: the buffer size is %d\n"
1908 "pcre2grep: use the --buffer-size option to change it\n",
2443 return pcre2grep(stdin, FR_PLAIN, stdin_name,
2467 if (!silent) fprintf(stderr, "pcre2grep: failed to test next file %s\n",
2513 fprintf(stderr, "pcre2grep: Failed to open directory %s: %s\n", pathname,
2568 fprintf(stderr, "pcre2grep: Failed to open %s: %s\n", pathname,
2607 fprintf(stderr, "pcre2grep: Failed to open %s: %s\n", pathname,
2614 rc = pcre2grep(handle, frtype, pathname, (filenames > FN_DEFAULT ||
2642 fprintf(stderr, "pcre2grep: Failed to read %s using bzlib: %s\n",
2655 /* Pass back the yield from pcre2grep(). */
2705 fprintf(stdout, "pcre2grep version %s" STDOUT_NL, buffer);
2711 fprintf(stderr, "pcre2grep: Unknown option -%c\n", letter);
2824 fprintf(stderr, "pcre2grep: Error in regex in line %d of %s "
2830 fprintf(stderr, "pcre2grep: Error in %s regex at offset %d: %s\n",
2833 fprintf(stderr, "pcre2grep: Error in %s %s regex at offset %d: %s\n",
2875 fprintf(stderr, "pcre2grep: Failed to open %s: %s\n", name, strerror(errno));
2905 the -N option can be used to give pcre2grep a different newline setting. */
3078 fprintf(stderr, "pcre2grep: Unknown option %s\n", argv[i]);
3122 fprintf(stderr, "pcre2grep: Unknown option letter '%c' in \"%s\"\n",
3200 fprintf(stderr, "pcre2grep: Data missing after %s\n", argv[i]);
3238 fprintf(stderr, "pcre2grep: malloc failed\n");
3262 fprintf(stderr, "pcre2grep: unknown value \"%s\" for binary-files\n",
3299 fprintf(stderr, "pcre2grep: Cannot mix --only-matching, --file-offsets "
3334 fprintf(stderr, "pcre2grep: Failed to set locale %s (obtained from %s)\n",
3350 fprintf(stderr, "pcre2grep: Unknown colour setting \"%s\"\n",
3375 fprintf(stderr, "pcre2grep: Invalid newline specifier \"%s\"\n",
3397 fprintf(stderr, "pcre2grep: Invalid value \"%s\" for -d\n", dee_option);
3408 fprintf(stderr, "pcre2grep: Invalid value \"%s\" for -D\n", DEE_option);
3418 fprintf(stderr, "pcre2grep: bad value for -S option\n");
3435 fprintf(stderr, "pcre2grep: malloc failed\n");
3519 rc = pcre2grep(stdin, FR_PLAIN, stdin_name,
3536 fprintf(stderr, "pcre2grep: Failed to open %s: %s\n", fn->name,
3608 /* End of pcre2grep */