Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c139 #define STDOUT_NL "\r\n" macro
141 #define STDOUT_NL "\n" macro
908 printf("Usage: pcre2grep [OPTION]... [PATTERN] [FILE1 FILE2 ...]" STDOUT_NL); in help()
909 printf("Search for PATTERN in each FILE or standard input." STDOUT_NL); in help()
910 printf("PATTERN must be present if neither -e nor -f is used." STDOUT_NL); in help()
913 printf("Callout scripts in patterns are supported." STDOUT_NL); in help()
915 printf("Callout scripts are not supported in this pcre2grep." STDOUT_NL); in help()
918 printf("\"-\" can be used as a file name to mean STDIN." STDOUT_NL); in help()
921 printf("Files whose names end in .gz are read using zlib." STDOUT_NL); in help()
925 printf("Files whose names end in .bz2 are read using bzlib2." STDOUT_NL); in help()
[all …]