Home
last modified time | relevance | path

Searched defs:init (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/src/crypto/openssl/include/internal/
H A Dthread_once.h37 #define DEFINE_RUN_ONCE(init) \ argument
50 #define DECLARE_RUN_ONCE(init) \ argument
69 #define DEFINE_RUN_ONCE_STATIC(init) \ argument
110 #define DEFINE_RUN_ONCE_STATIC_ALT(initalt, init) \ argument
129 #define RUN_ONCE(once, init) \ argument
147 #define RUN_ONCE_ALT(once, initalt, init) \ argument
H A Dlist.h23 #define OSSL_LIST_FOREACH_FROM(p, name, init) \ argument
30 #define OSSL_LIST_FOREACH_REV_FROM(p, name, init) \ argument
37 #define OSSL_LIST_FOREACH_DELSAFE_FROM(p, pn, name, init) \ argument
44 #define OSSL_LIST_FOREACH_REV_DELSAFE_FROM(p, pn, name, init) \ argument
/src/sys/dev/sfxge/common/
H A Defx_hash.c116 __in uint32_t init) in efx_hash_dwords()
165 __in uint32_t init) in efx_hash_bytes()
248 __in uint32_t init) in efx_hash_bytes()
/src/sys/contrib/zstd/programs/
H A Dtimefn.c31 static int init = 0; in UTIL_getSpanTimeMicro() local
45 static int init = 0; in UTIL_getSpanTimeNano() local
65 static int init = 0; in UTIL_getSpanTimeMicro() local
76 static int init = 0; in UTIL_getSpanTimeNano() local
/src/contrib/netbsd-tests/lib/libobjc/
H A Dt_threads.m53 -init; category
68 -init category
/src/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c87 static int init = 0; in ftpd_logwtmp_asl() local
109 static int init = 0; in ftpd_logwtmp_wtmp() local
/src/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c404 send_do(int option, int init) in send_do()
575 send_dont(int option, int init) in send_dont()
699 send_will(int option, int init) in send_will()
821 send_wont(int option, int init) in send_wont()
/src/contrib/one-true-awk/testdir/
H A Dchem.awk12 function init() { function
41 /^(\.cstart)|(begin chem)/ { init(); inchem = 1; next } function
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dtsd_win.h47 tsd_wrapper_get(bool init) { in tsd_wrapper_get()
118 tsd_get(bool init) { in tsd_get()
H A Dtsd_generic.h65 tsd_wrapper_get(bool init) { in tsd_wrapper_get()
161 tsd_get(bool init) { in tsd_get()
/src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstats.h33 void init() { in init() function
62 void init() { LocalStats::init(); } in init() function
/src/contrib/kyua/engine/execenv/
H A Dexecenv_host.cpp35 execenv::execenv_host::init() const in init() function in execenv::execenv_host
/src/contrib/atf/atf-c/
H A Dtc_test.c57 ATF_TC_HEAD(init, tc) in ATF_TC_HEAD() argument
61 ATF_TC_BODY(init, tcin) in ATF_TC_BODY() argument
/src/crypto/openssl/providers/implementations/include/prov/
H A Ddigestcommon.h100 name, CTX, blksize, dgstsize, flags, init, upd, fin) \ argument
113 name, CTX, blksize, dgstsize, flags, init, upd, fin, \ argument
/src/crypto/krb5/src/util/
H A Dt_template.pm9 sub init { # (\@parms, \%defaults, \@template) subroutine
/src/bin/hostname/tests/
H A Dhostname_test.sh43 init() function
/src/stand/efi/include/
H A Defi_drivers.h34 void (*init)(void); member
/src/tools/test/stress2/misc/
H A Dholdcnt0.sh236 init(); function
H A Dholdcnt04.sh226 init(); function
H A Dholdcnt02.sh217 init(); function
H A Dholdcnt05.sh225 init(); function
H A Dholdcnt03.sh216 init(); function
/src/contrib/kyua/utils/cmdline/
H A Dglobals.cpp58 cmdline::init(const char* argv0, const bool override_for_testing) in init() function in cmdline
/src/sys/sys/
H A Dtaskqueue.h147 #define TASKQUEUE_DEFINE(name, enqueue, context, init) \ argument
171 #define TASKQUEUE_FAST_DEFINE(name, enqueue, context, init) \ argument
/src/crypto/openssl/util/perl/TLSProxy/
H A DNewSessionTicket.pm64 sub init{ subroutine

12345678910>>...19