Searched refs:func (Results 276 - 300 of 1458) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/OpenSSL098-52/src/engines/
H A De_sureware_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
H A De_ubsec_err.c68 #define ERR_FUNC(func) ERR_PACK(0,func,0)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprinit.h228 PRCallOnceFN func
233 PRCallOnceWithArgFN func,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dlhash.h142 void lh_doall(LHASH *lh, void (*func)(/*void *b*/));
143 void lh_doall_arg(LHASH *lh, void (*func)(/*void *a,void *b*/),void *arg);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprinit.h228 PRCallOnceFN func
233 PRCallOnceWithArgFN func,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprinit.h228 PRCallOnceFN func
233 PRCallOnceWithArgFN func,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprinit.h228 PRCallOnceFN func
233 PRCallOnceWithArgFN func,
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DParallelJobs.h74 ParallelJobs(WorkerFunction func, int requestedJobNumber) : argument
75 m_parallelEnvironment(reinterpret_cast<ParallelEnvironment::ThreadFunction>(func), sizeof(Type), requestedJobNumber)
/macosx-10.10.1/bootp-298/bootplib/
H A DNICachePrivate.h49 NICacheFunc_t * func, void * arg,
54 NICacheFunc_t * func, void * arg,
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load/
H A Dmain.c79 CheckFunc func = NSAddressOfSymbol(sym); local
80 if ( !func() ) {
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load-fat/
H A Dmain.c79 CheckFunc func = NSAddressOfSymbol(sym); local
80 if ( func == NULL ) {
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-memory-load-malloc/
H A Dmain.c88 CheckFunc func = NSAddressOfSymbol(sym); local
89 if ( !func() ) {
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-eform.el89 (defun gnus-edit-form (form documentation exit-func)
98 (setq gnus-edit-form-done-function exit-func)
121 (func gnus-edit-form-done-function))
123 (funcall func form)))
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dscroll-all.el43 (defun scroll-all-function-all (func arg)
51 (funcall func arg)
/macosx-10.10.1/libdispatch-442.1.4/src/
H A Donce.c45 dispatch_once_f(dispatch_once_t *val, void *ctxt, dispatch_function_t func) argument
54 _dispatch_client_callout(ctxt, func);
84 // and we only need to synchronize once! After func(ctxt)
95 // until long after the last store by func(ctxt), then we have
98 // In other words, the last "store" by func(ctxt) must complete
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_dict_property.py53 for func in cleanup[::-1]:
54 func()
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dtcldbg.h27 Dbg_InterProc *func; member in struct:__anon12623
32 Dbg_OutputProc *func; member in struct:__anon12624
/macosx-10.10.1/xnu-2782.1.97/osfmk/chud/
H A Dchud_osfmk_callback.c53 chudxnu_timer_alloc(chudxnu_timer_callback_func_t func, thread_call_param_t param0) argument
55 return (chud_timer_t)thread_call_allocate((thread_call_func_t)func, param0);
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dacpi.c91 acpi_sleep_callback func; member in struct:acpi_hibernate_callback_data
145 (data->func)(data->refcon);
158 acpi_sleep_kernel(acpi_sleep_callback func, void *refcon) argument
189 data.func = func;
225 acpi_sleep_cpu(func, refcon);
366 acpi_idle_kernel(acpi_sleep_callback func, void *refcon) argument
393 func(refcon);
/macosx-10.10.1/Heimdal-398.1.2/kadmin/
H A Ddump.c119 krb5_error_code (*func)(krb5_context, HDB *, hdb_entry_ex *, void *);
129 func = hdb_print_entry;
143 func = od_dump_entry;
156 func, arg);
177 func, arg);
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Didlw-toolbar.el922 (func (aref x 1))
925 (key (vector 'tool-bar func))
928 func
953 (func (aref x 1))
956 (key (vector 'tool-bar func)))
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzleparameter.c45 strlen(w->u.comp.func));
50 strcat(t, w->u.comp.func);
81 scanpmwidgets(UNUSED(HashTable ht), ScanFunc func, int flags) variable
94 if (func != scancountparams &&
98 func(&pm.node, flags);
/macosx-10.10.1/Heimdal-398.1.2/lib/sl/
H A Dsl.c73 /* if (c->func == NULL)
86 if (c->func) {
117 if (c->func)
146 if (c->func) {
168 if((++c)->name && c->func == NULL) {
170 while (c->name && c->func == NULL)
211 return (*c->func)(argc, argv);
375 if(c->func) {
381 (*c->func)(2, fake);
386 if((++c)->name && c->func
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Delint.el81 (funcall func &rest args)
181 (defsubst elint-env-add-func (env func args)
185 (cons (list func args) (car (cdr env)))
188 (defsubst elint-env-find-func (env func)
191 (assq func (car (cdr env))))
314 (setq env (elint-env-add-func env (car (cdr form))
321 env (elint-env-add-func env (car (cdr form))
405 (let ((func (cd
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmdebug.c99 char* file, int line, Void_t* func, int type)
101 static void dbwarn(vm, data, where, file, line, func, type)
107 Void_t* func; /* function called from */
176 bufp = (*_Vmstrcpy)(bufp, (*_Vmitoa)(VLONG(func),-1), ':');
188 char* file, int line, Void_t* func, int type)
190 static void dbwatch(vm, data, file, line, func, type)
195 Void_t* func;
203 { dbwarn(vm,data,type,file,line,func,DB_WATCH);
374 Void_t *func; local
376 VMFLF(vm,file,line,func);
98 dbwarn(Vmalloc_t* vm, Void_t* data, int where, char* file, int line, Void_t* func, int type) argument
187 dbwatch(Vmalloc_t* vm, Void_t* data, char* file, int line, Void_t* func, int type) argument
421 Void_t *func; local
478 Void_t *func; local
667 Void_t *func; local
[all...]

Completed in 465 milliseconds

<<11121314151617181920>>