Searched refs:WriteError (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/bin/unzip/
H A Dfileio.c86 # define WriteError(buf,len,strm) \ macro
90 # define WriteError(buf,len,strm) \ macro
93 # define WriteError(buf,len,strm) \ macro
791 * fwrite() can never be more than 65534, so WriteError macro will
804 if (!uO.cflag && WriteError(rawbuf, size, G.outfile))
894 if (!uO.cflag && WriteError(transbuf,
919 WriteError(transbuf, (extent)(q-transbuf),
977 if (!uO.cflag && WriteError(transbuf,
1002 if (!uO.cflag && WriteError(transbuf, (extent)(q-transbuf),
1349 if ((error = WriteError(
[all...]

Completed in 17 milliseconds