Searched refs:FWRITE_IGNORE (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2grep.c | 154 #define FWRITE_IGNORE(a,b,c,d) if (fwrite(a,b,c,d)) {} macro 878 FWRITE_IGNORE(buf, 1, length, stdout); in print_match() 1018 FWRITE_IGNORE(buf, 1, length, stdout); in print_match() 1072 FWRITE_IGNORE(buf, 1, length, stdout); in print_match() 1673 FWRITE_IGNORE(lastmatchrestart, 1, pp - lastmatchrestart, stdout); in do_after_lines() 1726 FWRITE_IGNORE(matchptr, 1, slen, stderr); /* In case binary zero included */ in match_patterns() 2738 FWRITE_IGNORE(lastmatchrestart, 1, pp - lastmatchrestart, stdout); in pcre2grep() 2778 FWRITE_IGNORE(p, 1, pp - p, stdout); in pcre2grep() 2801 FWRITE_IGNORE(ptr, 1, offsets[first], stdout); in pcre2grep() 2803 FWRITE_IGNORE(ptr + offsets[last], 1, linelength - offsets[last], stdout); in pcre2grep() [all …]
|
/external/pcre/dist2/ |
D | ChangeLog | 560 51. Change the macro FWRITE, used in pcre2grep, to FWRITE_IGNORE because FWRITE
|