Searched defs:func (Results 276 - 300 of 608) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/zsh-61/zsh/Src/Modules/
H A Dpcre.c76 bin_pcre_compile(char *nam, char **args, Options ops, UNUSED(int func)) argument
117 bin_pcre_study(char *nam, UNUSED(char **args), UNUSED(Options ops), UNUSED(int func)) argument
268 bin_pcre_match(char *nam, char **args, Options ops, UNUSED(int func)) argument
H A Dtcp.c340 bin_ztcp(char *nam, char **args, Options ops, UNUSED(int func)) argument
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_thingy.c338 bin_zle(char *name, char **args, Options ops, UNUSED(int func)) argument
387 bin_zle_list(UNUSED(char *name), char **args, Options ops, UNUSED(char func)) argument
412 bin_zle_refresh(UNUSED(char *name), char **args, Options ops, UNUSED(char func)) argument
453 bin_zle_mesg(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
467 bin_zle_unget(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
482 bin_zle_keymap(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
542 bin_zle_del(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
561 bin_zle_link(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
578 bin_zle_new(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
594 bin_zle_complete(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
645 bin_zle_call(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
733 UNUSED(char func) argument
760 bin_zle_fd(char *name, char **args, Options ops, UNUSED(char func)) argument
858 bin_zle_transform(char *name, char **args, Options ops, UNUSED(char func)) argument
[all...]
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dwatch.c569 bin_log(UNUSED(char *nam), UNUSED(char **argv), UNUSED(Options ops), UNUSED(int func)) argument
591 bin_log(char *nam, char **argv, Options ops, int func) argument
/macosx-10.10.1/Heimdal-398.1.2/appl/gssmask/
H A Dgssmask.c1037 int (*func)(enum gssMaggotOp, struct client *); member in struct:handler
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dsys_bsd.c217 tcval(int func) argument
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Dcf.c228 heim_dict_iterator_f_t func; member in union:dict_iter::__anon508
243 heim_dict_iterate_f(heim_dict_t dict, void *arg, heim_dict_iterator_f_t func) argument
263 heim_dict_iterate(heim_dict_t dict, void (^func)(heim_object_t, heim_object_t)) argument
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dks_p11.c493 iterate_entries(hx509_context context, struct p11_module *p, struct p11_slot *slot, CK_SESSION_HANDLE session, CK_ATTRIBUTE *search_data, int num_search_data, CK_ATTRIBUTE *query, int num_query, int (*func)(hx509_context, struct p11_module *, struct p11_slot *, CK_SESSION_HANDLE session, CK_OBJECT_HANDLE object, void *, CK_ATTRIBUTE *, int), void *ptr) argument
H A Dprint.c107 print_func(hx509_vprint_func func, void *ctx, const char *fmt, ...) argument
144 hx509_oid_print(const heim_oid *oid, hx509_vprint_func func, void *ctx) argument
550 int (*func)(hx509_validate_ct member in struct:__anon592
164 hx509_bitstring_print(const heim_bit_string *b, hx509_vprint_func func, void *ctx) argument
763 int (*func)(hx509_validate_ctx ctx, member in struct:__anon593
837 hx509_validate_ctx_set_print(hx509_validate_ctx ctx, hx509_vprint_func func, void *c) argument
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dkrb5_ccapi.h144 const cc_string_functions *func; member in struct:cc_string_t
161 const struct cc_credentials_functions* func; member in struct:cc_credentials_t
170 const struct cc_credentials_iterator_functions *func; member in struct:cc_credentials_iterator_t
179 const struct cc_ccache_iterator_functions* func; member in struct:cc_ccache_iterator_t
206 const cc_ccache_functions *func; member in struct:cc_ccache_t
228 const struct cc_context_functions* func; member in struct:cc_context_t
H A Dprincipal.c796 build_principal(krb5_context context, krb5_principal *principal, int rlen, krb5_const_realm realm, void (*func)(krb5_context, krb5_principal, va_list), va_list ap) argument
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Didnatest.c73 testAPI(const UChar* src, const UChar* expected, const char* testName, UBool useSTD3ASCIIRules,UErrorCode expectedStatus, UBool doCompare, UBool testUnassigned, TestFunc func) argument
434 TestFunc func = uidna_toASCII; local
448 TestFunc func = uidna_toUnicode; local
465 TestFunc func = uidna_IDNToUnicode; local
494 TestFunc func=uidna_IDNToASCII; local
518 testCompareWithSrc(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len, const char* testName, CompareFunc func, UBool isEqual) argument
570 CompareFunc func = uidna_compare; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/ustrperf/
H A Dstringperf.h134 StringPerfFunction(ICUStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) argument
158 StringPerfFunction(StdStringPerfFn func, ULine* srcLines, int32_t srcNumLines, UBool uselen) argument
181 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) argument
203 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dcfutilities.h492 void apply(CFDictionaryApplierFunction func, void *context) argument
499 void (T::*func)(CFTypeRef key, CFTypeRef value); member in struct:Security::CFDictionary::Applier
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcfutilities.h492 void apply(CFDictionaryApplierFunction func, void *context) argument
499 void (T::*func)(CFTypeRef key, CFTypeRef value); member in struct:Security::CFDictionary::Applier
/macosx-10.10.1/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCOperationID.h92 tClassCreatorFunc func; member in struct:tOperationInfo
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_filter.c57 ap_out_filter_func func; member in struct:__anon5925
/macosx-10.10.1/apache-793/httpd/modules/slotmem/
H A Dmod_slotmem_shm.c300 slotmem_doall(ap_slotmem_instance_t *mem, ap_slotmem_callback_fn_t *func, void *data, apr_pool_t *pool) argument
/macosx-10.10.1/apr-32/apr-util/apr-util/misc/
H A Dapr_thread_pool.c33 apr_thread_start_t func; member in struct:apr_thread_pool_task
528 static apr_status_t add_task(apr_thread_pool_t *me, apr_thread_start_t func, argument
402 task_new(apr_thread_pool_t * me, apr_thread_start_t func, void *param, apr_byte_t priority, void *owner, apr_time_t time) argument
479 schedule_task(apr_thread_pool_t *me, apr_thread_start_t func, void *param, void *owner, apr_interval_time_t time) argument
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dreadline.c703 rl_command_func_t *func; local
868 rl_command_func_t *func, *nf; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dhttpd.c1002 isc_httpdmgr_addurl(isc_httpdmgr_t *httpdmgr, const char *url, isc_httpdaction_t *func, void *arg) argument
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootplookup.c347 bootp_getbyhw_ds(uint8_t hwtype, void * hwaddr, int hwlen, subnet_match_func_t * func, void * arg, struct in_addr * iaddr_p, char * * hostname_p, char * * bootfile_p) argument
/macosx-10.10.1/bootp-298/bootplib/
H A DNICache.c479 PLCache_lookup_hw(PLCache_t * PLCache, uint8_t hwtype, void * hwaddr, int hwlen, NICacheFunc_t * func, void * arg, struct in_addr * client_ip, boolean_t * has_binding) argument
532 PLCache_lookup_identifier(PLCache_t * PLCache, char * idstr, NICacheFunc_t * func, void * arg, struct in_addr * client_ip, boolean_t * has_binding) argument
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dplugin_support.c277 void *func; local
/macosx-10.10.1/cups-408/cups/filter/
H A Dinterpret.c130 cupsRasterInterpretPPD( cups_page_header2_t *h, ppd_file_t *ppd, int num_options, cups_option_t *options, cups_interpret_cb_t func) argument

Completed in 415 milliseconds

<<11121314151617181920>>