Searched refs:PIPE_ERROR (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dfunzip.c58 3.1 9 Jul 93 K. U. Rommel fixed OS/2 pipe bug (PIPE_ERROR)
253 if (fwrite((char *)rawbuf,1,(extent)w,out) != (extent)w && !PIPE_ERROR)
287 if (fwrite((char *)slide,1,(extent)w,out) != (extent)w && !PIPE_ERROR)
520 && !PIPE_ERROR)
532 && !PIPE_ERROR)
H A Dunzpriv.h985 #ifndef PIPE_ERROR
986 # define PIPE_ERROR (errno == EPIPE) macro

Completed in 129 milliseconds