HomeSort by: relevance | last modified time | path
    Searched defs:once (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
strerror.c 30 #include <isc/once.h>
55 static isc_once_t once = ISC_ONCE_INIT; local
59 RUNTIME_CHECK(isc_once_do(&once, init_lock) == ISC_R_SUCCESS);
  /src/external/mit/libuv/dist/src/unix/
random-getentropy.c 31 static uv_once_t once = UV_ONCE_INIT; variable
43 uv_once(&once, uv__random_getentropy_init);
random-devurandom.c 28 static uv_once_t once = UV_ONCE_INIT; variable
78 * once from /dev/random before switching to /dev/urandom in order to seed
87 uv_once(&once, uv__random_devurandom_init);
random-getrandom.c 37 static uv_once_t once = UV_ONCE_INIT; variable
44 uv_once(&once, uv__random_getrandom_init_once);
  /src/sys/arch/riscv/riscv/
mainbus.c 95 static int once = 0; local
97 if (once != 0)
99 once = 1;
  /src/external/bsd/ntp/dist/libntp/lib/isc/
random.c 36 #include <isc/once.h>
41 static isc_once_t once = ISC_ONCE_INIT; variable
62 RUNTIME_CHECK(isc_once_do(&once, initialize_rand) == ISC_R_SUCCESS);
result.c 32 #include <isc/once.h>
113 static isc_once_t once = ISC_ONCE_INIT; variable
170 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_result.c 16 #include <isc/once.h>
75 static isc_once_t once = ISC_ONCE_INIT; variable
97 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
result.c 18 #include <isc/once.h>
353 static isc_once_t once = ISC_ONCE_INIT; variable
386 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
pk11_result.c 18 #include <isc/once.h>
39 static isc_once_t once = ISC_ONCE_INIT; variable
62 RUNTIME_CHECK(isc_once_do(&once, initialize_action) == ISC_R_SUCCESS);
  /src/lib/libc/include/
arc4random.h 53 once_t once; member in struct:arc4random_global_state
  /src/external/bsd/libbind/dist/irs/
irs_data.c 58 static int once = 0; variable
133 if (!once) {
136 if (!once) {
141 once = 1;
  /src/games/hack/
def.trap.h 71 unsigned once:1; member in struct:trap
  /src/sys/arch/arm/gemini/
obio_timer.c 203 static int once=1; local
227 if (once) {
228 once = 0;
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/
strerror.c 29 #include <isc/once.h>
68 static isc_once_t once = ISC_ONCE_INIT; local
72 RUNTIME_CHECK(isc_once_do(&once, init_lock) == ISC_R_SUCCESS);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
condition_variable.cc 117 static __gthread_once_t once = __GTHREAD_ONCE_INIT; local
118 __gthread_once (&once, key_init);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
condition_variable.cc 117 static __gthread_once_t once = __GTHREAD_ONCE_INIT; local
118 __gthread_once (&once, key_init);
  /src/sys/arch/mips/cavium/
mainbus.c 72 static int once = 0; local
74 if (once != 0)
76 once = 1;
  /src/crypto/external/bsd/heimdal/dist/lib/base/
string.c 243 static heim_base_once_t once; local
247 heim_base_once_f(&once, &dict, init_string);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
srpl-host-2i.c 84 static bool once = false; local
88 if (!once) {
133 if (state->variant != DUP_TEST_VARIANT_NO_DUP && !once) {
134 once = true;
205 " deliver it through the SRP replication input path. Having passed the update set once\n"
  /src/external/gpl3/gcc/dist/libgcc/
emutls.c 166 static __gthread_once_t once = __GTHREAD_ONCE_INIT; local
167 __gthread_once (&once, emutls_init);
  /src/external/gpl3/gcc.old/dist/libgcc/
emutls.c 158 static __gthread_once_t once = __GTHREAD_ONCE_INIT; local
159 __gthread_once (&once, emutls_init);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
atexit_thread.cc 128 // Do this initialization once.
132 static __gthread_once_t once = __GTHREAD_ONCE_INIT; variable
133 __gthread_once (&once, key_init);
  /src/external/mpl/bind/dist/bin/tools/
named-rrchecker.c 98 bool once = false; local
208 if (once) {
288 once = true;
293 if (!once) {
  /src/external/mpl/bind/dist/lib/dns/
dlz.c 64 #include <isc/once.h>
84 static isc_once_t once = ISC_ONCE_INIT; variable
169 * to only really happen once.
171 isc_once_do(&once, dlz_initialize);
299 * to only really happen once.
301 isc_once_do(&once, dlz_initialize);
380 * to only really happen once.
382 isc_once_do(&once, dlz_initialize);

Completed in 32 milliseconds

1 2 3 4