Searched defs:bail (Results 1 - 2 of 2) sorted by relevance
/external/zlib/examples/ |
H A D | 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("coul [all...] |
/external/netcat/ |
H A D | 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 (" [all...] |
Completed in 105 milliseconds