Home
last modified time | relevance | path

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

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/scripts/
H A Doptions.awk261 reqread = ""
280 reqread = reqread " READ_" $(i)
288 print "option READ_" $2, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", $2, onoff >out
/dports/graphics/povray37/povray-3.7.0.10/libraries/png/scripts/
H A Doptions.awk305 reqread = ""
324 reqread = reqread " READ_" $(i)
332 print "option READ_" $2, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", $2, onoff >out
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/scripts/
H A Doptions.awk354 reqread = ""
392 reqread = reqread " READ_" val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/png/scripts/
H A Doptions.awk354 reqread = ""
392 reqread = reqread " READ_" val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/scripts/
H A Doptions.awk354 reqread = ""
392 reqread = reqread " READ_" val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/png/scripts/
H A Doptions.awk354 reqread = ""
392 reqread = reqread " READ_" val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
/dports/graphics/optipng/optipng-0.7.7/src/libpng/scripts/
H A Doptions.awk354 reqread = ""
392 reqread = reqread " READ_" val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libpng-1.6.21/scripts/
H A Doptions.awk354 reqread = ""
392 reqread = reqread " READ_" val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
/dports/games/libretro-mgba/mgba-6186d45/src/third-party/libpng/scripts/
H A Doptions.awk354 reqread = ""
392 reqread = reqread " READ_" val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
/dports/graphics/png/libpng-1.6.37/scripts/
H A Doptions.awk354 reqread = ""
392 reqread = reqread " READ_" val
405 …print "option READ_" opt, "requires READ_ANCILLARY_CHUNKS" reqread, "enables", opt enables , onoff…
/dports/net/dante/dante-1.4.3/sockd/
H A Dsockd_protocol.c110 (unsigned long)state->reqread);
904 state->mem[state->reqread - 1] = NUL;
934 } while (state->mem[state->reqread - 1] != 0);
935 state->mem[state->reqread - 1] = NUL; /* style. */
H A Dsockd_negotiate.c672 (unsigned long)neg->negstate.reqread, in run_negotiate()
673 (unsigned long)neg->negstate.reqread == 1 ? "" : "s", in run_negotiate()
843 length = neg->negstate.reqread;
1440 neg->negstate.reqread = client.clientdatalen; in recv_negotiate()
/dports/net/dante/dante-1.4.3/include/
H A Dsockd.h244 SASSERTX(state->reqread <= end); \
270 state->reqread += p; \
287 #define MEMLEFT() (sizeof(state->mem) - state->reqread)
289 #define LEFT() ((end) - state->reqread)
296 &state->mem[state->reqread], \
336 (unsigned long)state->reqread); \
2359 size_t reqread; /* read so far. */ member