/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
|
/src/tests/usr.bin/printf/ |
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
|
/src/sys/arch/hpc/stand/hpcboot/arm/ |
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.
|
/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));
|
/src/games/trek/ |
setup.c | 1 /* $NetBSD: setup.c,v 1.13 2009/05/25 00:37:27 dholland Exp $ */ 35 static char sccsid[] = "@(#)setup.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: setup.c,v 1.13 2009/05/25 00:37:27 dholland Exp $"); 81 setup(void) function in typeref:typename:void 228 /* setup stars */
|
/src/sys/arch/hpc/stand/hpcboot/ |
boot.cpp | 96 Boot::setup() function in class:Boot
|
/src/sys/arch/hpc/stand/hpcboot/mips/ |
mips_boot.cpp | 59 MIPSBoot::setup() function in class:MIPSBoot 78 return super::setup();
|
/src/tests/net/net/ |
t_ipv6address.sh | 50 setup() function 243 setup 366 setup
|
t_ping_opts.sh | 97 setup() function 157 setup 203 setup 297 setup
|
/src/tests/net/if_pppoe/ |
t_pppoe_unnumbered.sh | 88 setup() function 154 setup
|
t_pppoe.sh | 108 setup() function 174 setup 306 setup "inet=false" 773 setup 853 setup
|
/src/usr.bin/tr/ |
tr.c | 57 static void setup(int *, const char *, int, int); 108 setup(string1, argv[0], 1, cflag); 109 setup(string2, argv[1], 2, 0); 127 setup(string1, argv[0], 1, cflag); 140 setup(string1, argv[0], 1, cflag); 172 setup(string1, argv[0], 1, cflag); 260 setup(int *string, const char *arg, int whichstring, int cflag) function in typeref:typename:void
|
/src/sys/arch/vax/vax/ |
sig_machdep.c | 205 sig_setupstack_t setup; local in function:sendsig_sighelper 213 (setup = sig_setupstacks[sd->sd_vers]) == NULL) 216 sp = (*setup)(ksi, mask, sd->sd_vers, l, tf, sp, onstack,
|
/src/tests/net/if_l2tp/ |
t_l2tp.sh | 156 setup() function 392 setup ${lan_mode} ${wan_mode}
|
/src/tests/net/if_loop/ |
t_pr.c | 59 setup(void) function in typeref:typename:void 167 setup(); 200 setup();
|
/src/usr.bin/who/ |
utmpentry.c | 68 static int setup(const char *); 92 setup(const char *fname) function in typeref:typename:int 185 int what = setup(fname);
|
/src/tests/net/if_bridge/ |
t_rtable.sh | 66 setup() function 116 setup 174 setup 251 setup 316 setup 394 setup 464 setup
|
/src/sbin/fsck_ext2fs/ |
setup.c | 1 /* $NetBSD: setup.c,v 1.39 2019/03/31 13:16:52 mlelstv Exp $ */ 59 static char sccsid[] = "@(#)setup.c 8.5 (Berkeley) 11/23/94"; 61 __RCSID("$NetBSD: setup.c,v 1.39 2019/03/31 13:16:52 mlelstv Exp $"); 106 setup(const char *dev) function in typeref:typename:int
|
/src/sbin/fsck_lfs/ |
setup.c | 1 /* $NetBSD: setup.c,v 1.62 2020/04/03 19:36:33 joerg Exp $ */ 160 setup(const char *dev) function in typeref:typename:int
|
/src/sys/arch/evbmips/loongson/ |
autoconf.h | 70 void (*setup)(void); member in struct:platform
|
/src/sys/dev/ic/ |
lsi64854var.h | 55 int (*setup)(struct lsi64854_softc *, uint8_t **, size_t *, member in struct:lsi64854_softc 56 int, size_t *); /* DMA setup */ 77 #define DMA_SETUP(sc, a, l, d, s) (((sc)->setup)(sc, a, l, d, s))
|
/src/tests/usr.bin/realpath/ |
t_realpath.sh | 129 setup() function 146 >StdOut || atf_fail "setup StdOut" 147 >StdErr || atf_fail "setup StdErr" 148 ln -s ../Dir Dir || atf_fail "setup Dir" 149 ln -s Loop Loop || atf_fail "setup Loop" 150 ln -s . Self || atf_fail "setup Self" 151 mkdir S1 S1/S2 S1/S3 S4 S4/S5 || atf_fail "setup subdirs" 152 echo S1/S2/File > S1/S2/File || atf_fail "setup File" 153 ln -s ../S2/File S1/S3/Link || atf_fail "setup S3/Link" 154 ln -s ../S1 S4/S1 || atf_fail "setup S4/S1 [all...] |