Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c163 #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()
[all …]