Lines Matching refs:pcregrep
2 * pcregrep program *
11 distribution because other apparatus is needed to compile pcregrep for z/OS.
354 { OP_NODATA, N_NOJIT, NULL, "no-jit", "ignored: this pcregrep does not support JIT" },
438 fprintf(stderr, "pcregrep: Error %d, %d or %d means that a resource limit "
441 fprintf(stderr, "pcregrep: Check your regex for nested unlimited loops.\n");
467 fprintf(stderr, "pcregrep: malloc failed\n");
472 fprintf(stderr, "pcregrep: pattern is too long (limit is %d bytes)\n",
558 other apparatus is needed to compile pcregrep for z/OS. The header
703 fprintf(stderr, "pcregrep: malloc failed\n");
852 fprintf(stderr, "Usage: pcregrep [-");
858 fprintf(stderr, "Type `pcregrep --help' for more information and the long "
874 printf("Usage: pcregrep [OPTION]... [PATTERN] [FILE1 FILE2 ...]\n");
893 printf("Example: pcregrep -i 'hello.*world' menu.h main.c\n\n");
1017 fprintf(stderr, "pcregrep: Malformed number \"%s\" after --%.*s\n",
1021 fprintf(stderr, "pcregrep: Malformed number \"%s\" after -%c\n",
1052 fprintf(stderr, "pcregrep: malloc failed\n");
1453 fprintf(stderr, "pcregrep: pcre_exec() gave error %d while matching ", *mrc);
1463 fprintf(stderr, "pcregrep: Too many errors - abandoned.\n");
1502 pcregrep(void *handle, int frtype, char *filename, char *printname)
1609 fprintf(stderr, "pcregrep: line %d%s%s is too long for the internal buffer\n"
1610 "pcregrep: check the --buffer-size option\n",
2122 return pcregrep(stdin, FR_PLAIN, stdin_name,
2146 if (!silent) fprintf(stderr, "pcregrep: failed to test next file %s\n",
2192 fprintf(stderr, "pcregrep: Failed to open directory %s: %s\n", pathname,
2247 fprintf(stderr, "pcregrep: Failed to open %s: %s\n", pathname,
2286 fprintf(stderr, "pcregrep: Failed to open %s: %s\n", pathname,
2293 rc = pcregrep(handle, frtype, pathname, (filenames > FN_DEFAULT ||
2321 fprintf(stderr, "pcregrep: Failed to read %s using bzlib: %s\n",
2334 /* Pass back the yield from pcregrep(). */
2381 fprintf(stdout, "pcregrep version %s\n", pcre_version());
2386 fprintf(stderr, "pcregrep: Unknown option -%c\n", letter);
2482 fprintf(stderr, "pcregrep: Error in regex in line %d of %s "
2488 fprintf(stderr, "pcregrep: Error in %s regex at offset %d: %s\n",
2491 fprintf(stderr, "pcregrep: Error in %s %s regex at offset %d: %s\n",
2533 fprintf(stderr, "pcregrep: Failed to open %s: %s\n", name, strerror(errno));
2563 the -N option can be used to give pcregrep a different newline setting. */
2729 fprintf(stderr, "pcregrep: Unknown option %s\n", argv[i]);
2773 fprintf(stderr, "pcregrep: Unknown option letter '%c' in \"%s\"\n",
2851 fprintf(stderr, "pcregrep: Data missing after %s\n", argv[i]);
2889 fprintf(stderr, "pcregrep: malloc failed\n");
2913 fprintf(stderr, "pcregrep: unknown value \"%s\" for binary-files\n",
2950 fprintf(stderr, "pcregrep: Cannot mix --only-matching, --file-offsets "
2980 fprintf(stderr, "pcregrep: Failed to set locale %s (obtained from %s)\n",
2995 fprintf(stderr, "pcregrep: Unknown colour setting \"%s\"\n",
3036 fprintf(stderr, "pcregrep: Invalid newline specifier \"%s\"\n", newline);
3049 fprintf(stderr, "pcregrep: Invalid value \"%s\" for -d\n", dee_option);
3060 fprintf(stderr, "pcregrep: Invalid value \"%s\" for -D\n", DEE_option);
3070 fprintf(stderr, "pcregrep: bad value for -S option\n");
3087 fprintf(stderr, "pcregrep: malloc failed\n");
3143 fprintf(stderr, "pcregrep: Error while studying regex%s: %s\n", s, error);
3205 rc = pcregrep(stdin, FR_PLAIN, stdin_name,
3222 fprintf(stderr, "pcregrep: Failed to open %s: %s\n", fn->name,
3290 /* End of pcregrep */