/src/sys/arch/ews4800mips/stand/common/ |
inckern.c | 53 goto bye; 60 goto bye; 64 goto bye; 90 bye:
|
/src/common/dist/zlib/examples/ |
gzappend.c | 93 local void bye(char *msg1, char *msg2) function in typeref:typename:local void 185 if (len == -1) bye("error reading ", in->name); 194 if (readin(in) == 0) bye("unexpected end of ", in->name); 211 bye("seeking ", in->name); 216 bye("unexpected end of ", in->name); 240 if (read1(in) != 31 || read1(in) != 139) bye(in->name, " not a gzip file"); 241 if (read1(in) != 8) bye("unknown compression method in", in->name); 243 if (flags & 0xe0) bye("unknown header flags set in", in->name); 271 if (gz.fd == -1) bye("cannot open ", name); 273 if (gz.buf == NULL) bye("out of memory", "") [all...] |
/src/usr.bin/make/unit-tests/ |
sunshcmd.mk | 3 BYECMD= echo bye
|
/src/sbin/iscsictl/ |
iscsic_main.c | 197 * bye: 202 bye(void) function in typeref:typename:__dead void 233 bye(); 251 bye(); 276 bye(); 300 bye(); 323 bye(); 352 bye();
|
/src/lib/libc/citrus/ |
citrus_ctype_fallback.c | 144 goto bye; 148 goto bye; 158 goto bye; 169 bye:
|
citrus_ctype_template.h | 261 goto bye; 269 goto bye; 279 bye: 318 goto bye; 322 goto bye; 330 goto bye; 340 bye:
|
/src/games/cribbage/ |
cribbage.h | 63 void bye(void);
|
io.c | 501 bye(); /* quit the game */ 568 bye(); 573 * bye: 577 bye(void) function in typeref:typename:void
|
crib.c | 171 bye();
|
/src/usr.bin/lock/ |
lock.c | 83 static void bye(int) __dead; 240 if (signal(SIGALRM, bye) == SIG_ERR) 355 bye(int dummy) function in typeref:typename:void
|
/src/usr.bin/telnet/ |
commands.c | 155 static int bye(int, char *[]); 1415 bye(int argc, char *argv[]) 1442 (void) call(bye, "bye", "fromquit", 0); 2302 { "close", closehelp, bye, 1 }, 1409 bye(int argc, char *argv[]) function in typeref:typename:int
|
/src/tests/bin/sh/ |
t_redir.sh | 295 atf_check -s exit:0 -o empty -e empty ${TEST_SH} -c 'echo Bye >>Output' 297 test "$(cat Output)" = "Hello${nl}Bye" || atf_fail \ 757 ( printf "bye-bye\n" >&6 ) 760 read bye <&8 || echo >&2 "Closed?" 761 echo Bye="$bye" 763 atf_check -s exit:0 -o match:Bye=bye-bye -e empty [all...] |