HomeSort by relevance Sort by last modified time
    Searched defs:bail (Results 1 - 2 of 2) sorted by null

  /external/zlib/examples/
gzjoin.c 65 local int bail(char *why1, char *why2) function
138 /* get a byte from the file, bail if end of file */
141 bail("unexpected end of file on ", in->name))
183 bail("unexpected end of file on ", in->name);
195 bail("unexpected end of file on ", in->name);
209 bail(in->name, " is not a valid gzip file");
214 bail("unknown reserved bits set in ", in->name);
252 /* Load up zlib stream from buffered input, bail if end of file */
258 bail("unexpected end of file on ", in->name);
293 bail("could not open ", name)
    [all...]
  /external/netcat/
netcat.c 213 /* bail :
215 void bail (str, p1, p2, p3, p4, p5, p6) function
224 } /* bail */
232 bail (wrote_txt, wrote_net, wrote_out);
233 bail (" punt!");
242 bail ("spurious timer interrupt!");
274 bail ("Hmalloc %d failed", s);
369 bail ("gethostpoop fuxored");
376 bail ("Can't parse %s as an IP address", name);
380 bail ("%s: forward host lookup failed: ", name)
    [all...]

Completed in 2575 milliseconds