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

1234567891011>>

/freebsd-9.3-release/bin/sh/
H A Dinit.h32 * @(#)init.h 8.2 (Berkeley) 5/4/95
36 void init(void);
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_opt.c72 static int init = 0; local
75 if (!init) {
76 init++;
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dssleay.cnf5 init = 5
/freebsd-9.3-release/lib/csu/sparc64/
H A Dcrtn.S34 .section .init,"ax",@progbits
/freebsd-9.3-release/sbin/init/
H A DMakefile4 PROG= init
5 MAN= init.8
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DStatistic.h58 return init();
67 return init();
71 init();
79 return init();
83 init();
92 return init();
98 return init();
103 return init();
108 return init();
152 Statistic &init() { function in class:llvm::Statistic
[all...]
/freebsd-9.3-release/etc/rc.d/
H A Dserial54 stty < /dev/tty${dc}${i}.init -clocal crtscts hupcl 9600 reprint ^R
56 stty < /dev/cua${dc}${i}.init -clocal crtscts hupcl 9600 reprint ^R
69 stty < /dev/tty${dc}${i}.init reprint undef
70 stty < /dev/cua${dc}${i}.init reprint undef
91 stty < /dev/tty${dc}${i}.init crtscts 115200
93 stty < /dev/cua${dc}${i}.init crtscts 115200
107 stty < /dev/tty${dc}${i}.init clocal -hupcl 1200
109 stty < /dev/cua${dc}${i}.init clocal -hupcl 1200
128 stty < /dev/tty${dc}${i}.init 115200
129 stty < /dev/cua${dc}${i}.init 11520
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes_lib.c69 static int init = 1; local
72 if (init) {
101 init = 0;
/freebsd-9.3-release/contrib/binutils/gas/
H A Demul.h28 void (* init) (void); member in struct:emulation
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_hook.c64 GEN_HOOK_SET_FUNCTION(field, init)
74 GEN_HOOK_GET_FUNCTION(field, init)
108 GEN_HOOK_SET_FUNCTION(form, init)
118 GEN_HOOK_GET_FUNCTION(form, init)
/freebsd-9.3-release/contrib/ncurses/menu/
H A Dm_hook.c68 GEN_HOOK_SET_FUNCTION(menu, init)
78 | Return Values : Menu init function address or NULL
80 GEN_HOOK_GET_FUNCTION(menu, init)
114 GEN_HOOK_SET_FUNCTION(item, init)
124 | Return Values : Item init function address or NULL
126 GEN_HOOK_GET_FUNCTION(item, init)
/freebsd-9.3-release/lib/csu/amd64/
H A Dcrtn.S29 .section .init,"ax",@progbits
/freebsd-9.3-release/lib/csu/i386-elf/
H A Dcrtn.S29 .section .init,"ax",@progbits
/freebsd-9.3-release/sys/dev/drm/
H A Dvia_map.c32 static int via_do_init_map(struct drm_device * dev, drm_via_init_t * init) argument
46 dev_priv->fb = drm_core_findmap(dev, init->fb_offset);
53 dev_priv->mmio = drm_core_findmap(dev, init->mmio_offset);
63 init->sarea_priv_offset);
65 dev_priv->agpAddr = init->agpAddr;
84 drm_via_init_t *init = data; local
88 switch (init->func) {
90 return via_do_init_map(dev, init);
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dm_null.c65 static int init(EVP_MD_CTX *ctx) function
85 init,
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.h32 cl::init(""));
43 cl::init(Reloc::Default),
58 cl::init(CodeModel::Default),
77 FileType("filetype", cl::init(TargetMachine::CGFT_AssemblyFile),
100 cl::init(false));
105 cl::init(false));
110 cl::init(false));
115 cl::init(false));
120 cl::init(false));
125 cl::init(fals
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/common/
H A Dfilter_decoder.c27 lzma_init_function init; member in struct:__anon4499
48 .init = &lzma_lzma_decoder_init,
56 .init = &lzma_lzma2_decoder_init,
64 .init = &lzma_simple_x86_decoder_init,
72 .init = &lzma_simple_powerpc_decoder_init,
80 .init = &lzma_simple_ia64_decoder_init,
88 .init = &lzma_simple_arm_decoder_init,
96 .init = &lzma_simple_armthumb_decoder_init,
104 .init = &lzma_simple_sparc_decoder_init,
112 .init
[all...]
/freebsd-9.3-release/contrib/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp34 ClUseSymbolTable("use-symbol-table", cl::init(true),
39 ClPrintFunctions("functions", cl::init(true),
44 ClPrintInlining("inlining", cl::init(true),
48 ClDemangle("demangle", cl::init(true), cl::desc("Demangle function names"));
50 static cl::opt<std::string> ClDefaultArch("default-arch", cl::init(""),
/freebsd-9.3-release/contrib/gcc/cp/
H A Dinit.c151 tree init = NULL_TREE; local
153 /* [dcl.init]
182 init = convert (type, integer_zero_node);
212 init = build_constructor (type, v);
241 /* If this is a one element array, we just use a regular init. */
254 init = build_constructor (type, v);
257 init = fold_convert (type, integer_zero_node);
262 if (init)
264 TREE_CONSTANT (init) = 1;
265 TREE_INVARIANT (init)
322 perform_member_init(tree member, tree init) argument
472 tree init; local
1084 build_aggr_init(tree exp, tree init, int flags) argument
1142 init, LOOKUP_NORMAL|flags); local
1153 expand_default_init(tree binfo, tree true_exp, tree exp, tree init, int flags) argument
1246 expand_aggr_init_1(tree binfo, tree true_exp, tree exp, tree init, int flags) argument
1466 tree init; local
1554 build_raw_new_expr(tree placement, tree type, tree nelts, tree init, int use_global_new) argument
1573 build_new_1(tree placement, tree type, tree nelts, tree init, bool globally_qualified_p) argument
2068 build_new(tree placement, tree type, tree nelts, tree init, int use_global_new) argument
2358 get_temp_regvar(tree type, tree init) argument
2391 build_vec_init(tree base, tree maxindex, tree init, bool explicit_default_init_p, int from_array) argument
[all...]
/freebsd-9.3-release/contrib/expat/xmlwf/
H A Dct.c6 enum { inAtom, inString, init, inComment }; enumerator in enum:__anon973
7 int state = init;
27 if (state > init)
37 if (state == init)
52 case init:
59 if (state == init) {
H A Dxmlmime.c8 enum { inAtom, inString, init, inComment }; enumerator in enum:__anon975
9 int state = init;
31 if (state > init)
41 if (state == init)
56 case init:
63 if (state == init) {
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_globals.cc115 static __eh_globals_init init;
121 if (init._M_init)
122 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
132 if (init._M_init)
134 g = static_cast<__cxa_eh_globals*>(__gthread_getspecific(init._M_key));
138 if (v == 0 || __gthread_setspecific(init._M_key, v) != 0)
/freebsd-9.3-release/crypto/heimdal/packages/debian/
H A Dheimdal-kcm.init3 # skeleton example file to build /etc/init.d/ scripts.
4 # This file should be used to construct scripts for /etc/init.d.
57 /etc/init.d/heimdal-kcm stop
59 /etc/init.d/heimdal-kcm start
62 N=/etc/init.d/$NAME
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dirix-crti.asm5 /* The GNU and SGI linkers differ in their implementation of -init and -fini.
6 With the GNU linker, there can only be a single -init option, and the
8 finalization code can go directly in .init, with the prologue and
12 The SGI linker instead accepts several -init options. It will set DT_INIT
13 to a linker-created function (placed in .init) that calls each of the -init
14 functions in turn. If there is any user code in .init, this linker-created
16 specially; it will only be called if the -init options arrange for it to
20 to go in .init, just like it can with the GNU linker. However, doing this
/freebsd-9.3-release/lib/csu/arm/
H A Dcrtn.S4 .section .init,"ax",%progbits

Completed in 157 milliseconds

1234567891011>>