Home
last modified time | relevance | path

Searched refs:firstrun (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.bin/mail/
H A Dsupport.c571 int firstrun = 1; in name1() local
605 if (firstrun) { in name1()
607 firstrun = 0; in name1()
/netbsd-src/sys/dev/tprof/
H A Dtprof.c338 bool firstrun; in tprof_start() local
359 firstrun = (tb->tb_softc.sc_ctr_running_mask == 0); in tprof_start()
360 if (firstrun) { in tprof_start()
399 if (firstrun) { in tprof_start()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToAddABuilder.rst56 <http://docs.buildbot.net/current/tutorial/firstrun.html#creating-a-worker>`_
/netbsd-src/usr.sbin/sysinst/
H A Dpartman.c3129 static int firstrun = 1; in partman() local
3133 if (firstrun) { in partman()
3200 firstrun = 0; in partman()