Searched refs:init (Results 1 - 25 of 4503) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dthread_once.h26 #define DEFINE_RUN_ONCE(init) \
27 static int init(void); \
28 int init##_ossl_ret_ = 0; \
29 void init##_ossl_(void) \
31 init##_ossl_ret_ = init(); \
33 static int init(void)
39 #define DECLARE_RUN_ONCE(init) \
40 extern int init##_ossl_ret_; \
41 void init##_ossl
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dthread_once.h37 # define DEFINE_RUN_ONCE(init) \
38 static int init(void); \
39 int init##_ossl_ret_ = 0; \
40 void init##_ossl_(void) \
42 init##_ossl_ret_ = init(); \
44 static int init(void)
50 # define DECLARE_RUN_ONCE(init) \
51 extern int init##_ossl_ret_; \
52 void init##_ossl
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
H A Dgmonster1.cc21 gm_std::init ();
H A Dgmonster2.cc21 gm_std::init ();
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
H A Dgmonster1.cc21 gm_std::init ();
H A Dgmonster2.cc21 gm_std::init ();
/netbsd-current/bin/sh/
H A Dinit.h1 /* $NetBSD: init.h,v 1.9 2002/11/24 22:35:40 christos Exp $ */
34 * @(#)init.h 8.2 (Berkeley) 5/4/95
37 void init(void);
/netbsd-current/tools/llvm-lib/libLLVMAArch64AsmParser/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMAArch64AsmPrinter/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMAArch64CodeGen/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMAArch64Disassembler/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMAArch64MCTargetDesc/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMAArch64TargetInfo/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMAArch64Utils/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMARMAsmParser/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMARMAsmPrinter/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMARMCodeGen/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMARMDisassembler/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMARMMCTargetDesc/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMARMTargetInfo/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMAnalysis/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMAsmParser/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMAsmPrinter/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMBitReader/
H A DMakefile3 .include <bsd.init.mk>
/netbsd-current/tools/llvm-lib/libLLVMBitWriter/
H A DMakefile3 .include <bsd.init.mk>

Completed in 138 milliseconds

1234567891011>>