Symbol: bye
common/dist/zlib/examples/gzappend.c
185
if (len == -1) bye("error reading ", in->name);
common/dist/zlib/examples/gzappend.c
194
if (readin(in) == 0) bye("unexpected end of ", in->name);
common/dist/zlib/examples/gzappend.c
211
bye("seeking ", in->name);
common/dist/zlib/examples/gzappend.c
216
bye("unexpected end of ", in->name);
common/dist/zlib/examples/gzappend.c
240
if (read1(in) != 31 || read1(in) != 139) bye(in->name, " not a gzip file");
common/dist/zlib/examples/gzappend.c
241
if (read1(in) != 8) bye("unknown compression method in", in->name);
common/dist/zlib/examples/gzappend.c
243
if (flags & 0xe0) bye("unknown header flags set in", in->name);
common/dist/zlib/examples/gzappend.c
271
if (gz.fd == -1) bye("cannot open ", name);
common/dist/zlib/examples/gzappend.c
273
if (gz.buf == NULL) bye("out of memory", "");
common/dist/zlib/examples/gzappend.c
282
if (window == NULL) bye("out of memory", "");
common/dist/zlib/examples/gzappend.c
287
if (ret != Z_OK) bye("out of memory", " or library mismatch");
common/dist/zlib/examples/gzappend.c
311
if (ret == Z_STREAM_ERROR) bye("internal stream error!", "");
common/dist/zlib/examples/gzappend.c
312
if (ret == Z_MEM_ERROR) bye("out of memory", "");
common/dist/zlib/examples/gzappend.c
314
bye("invalid compressed data--format violated in", name);
common/dist/zlib/examples/gzappend.c
344
bye("invalid compressed data--crc mismatch in ", name);
common/dist/zlib/examples/gzappend.c
347
bye("invalid compressed data--length mismatch in", name);
common/dist/zlib/examples/gzappend.c
356
if (read(gz.fd, gz.buf, 1) != 1) bye("reading after seek on ", name);
common/dist/zlib/examples/gzappend.c
359
if (write(gz.fd, gz.buf, 1) != 1) bye("writing after seek to ", name);
common/dist/zlib/examples/gzappend.c
369
if (ret != Z_OK) bye("out of memory", "");
common/dist/zlib/examples/gzappend.c
375
if (read(gz.fd, gz.buf, 1) != 1) bye("reading after seek on ", name);
common/dist/zlib/examples/gzappend.c
406
if (in == NULL || out == NULL) bye("out of memory", "");
common/dist/zlib/examples/gzappend.c
430
if (len == -1) bye("writing gzip file", "");
common/dist/zlib/examples/gzappend.c
450
if (ret == -1) bye("writing gzip file", "");
common/dist/zlib/examples/gzappend.c
488
bye("invalid compression level", "");
common/dist/zlib/examples/gzappend.c
490
if (*++argv == NULL) bye("no gzip file name after options", "");
games/cribbage/crib.c
171
bye();
games/cribbage/cribbage.h
63
void bye(void);
games/cribbage/io.c
501
bye(); /* quit the game */
games/cribbage/io.c
568
bye();
lib/libc/citrus/citrus_ctype_fallback.c
144
goto bye;
lib/libc/citrus/citrus_ctype_fallback.c
148
goto bye;
lib/libc/citrus/citrus_ctype_fallback.c
158
goto bye;
lib/libc/citrus/citrus_ctype_fallback.c
169
bye:
lib/libc/citrus/citrus_ctype_template.h
261
goto bye;
lib/libc/citrus/citrus_ctype_template.h
269
goto bye;
lib/libc/citrus/citrus_ctype_template.h
279
bye:
lib/libc/citrus/citrus_ctype_template.h
318
goto bye;
lib/libc/citrus/citrus_ctype_template.h
322
goto bye;
lib/libc/citrus/citrus_ctype_template.h
330
goto bye;
lib/libc/citrus/citrus_ctype_template.h
340
bye:
sbin/iscsictl/iscsic_main.c
233
bye();
sbin/iscsictl/iscsic_main.c
251
bye();
sbin/iscsictl/iscsic_main.c
276
bye();
sbin/iscsictl/iscsic_main.c
300
bye();
sbin/iscsictl/iscsic_main.c
323
bye();
sbin/iscsictl/iscsic_main.c
352
bye();
sys/arch/ews4800mips/stand/common/inckern.c
53
goto bye;
sys/arch/ews4800mips/stand/common/inckern.c
60
goto bye;
sys/arch/ews4800mips/stand/common/inckern.c
64
goto bye;
sys/arch/ews4800mips/stand/common/inckern.c
90
bye:
usr.bin/lock/lock.c
240
if (signal(SIGALRM, bye) == SIG_ERR)
usr.bin/telnet/commands.c
1436
(void) call(bye, "bye", "fromquit", 0);
usr.bin/telnet/commands.c
155
static int bye(int, char *[]);
usr.bin/telnet/commands.c
2294
{ "close", closehelp, bye, 1 },