Home
last modified time | relevance | path

Searched refs:once (Results 51 – 75 of 199) sorted by relevance

12345678

/dragonfly/contrib/pam_passwdqc/
H A DREADME84 be rejected once a weak substring is found; it will instead be
187 If audit is enabled at build time, the PAM module logs audit events once
/dragonfly/games/quiz/datfiles/
H A Dbard97 Once more unto the breach{,} dear friends{,} once more{;}:\
150 The valiant never taste of death but once{.}:\
/dragonfly/crypto/libressl/tls/
H A Dtls.c60 static pthread_once_t once = PTHREAD_ONCE_INIT; in tls_init() local
62 if (pthread_once(&once, tls_do_init) != 0) in tls_init()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcollect2.texi11 The program @code{collect2} works by linking the program once and
H A Dinterface.texi57 certain machines once we have a complete GNU system so that we can
/dragonfly/contrib/bmake/
H A Dmeta.c583 static bool once = false; in meta_mode_init() local
617 if (once) in meta_mode_init()
619 once = true; in meta_mode_init()
H A Dmain.c2122 static bool once = true; in Main_ExportMAKEFLAGS() local
2125 if (once != first) in Main_ExportMAKEFLAGS()
2127 once = false; in Main_ExportMAKEFLAGS()
/dragonfly/contrib/xz/src/common/
H A Dmythread.h375 if (!InitOnceComplete(&once, 0, NULL)) \
/dragonfly/contrib/gcc-4.7/gcc/
H A Dpredict.def24 This macro will be called once for each predictor. The ENUM will
H A Dparams.def58 counted and once the recursive inline limit (see
304 /* The maximum number of insns of a peeled loop that rolls only once. */
306 "max-once-peeled-insns",
307 "The maximum number of insns of a peeled loop that rolls only once",
/dragonfly/usr.sbin/efibootmgr/
H A Defibootmgr.c86 bool once; member
267 opts.once = true; in parse_args()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dunwind-dw2-fde.c71 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in init_object_mutex_once() local
72 __gthread_once (&once, init_object_mutex); in init_object_mutex_once()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dunwind-dw2-fde.c64 static __gthread_once_t once = __GTHREAD_ONCE_INIT; in init_object_mutex_once() local
65 __gthread_once (&once, init_object_mutex); in init_object_mutex_once()
/dragonfly/crypto/libressl/crypto/err/
H A Derr.c674 static pthread_once_t once = PTHREAD_ONCE_INIT; in ERR_load_ERR_strings() local
682 (void) pthread_once(&once, ERR_load_ERR_strings_internal); in ERR_load_ERR_strings()
/dragonfly/gnu/lib/gcc47/libstdc++/
H A DMakefile28 CXXFLAGS+= -fdiagnostics-show-location=once
/dragonfly/sys/dev/disk/isp/
H A DHardware.txt101 I tried one exactly once for 30 minutes. Seemed to work once
/dragonfly/crypto/openssh/
H A DPROTOCOL.certkeys232 sequence. Each named option may only appear once in a certificate.
276 as is the requirement that each name appear only once.
/dragonfly/sys/dev/misc/musycc/
H A Dmusycc.c1422 static int once; in musycc_attach() local
1424 if (!once) { in musycc_attach()
1425 once++; in musycc_attach()
/dragonfly/sys/dev/netif/mn/
H A Dif_mn.c1283 static int once; in mn_attach() local
1287 if (!once) { in mn_attach()
1290 once++; in mn_attach()
/dragonfly/bin/ed/
H A DPOSIX77 undo forces a global command list to be executed only once, rather than
/dragonfly/sys/bus/u4b/controller/
H A Dehci.c2508 uint8_t once = 1; in ehci_device_isoc_fs_enter() local
2586 if (once) { in ehci_device_isoc_fs_enter()
2587 once = 0; in ehci_device_isoc_fs_enter()
2813 uint8_t once = 1; in ehci_device_isoc_hs_enter() local
2891 if (once) { in ehci_device_isoc_hs_enter()
2892 once = 0; in ehci_device_isoc_hs_enter()
/dragonfly/sbin/init/
H A DNOTES61 process group leader, so we can only call setsid() once. Note that
/dragonfly/bin/sh/
H A Dnodetypes39 # specified only once.
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsearch.c1736 dfs_walk_once_accessible_r (tree binfo, bool friends_p, bool once, in dfs_walk_once_accessible_r() argument
1760 bool mark = once && BINFO_VIRTUAL_P (base_binfo); in dfs_walk_once_accessible_r()
1783 rval = dfs_walk_once_accessible_r (base_binfo, friends_p, once, in dfs_walk_once_accessible_r()
/dragonfly/games/hack/
H A Drumors147 Everybody should have tasted a scorpion at least once in his life.
181 I once knew a hacker who ate too fast and choked to death.....
351 Some monsters can be tamed. I once saw a hacker with a tame Dragon!
368 Telepathy is just a trick: once you know how to do it, it's easy.

12345678