Searched refs:funcs (Results 26 - 50 of 98) sorted by relevance

1234

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_cs.c262 struct cscsr_functions *funcs; member in struct:__anon14253
301 if (!cs_enforcement_enable || csr_state.funcs == NULL)
397 error = csr_state.funcs->csr_validate_header((const uint8_t *)csr_state.csr_map_base,
463 if (!cs_enforcement_enable || csr_state.funcs == NULL || csr_state.csr_map_base == 0 || csr_state.disabled)
470 csblob = csr_state.funcs->csr_find_file_codedirectory(vp, (const uint8_t *)csr_state.csr_map_base,
480 cs_register_cscsr(struct cscsr_functions *funcs) argument
482 if (csr_state.funcs || funcs->csr_version < CSCSR_VERSION)
484 csr_state.funcs = funcs;
[all...]
/macosx-10.10.1/CommonCrypto-60061/libcn/
H A DCommonCRC.c103 else *result = crc->descriptor->def.funcs.oneshot(len, in);
120 else retval->current = retval->crc->descriptor->def.funcs.setup();
138 if(ref->crc->descriptor->defType == functions) ref->current = ref->crc->descriptor->def.funcs.update(len, in, ref->current);
149 if(ref->crc->descriptor->defType == functions) ref->current = ref->crc->descriptor->def.funcs.final(ref->length, ref->current);
H A Dcrc.h86 crcFuncs funcs; member in union:crcDescriptor_t::ddef
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dconfstr.c89 __confstr_init(const struct _libc_functions *funcs) argument
91 __dirhelper_func = funcs->dirhelper;
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn-utl.c117 aux = it->funcs;
143 aux = it->funcs;
H A Dcs-tasn-enc.c148 const ASN1_AUX *aux = it->funcs;
190 ef = it->funcs;
195 cf = it->funcs;
585 pf = it->funcs;
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_utl.c108 aux = it->funcs;
133 aux = it->funcs;
H A Dtasn_enc.c138 const ASN1_AUX *aux = it->funcs;
180 ef = it->funcs;
185 cf = it->funcs;
575 pf = it->funcs;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmalloc.h45 CssmMemoryFunctions(const CSSM_MEMORY_FUNCS &funcs) argument
46 { *(CSSM_MEMORY_FUNCS *)this = funcs; }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dcssmalloc.h45 CssmMemoryFunctions(const CSSM_MEMORY_FUNCS &funcs) argument
46 { *(CSSM_MEMORY_FUNCS *)this = funcs; }
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-djgpp.c57 const struct pex_funcs funcs = variable in typeref:struct:pex_funcs
77 return pex_init_common (flags, pname, tempbase, &funcs);
H A Dpex-msdos.c68 const struct pex_funcs funcs = variable in typeref:struct:pex_funcs
92 ret = pex_init_common (flags, pname, tempbase, funcs);
H A Dconfigure4911 funcs="asprintf"
4912 funcs="$funcs atexit"
4913 funcs="$funcs basename"
4914 funcs="$funcs bcmp"
4915 funcs="$funcs bcopy"
4916 funcs
[all...]
H A Dpex-win32.c95 const struct pex_funcs funcs = variable in typeref:struct:pex_funcs
113 return pex_init_common (flags, pname, tempbase, &funcs);
795 obj->funcs->close (obj, out);
797 obj->funcs->close (obj, errdes);
/macosx-10.10.1/ruby-106/ruby/ext/dl/lib/dl/
H A Dfunc.rb94 funcs = []
98 _args = wrap_args(args, @stack.types, funcs, &block)
100 funcs.each{|f| f.unbind_at_call()}
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnoo.el56 (let ((funcs (nthcdr 3 (assoc (nnoo-backend func)
58 (unless funcs
60 (setcar funcs (cons func (car funcs)))))
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dpktdrvr.h53 BYTE funcs; /* Basic/Extended/HiPerf functions */ member in struct:__anon9343
/macosx-10.10.1/ruby-106/ruby/test/fiddle/
H A Dhelper.rb64 funcs=%w!sin sinf strcpy strncpy!
72 %x!echo "#{funcs.join("\n")}\n" > #{expfile}!
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/crypto/
H A Dregister_crypto.h136 int register_crypto_functions(const crypto_functions_t funcs);
/macosx-10.10.1/OpenPAM-20/openpam/misc/
H A Dgendoc.pl507 my @funcs = sort(keys(%FUNCTIONS));
508 while ($func = shift(@funcs)) {
511 if (@funcs);
/macosx-10.10.1/ruby-106/ruby/test/dl/
H A Dtest_base.rb63 funcs=%w!sin sinf strcpy strncpy!
71 %x!echo "#{funcs.join("\n")}\n" > #{expfile}!
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dpassword_quality.c445 for (f = verifiers[i]->funcs; f->name ; f++)
454 for (f = builtin_verifier.funcs; f->name ; f++)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dchaiscript.vim54 "Built in funcs, keep it simple
/macosx-10.10.1/libxml2-26/libxml2/doc/
H A Dapibuild.py68 "XMLPUBFUN": (0, "Special macro for extern funcs for win32"),
69 "XSLTPUBFUN": (0, "Special macro for extern funcs for win32"),
70 "EXSLTPUBFUN": (0, "Special macro for extern funcs for win32"),
1915 funcs = {}
1923 if param[0] in funcs:
1924 funcs[param[0]].append(name)
1926 funcs[param[0]] = [name]
1929 typ = list(funcs.keys())
1936 ids = funcs[type]
1946 funcs
[all...]
/macosx-10.10.1/libxslt-13/libxslt/doc/
H A Dapibuild.py38 "XMLPUBFUN": (0, "Special macro for extern funcs for win32"),
39 "XSLTPUBFUN": (0, "Special macro for extern funcs for win32"),
40 "EXSLTPUBFUN": (0, "Special macro for extern funcs for win32"),
1682 funcs = {}
1690 if funcs.has_key(param[0]):
1691 funcs[param[0]].append(name)
1693 funcs[param[0]] = [name]
1696 typ = funcs.keys()
1703 ids = funcs[type]
1713 funcs
[all...]

Completed in 197 milliseconds

1234