• Home
  • Raw
  • Download

Lines Matching refs:STDOUT_NL

163 #define STDOUT_NL  "\r\n"  macro
166 #define STDOUT_NL "\n" macro
1131 printf("Usage: pcre2grep [OPTION]... [PATTERN] [FILE1 FILE2 ...]" STDOUT_NL); in help()
1132 printf("Search for PATTERN in each FILE or standard input." STDOUT_NL); in help()
1133 printf("PATTERN must be present if neither -e nor -f is used." STDOUT_NL); in help()
1136 printf("Callout scripts in patterns are supported." STDOUT_NL); in help()
1138 printf("Callout scripts are not supported in this pcre2grep." STDOUT_NL); in help()
1141 printf("\"-\" can be used as a file name to mean STDIN." STDOUT_NL); in help()
1144 printf("Files whose names end in .gz are read using zlib." STDOUT_NL); in help()
1148 printf("Files whose names end in .bz2 are read using bzlib2." STDOUT_NL); in help()
1152 printf("Other files and the standard input are read as plain files." STDOUT_NL STDOUT_NL); in help()
1154 printf("All files are read as plain files, without any interpretation." STDOUT_NL STDOUT_NL); in help()
1157 printf("Example: pcre2grep -i " QUOT "hello.*world" QUOT " menu.h main.c" STDOUT_NL STDOUT_NL); in help()
1158 printf("Options:" STDOUT_NL); in help()
1175 printf("%.*s%s" STDOUT_NL, n, " ", op->help_text); in help()
1178 printf(STDOUT_NL "Numbers may be followed by K or M, e.g. --max-buffer-size=100K." STDOUT_NL); in help()
1179 printf("The default value for --buffer-size is %d." STDOUT_NL, PCRE2GREP_BUFSIZE); in help()
1180 printf("The default value for --max-buffer-size is %d." STDOUT_NL, PCRE2GREP_MAX_BUFSIZE); in help()
1181 printf("When reading patterns or file names from a file, trailing white" STDOUT_NL); in help()
1182 printf("space is removed and blank lines are ignored." STDOUT_NL); in help()
1183 printf("The maximum size of any pattern is %d bytes." STDOUT_NL, MAXPATLEN); in help()
1185 printf(STDOUT_NL "With no FILEs, read standard input. If fewer than two FILEs given, assume -h." ST… in help()
1186 printf("Exit status is 0 if any matches, 1 if no matches, and 2 if trouble." STDOUT_NL); in help()
1957 fprintf(stdout, STDOUT_NL); in display_output_text()
2587 fprintf(stdout, "Binary file %s matches" STDOUT_NL, filename); in pcre2grep()
2596 fprintf(stdout, "%s" STDOUT_NL, printname); in pcre2grep()
2621 fprintf(stdout, "%d,%d" STDOUT_NL, (int)(ptr + offsets[0] - ptr), in pcre2grep()
2627 fprintf(stdout, "%d,%d" STDOUT_NL, in pcre2grep()
2638 fprintf(stdout, STDOUT_NL); in pcre2grep()
2665 fprintf(stdout, STDOUT_NL); in pcre2grep()
2748 fprintf(stdout, "--" STDOUT_NL); in pcre2grep()
2769 fprintf(stdout, "--" STDOUT_NL); in pcre2grep()
2999 fprintf(stdout, "%s" STDOUT_NL, printname); in pcre2grep()
3011 fprintf(stdout, "%lu" STDOUT_NL, count); in pcre2grep()
3372 fprintf(stdout, "pcre2grep version %s" STDOUT_NL, buffer); in handle_option()
4289 if (om_separator != NULL && strcmp(om_separator, STDOUT_NL) == 0) in main()
4290 fprintf(stdout, STDOUT_NL); in main()
4300 fprintf(stdout, "%lu" STDOUT_NL, total_count); in main()