Searched refs:funcs (Results 1 - 25 of 98) sorted by relevance

1234

/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapeContainerCheckPrivate.mm37 static WKNBrowserContainerCheckFuncs funcs = {
45 return &funcs;
/macosx-10.10.1/xnu-2782.1.97/libkern/crypto/
H A Dregister_crypto.c35 int register_crypto_functions(const crypto_functions_t funcs) argument
40 g_crypto_funcs = funcs;
/macosx-10.10.1/Libc-1044.1.2/sys/
H A Dfork.c37 void _libc_fork_init(const struct _libc_functions *funcs) argument
39 _libSystem_atfork_prepare = funcs->atfork_prepare;
40 _libSystem_atfork_parent = funcs->atfork_parent;
41 _libSystem_atfork_child = funcs->atfork_child;
H A D_libc_init.c36 extern void _libc_fork_init(const struct _libc_functions *funcs);
38 extern void __confstr_init(const struct _libc_functions *funcs);
45 _libc_initializer(const struct _libc_functions *funcs, argument
51 _libc_fork_init(funcs);
52 __confstr_init(funcs);
68 const struct _libc_functions funcs = { local
76 return _libc_initializer(&funcs, NULL, apple, vars);
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A Dadler32.c59 .def.funcs.setup = adler32_setup,
60 .def.funcs.update = adler32_implementation,
61 .def.funcs.final = adler32_final,
62 .def.funcs.oneshot = adler32_oneshot
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dmodload_static.h45 StaticPlugin(const PluginFunctions &funcs) : entries(funcs) { } argument
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/big-jump-table/
H A DMakefile44 libtest1.dylib: pointers.c funcs.c libfoo.dylib
45 ${CC} ${CCFLAGS} -dynamiclib pointers.c funcs.c -DCASE=1 -o libtest1.dylib libfoo.dylib
47 libtest2.dylib: pointers.c funcs.c libfoo.dylib
48 ${CC} ${CCFLAGS} -dynamiclib pointers.c funcs.c -DCASE=2 -o libtest2.dylib libfoo.dylib
50 libtest3.dylib: pointers.c funcs.c libfoo.dylib
51 ${CC} ${CCFLAGS} -dynamiclib pointers.c funcs.c -DCASE=3 -o libtest3.dylib libfoo.dylib
53 libtest4.dylib: pointers.c funcs.c libfoo.dylib
54 ${CC} ${CCFLAGS} -dynamiclib pointers.c funcs.c -DCASE=4 -o libtest4.dylib libfoo.dylib
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Ddep.pl104 my @funcs = split(",", $_[0]);
105 if ($list =~ /@funcs[0]/) {
108 $list = $list . @funcs[0];
112 print OUT @funcs[0] . "\n";
113 shift @funcs;
115 foreach my $i (@funcs) {
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dkadm5-pwcheck.h70 const struct kadm5_pw_policy_check_func *funcs; member in struct:kadm5_pw_policy_verifier
H A Dprivate.h67 struct kadm_func funcs; member in struct:kadm5_common_context
93 struct kadm_func funcs; member in struct:kadm5_server_context
106 struct kadm_func funcs; member in struct:kadm5_client_context
124 struct kadm_func funcs; member in struct:kadm5_ad_context
138 struct kadm_func funcs; member in struct:kadm5_mit_context
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.c54 const struct pex_funcs *funcs)
76 obj->funcs = funcs;
129 /* This isn't obj->funcs->close because we got the
131 obj->funcs. Calling close here is just like what
191 in = obj->funcs->open_read (obj, obj->next_input_name,
256 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_OUTPUT) != 0) < 0)
269 out = obj->funcs->open_write (obj, outname,
305 if (obj->funcs->pipe (obj, p, (flags & PEX_BINARY_ERROR) != 0) < 0)
322 errdes = obj->funcs
53 pex_init_common(int flags, const char *pname, const char *tempbase, const struct pex_funcs *funcs) argument
[all...]
H A Dpex-common.h86 const struct pex_funcs *funcs; member in struct:pex_obj
/macosx-10.10.1/Libc-1044.1.2/darwin/
H A Dlibc_private.h51 _libc_initializer(const struct _libc_functions *funcs,
/macosx-10.10.1/ruby-106/ruby/ext/dl/lib/dl/
H A Dvalue.rb39 def wrap_args(args, tys, funcs, &block)
43 result.push(wrap_arg(arg, tys[idx], funcs, &block))
48 def wrap_arg(arg, ty, funcs = [], &block)
51 funcs ||= []
67 funcs.push(arg)
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dvalue.rb39 def wrap_args(args, tys, funcs, &block)
43 result.push(wrap_arg(arg, tys[idx], funcs, &block))
48 def wrap_arg(arg, ty, funcs = [], &block)
49 funcs ||= []
65 funcs.push(arg)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc-api.m17 static void do_weaklink(PyObject* module_dict, struct PyObjC_WeakLink* funcs)
19 while (funcs->name) {
20 if (!funcs->func) {
23 funcs->name) == -1) {
27 funcs++;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dpyobjc-api.m18 static void do_weaklink(PyObject* module_dict, struct PyObjC_WeakLink* funcs)
20 while (funcs->name) {
21 if (!funcs->func) {
24 funcs->name) == -1) {
28 funcs++;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dpyobjc-api.m18 static void do_weaklink(PyObject* module_dict, struct PyObjC_WeakLink* funcs)
20 while (funcs->name) {
21 if (!funcs->func) {
24 funcs->name) == -1) {
28 funcs++;
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn-new.c108 const ASN1_AUX *aux = it->funcs;
128 ef = it->funcs;
137 cf = it->funcs;
252 ef = it->funcs;
344 if (it && it->funcs)
346 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
393 if (it && it->funcs)
395 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
H A Dcs-tasn-fre.c116 const ASN1_AUX *aux = it->funcs;
167 cf = it->funcs;
173 ef = it->funcs;
242 pf = it->funcs;
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_new.c94 const ASN1_AUX *aux = it->funcs;
114 ef = it->funcs;
123 cf = it->funcs;
238 ef = it->funcs;
330 if (it && it->funcs)
332 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
379 if (it && it->funcs)
381 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs;
H A Dtasn_fre.c84 const ASN1_AUX *aux = it->funcs;
135 cf = it->funcs;
141 ef = it->funcs;
210 pf = it->funcs;
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_funcs.c46 Dwarf_Func ** funcs,
59 return _dwarf_internal_get_pubnames_like_data(dbg, dbg->de_debug_funcnames, dbg->de_debug_funcnames_size, (Dwarf_Global **) funcs, /* type
45 dwarf_get_funcs(Dwarf_Debug dbg, Dwarf_Func ** funcs, Dwarf_Signed * ret_func_count, Dwarf_Error * error) argument
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_tmx.h26 struct tmx_funcs *funcs; member in struct:tmx
29 #define tmx_attr(x) (tmx->funcs->x)(tmx->dat)
/macosx-10.10.1/Heimdal-398.1.2/cf/
H A Dmake-proto.pl254 $funcs{$f} = $_;
362 foreach(sort keys %funcs){
364 if ($funcs{$_} =~ /\^/) {
376 $private_h .= $funcs{$_} . "\n" ;
378 if($funcs{$_} =~ /__attribute__/) {
395 $public_h .= $beginblock . $funcs{$_} . "\n" . $endblock;
396 if($funcs{$_} =~ /__attribute__/) {

Completed in 251 milliseconds

1234