Searched refs:func (Results 176 - 200 of 1458) sorted by relevance

1234567891011>>

/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A DFDSet.c63 FDCalloutFuncRef func; member in struct:FDCallout
116 FDCalloutCreate(int fd, FDCalloutFuncRef func, argument
136 callout->func = func;
189 if (callout->func) {
190 (*callout->func)(callout->arg1, callout->arg2);
201 if (callout->func) {
202 (*callout->func)(callout->arg1, callout->arg2);
H A Dtimer.h67 timer_func_t * func,
72 timer_func_t * func,
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dgenlink.h65 #define _bfd_generic_link_hash_traverse(table, func, info) \
68 (bfd_boolean (*) (struct bfd_link_hash_entry *, void *)) (func), \
/macosx-10.10.1/dtrace-147/test/tst/common/aggs/
H A Derr.D_NORMALIZE_AGGARG.bad.d54 @func[i % 5] = sum(i * 100);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-reload/
H A Dmain.c60 fooProc func = (fooProc)NSAddressOfSymbol(sym); local
61 (*func)();
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dregi.el56 (defun regi-mapcar (predlist func &optional negate-p case-fold-search-p)
66 (let ((element (list (car predlist) func)))
175 (func (car (cdr entry))))
177 ((eq pred 'begin) (setq begin-tag func))
178 ((eq pred 'end) (setq end-tag func))
179 ((eq pred 'every) (setq every-tag func))
194 (func (nth 1 entry))
223 (result (eval func))
/macosx-10.10.1/libedit-40/src/
H A Dmap.h45 int func; /* function numeric value */ member in struct:el_bindings_t
59 el_func_t *func; /* List of available functions */ member in struct:el_map_t
/macosx-10.10.1/ntp-92/lib/isc/pthreads/
H A Dthread.c32 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg, argument
60 ret = pthread_create(thread, &attr, func, arg);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_functions.py42 def makeSignature(func):
43 return selector(func, **kw)
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dftw.c60 ftw_dir (dirs, level, descriptors, dir, len, func)
66 int (*func) P((const char *file, const struct stat *status, int flag));
131 ret = (*func) (dir, &s, flag);
137 namlen + len + 1, func);
178 ftw (dir, func, descriptors)
180 int (*func) P((const char *file, const struct stat *status, int flag));
232 ret = (*func) (buf, &s, flag);
240 ret = ftw_dir (dirs, 0, descriptors, buf, len, func);
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dopenp.c65 func(char *fnam) function
83 if (searchp(fpath,file,complete,func) < 0) return (-1);
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Ddevtimer.h75 devtimer_timeout_func func,
81 devtimer_timeout_func func,
/macosx-10.10.1/xnu-2782.1.97/bsd/net/pktsched/
H A Dpktsched_rmclass_debug.h115 #define CBQTRACE(func, act, obj) { \
118 *_p++ = (int)(func); \
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducln.h77 * @param func the function pointer
80 cleanupFunc *func);
H A Ducln_cmn.h60 cleanupFunc *func);
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-multi-link/
H A Dmain.c61 setter func = NSAddressOfSymbol(sym); local
62 (*func)(1);
63 //fprintf(stderr, "address of foo() = %p in bundle first load %p\n", func, mod);
98 if ( func == func2 ) {
126 if ( func3 == func ) {
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DTimer.h50 Timer_func_t * func,
H A DDialogue.h66 CredentialsDialogue_create(CredentialsDialogueResponseCallBack func,
87 TrustDialogue_create(TrustDialogueResponseCallBack func,
109 AlertDialogue_create(AlertDialogueResponseCallBack func,
/macosx-10.10.1/libdispatch-442.1.4/private/
H A Dbenchmark.h80 dispatch_benchmark_f(size_t count, void *ctxt, void (*func)(void *));
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dcallbacks.test29 foreach {func type} {
38 ::ffidl::callback $func.$type [list $type $type] $type
39 proc $func.$type {a b} { expr {$a+$b} }
67 if {[$func $func.$type $a $b] != [expr {$a+$b}]} {
68 append msg "$func $a $b -> [$func $func.$type $a $b] ?= [expr {$a+$b}]" "\n"
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/python/
H A DPyView.h62 void map(const PWOCallable &func);
63 void map(const PWOCallable &func, const PyView &subset);
64 PyView *filter(const PWOCallable &func);
65 PyObject *reduce(const PWOCallable &func, PWONumber &start);
/macosx-10.10.1/OpenSSL098-52/src/crypto/perlasm/
H A Dx86ms.pl267 local($func,$extra)=@_;
269 push(@labels,$func);
272 PUBLIC _$func
274 _$func PROC NEAR
286 local($func,$extra)=@_;
289 PUBLIC _$func
291 _$func PROC NEAR
299 local($func)=@_;
307 _$func ENDP
316 local($func)
[all...]
/macosx-10.10.1/bootp-298/bootplib/
H A Dhostlist.h74 subnet_match_func_t * func, void * arg)
82 if (func == NULL
83 || (*func)(arg, hp->iaddr)) {
73 hostbyaddr(struct hosts * hosts, u_char hwtype, void * hwaddr, int hwlen, subnet_match_func_t * func, void * arg) argument
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/bundle-multi-load/
H A Dmain.c56 void* func = NSAddressOfSymbol(sym); local
57 //fprintf(stderr, "1st address of foo() = %p in module %p in OFI %p\n", func, mod, ofi);
84 if ( func == func2 ) {
116 if ( func3 == func ) {
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-about.el94 (func (intern (format "url-about-%s" item))))
95 (if (fboundp func)
99 (funcall func url)

Completed in 162 milliseconds

1234567891011>>