/src/games/hangman/ |
setup.c | 1 /* $NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $ */ 35 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $"); 46 * setup: 50 setup(void) function in typeref:typename:void
|
setup.c | 1 /* $NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $ */ 35 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $"); 46 * setup: 50 setup(void) function in typeref:typename:void
|
setup.c | 1 /* $NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $ */ 35 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $"); 46 * setup: 50 setup(void) function in typeref:typename:void
|
setup.c | 1 /* $NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $ */ 35 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $"); 46 * setup: 50 setup(void) function in typeref:typename:void
|
setup.c | 1 /* $NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $ */ 35 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $"); 46 * setup: 50 setup(void) function in typeref:typename:void
|
setup.c | 1 /* $NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $ */ 35 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: setup.c,v 1.11 2012/06/19 05:45:00 dholland Exp $"); 46 * setup: 50 setup(void) function in typeref:typename:void
|
/src/tests/usr.bin/printf/ |
t_builtin.sh | 99 setup() function
|
t_command.sh | 80 setup() function
|
t_builtin.sh | 99 setup() function
|
t_command.sh | 80 setup() function
|
t_builtin.sh | 99 setup() function
|
t_command.sh | 80 setup() function
|
t_builtin.sh | 99 setup() function
|
t_command.sh | 80 setup() function
|
t_builtin.sh | 99 setup() function
|
t_command.sh | 80 setup() function
|
t_builtin.sh | 99 setup() function
|
t_command.sh | 80 setup() function
|
/src/games/adventure/ |
Makefile | 8 CLEANFILES+=mkdata setup.lo data.c 14 setup.lo: hdr.h 15 mkdata: setup.lo
|
Makefile | 8 CLEANFILES+=mkdata setup.lo data.c 14 setup.lo: hdr.h 15 mkdata: setup.lo
|
/src/sys/arch/hpc/stand/hpcboot/arm/ |
arm_boot.cpp | 58 ARMBoot::setup() function in class:ARMBoot 79 return super::setup();
|
arm_boot.cpp | 58 ARMBoot::setup() function in class:ARMBoot 79 return super::setup();
|
/src/sys/arch/hpc/stand/hpcboot/sh3/ |
sh_boot.cpp | 57 SHBoot::setup() function in class:SHBoot 78 return super::setup(); 88 // Setup console. this setting is passed to kernel bootinfo.
|
sh_boot.cpp | 57 SHBoot::setup() function in class:SHBoot 78 return super::setup(); 88 // Setup console. this setting is passed to kernel bootinfo.
|
/src/tests/lib/libpthread/ |
t_sigalarm.c | 62 setup(void *dummy) function in typeref:typename:void * 93 PTHREAD_REQUIRE(pthread_create(&self, NULL, setup, NULL));
|