Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c131 #define FWRITE(a,b,c,d) if (fwrite(a,b,c,d)) {} macro
1434 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout); in do_after_lines()
1486 FWRITE(matchptr, 1, slen, stderr); /* In case binary zero included */ in match_patterns()
2066 FWRITE(matchptr + offsets[n*2], 1, plen, stdout); in pcre2grep()
2137 FWRITE(lastmatchrestart, 1, pp - lastmatchrestart, stdout); in pcre2grep()
2177 FWRITE(p, 1, pp - p, stdout); in pcre2grep()
2221 FWRITE(ptr, 1, offsets[first], stdout); in pcre2grep()
2223 FWRITE(ptr + offsets[last], 1, linelength - offsets[last], stdout); in pcre2grep()
2234 FWRITE(ptr, 1, offsets[0], stdout); in pcre2grep()
2236 FWRITE(ptr + offsets[0], 1, offsets[1] - offsets[0], stdout); in pcre2grep()
[all …]
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py8 FWRITE = 2 variable
/external/python/cpython2/Lib/plat-irix5/
DFILE.py210 FWRITE = 0x02 variable
/external/python/cpython2/Lib/plat-irix6/
DFILE.py644 FWRITE = 0x02 variable