Searched refs:args (Results 1 - 25 of 5440) sorted by relevance

1234567891011>>

/macosx-10.9.5/dtrace-118.1/test/tst/common/lexer/
H A Derr.D_SYNTAX.brack2.d37 args[0
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dobsolete.tcl20 proc tk_menuBar args {}
21 proc tk_bindForTraversal args {}
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_cl/lib/
H A Dcldebugging.h32 #define clErrorLog(args...) secdebug("clError", ## args)
34 #define clErrorLog(args...) printf(args)
36 #define clFieldLog(args...) secdebug("clField", ## args)
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dzprintf15 echo "zprintf: usage: zprintf format [args ...]" >&2
23 args="$args,\"${a%,}\""
26 gawk "BEGIN { printf \"$fmt\" $args }"
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/Security/
H A DsslDebug.h48 #define sslHdskStateDebug(args...) ssl_secdebug("sslHdskState", ## args)
51 #define sslHdskMsgDebug(args...) ssl_secdebug("sslHdskMsg", ## args)
54 #define sslLogNegotiateDebug(args...) ssl_secdebug("sslLogNegotiate", ## args)
61 #define sslLogResumSessDebug(args...) ssl_secdebug("sslResumSession", ## args)
64 #define sslLogSessCacheDebug(args...) ssl_secdebug("sslSessionCache", ## args)
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/lib/
H A DsslDebug.h48 #define sslHdskStateDebug(args...) ssl_secdebug("sslHdskState", ## args)
51 #define sslHdskMsgDebug(args...) ssl_secdebug("sslHdskMsg", ## args)
54 #define sslLogNegotiateDebug(args...) ssl_secdebug("sslLogNegotiate", ## args)
61 #define sslLogResumSessDebug(args...) ssl_secdebug("sslResumSession", ## args)
64 #define sslLogSessCacheDebug(args...) ssl_secdebug("sslSessionCache", ## args)
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_ssl/security_ssl/
H A DsslDebug.h48 #define sslHdskStateDebug(args...) ssl_secdebug("sslHdskState", ## args)
51 #define sslHdskMsgDebug(args...) ssl_secdebug("sslHdskMsg", ## args)
54 #define sslLogNegotiateDebug(args...) ssl_secdebug("sslLogNegotiate", ## args)
61 #define sslLogResumSessDebug(args...) ssl_secdebug("sslResumSession", ## args)
64 #define sslLogSessCacheDebug(args...) ssl_secdebug("sslSessionCache", ## args)
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dquotesys.h4 # define __QUOTESYS_P(args) args
6 # define __QUOTESYS_P(args) ()
/macosx-10.9.5/gpatch-3/patch/
H A Dquotesys.h4 # define __QUOTESYS_P(args) args
6 # define __QUOTESYS_P(args) ()
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_x509_tp/lib/
H A Dtpdebugging.h52 #define tpErrorLog(args...) tp_secdebug("tpError", ## args)
54 #define tpErrorLog(args...) printf(args)
57 #define tpDebug(args...) tp_secdebug("tpDebug", ## args)
58 #define tpDbDebug(args...) tp_secdebug("tpDbDebug", ## args)
59 #define tpCrlDebug(args...) tp_secdebug("tpCrlDebug", ## args)
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/testsuite/libffi.call/
H A Dclosure_fn0.c13 closure_test_fn0(ffi_cif* cif,void* resp,void** args, void* userdata) argument
16 (int)*(unsigned long long *)args[0] + (int)(*(int *)args[1]) +
17 (int)(*(unsigned long long *)args[2]) + (int)*(int *)args[3] +
18 (int)(*(signed short *)args[4]) +
19 (int)(*(unsigned long long *)args[5]) +
20 (int)*(int *)args[6] + (int)(*(int *)args[7]) +
21 (int)(*(double *)args[
[all...]
H A Dclosure_fn1.c13 static void closure_test_fn1(ffi_cif* cif,void* resp,void** args, argument
17 (int)*(float *)args[0] +(int)(*(float *)args[1]) +
18 (int)(*(float *)args[2]) + (int)*(float *)args[3] +
19 (int)(*(signed short *)args[4]) + (int)(*(float *)args[5]) +
20 (int)*(float *)args[6] + (int)(*(int *)args[7]) +
21 (int)(*(double*)args[
[all...]
H A Dclosure_fn2.c12 static void closure_test_fn2(ffi_cif* cif,void* resp,void** args, argument
16 (int)*(double *)args[0] +(int)(*(double *)args[1]) +
17 (int)(*(double *)args[2]) + (int)*(double *)args[3] +
18 (int)(*(signed short *)args[4]) + (int)(*(double *)args[5]) +
19 (int)*(double *)args[6] + (int)(*(int *)args[7]) +
20 (int)(*(double *)args[
[all...]
H A Dclosure_fn3.c12 static void closure_test_fn3(ffi_cif* cif,void* resp,void** args, argument
16 (int)*(float *)args[0] +(int)(*(float *)args[1]) +
17 (int)(*(float *)args[2]) + (int)*(float *)args[3] +
18 (int)(*(float *)args[4]) + (int)(*(float *)args[5]) +
19 (int)*(float *)args[6] + (int)(*(float *)args[7]) +
20 (int)(*(double *)args[
[all...]
H A Dclosure_fn4.c14 closure_test_fn0(ffi_cif* cif,void* resp,void** args, void* userdata) argument
17 (int)*(unsigned long long *)args[0] + (int)*(unsigned long long *)args[1] +
18 (int)*(unsigned long long *)args[2] + (int)*(unsigned long long *)args[3] +
19 (int)*(unsigned long long *)args[4] + (int)*(unsigned long long *)args[5] +
20 (int)*(unsigned long long *)args[6] + (int)*(unsigned long long *)args[7] +
21 (int)*(unsigned long long *)args[
[all...]
H A Dclosure_fn5.c14 closure_test_fn5(ffi_cif* cif,void* resp,void** args, void* userdata) argument
17 (int)*(unsigned long long *)args[0] + (int)*(unsigned long long *)args[1] +
18 (int)*(unsigned long long *)args[2] + (int)*(unsigned long long *)args[3] +
19 (int)*(unsigned long long *)args[4] + (int)*(unsigned long long *)args[5] +
20 (int)*(unsigned long long *)args[6] + (int)*(unsigned long long *)args[7] +
21 (int)*(unsigned long long *)args[
[all...]
/macosx-10.9.5/libffi-18.1/tests/testsuite/libffi.call/
H A Dclosure_fn0.c13 closure_test_fn0(ffi_cif* cif,void* resp,void** args, void* userdata) argument
16 (int)*(unsigned long long *)args[0] + (int)(*(int *)args[1]) +
17 (int)(*(unsigned long long *)args[2]) + (int)*(int *)args[3] +
18 (int)(*(signed short *)args[4]) +
19 (int)(*(unsigned long long *)args[5]) +
20 (int)*(int *)args[6] + (int)(*(int *)args[7]) +
21 (int)(*(double *)args[
[all...]
H A Dclosure_fn1.c13 static void closure_test_fn1(ffi_cif* cif,void* resp,void** args, argument
17 (int)*(float *)args[0] +(int)(*(float *)args[1]) +
18 (int)(*(float *)args[2]) + (int)*(float *)args[3] +
19 (int)(*(signed short *)args[4]) + (int)(*(float *)args[5]) +
20 (int)*(float *)args[6] + (int)(*(int *)args[7]) +
21 (int)(*(double*)args[
[all...]
H A Dclosure_fn2.c12 static void closure_test_fn2(ffi_cif* cif,void* resp,void** args, argument
16 (int)*(double *)args[0] +(int)(*(double *)args[1]) +
17 (int)(*(double *)args[2]) + (int)*(double *)args[3] +
18 (int)(*(signed short *)args[4]) + (int)(*(double *)args[5]) +
19 (int)*(double *)args[6] + (int)(*(int *)args[7]) +
20 (int)(*(double *)args[
[all...]
H A Dclosure_fn3.c12 static void closure_test_fn3(ffi_cif* cif,void* resp,void** args, argument
16 (int)*(float *)args[0] +(int)(*(float *)args[1]) +
17 (int)(*(float *)args[2]) + (int)*(float *)args[3] +
18 (int)(*(float *)args[4]) + (int)(*(float *)args[5]) +
19 (int)*(float *)args[6] + (int)(*(float *)args[7]) +
20 (int)(*(double *)args[
[all...]
H A Dclosure_fn4.c14 closure_test_fn0(ffi_cif* cif,void* resp,void** args, void* userdata) argument
17 (int)*(unsigned long long *)args[0] + (int)*(unsigned long long *)args[1] +
18 (int)*(unsigned long long *)args[2] + (int)*(unsigned long long *)args[3] +
19 (int)*(unsigned long long *)args[4] + (int)*(unsigned long long *)args[5] +
20 (int)*(unsigned long long *)args[6] + (int)*(unsigned long long *)args[7] +
21 (int)*(unsigned long long *)args[
[all...]
H A Dclosure_fn5.c14 closure_test_fn5(ffi_cif* cif,void* resp,void** args, void* userdata) argument
17 (int)*(unsigned long long *)args[0] + (int)*(unsigned long long *)args[1] +
18 (int)*(unsigned long long *)args[2] + (int)*(unsigned long long *)args[3] +
19 (int)*(unsigned long long *)args[4] + (int)*(unsigned long long *)args[5] +
20 (int)*(unsigned long long *)args[6] + (int)*(unsigned long long *)args[7] +
21 (int)*(unsigned long long *)args[
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dclosure_fn0.c13 closure_test_fn0(ffi_cif* cif,void* resp,void** args, void* userdata) argument
16 (int)*(unsigned long long *)args[0] + (int)(*(int *)args[1]) +
17 (int)(*(unsigned long long *)args[2]) + (int)*(int *)args[3] +
18 (int)(*(signed short *)args[4]) +
19 (int)(*(unsigned long long *)args[5]) +
20 (int)*(int *)args[6] + (int)(*(int *)args[7]) +
21 (int)(*(double *)args[
[all...]
H A Dclosure_fn1.c13 static void closure_test_fn1(ffi_cif* cif,void* resp,void** args, argument
17 (int)*(float *)args[0] +(int)(*(float *)args[1]) +
18 (int)(*(float *)args[2]) + (int)*(float *)args[3] +
19 (int)(*(signed short *)args[4]) + (int)(*(float *)args[5]) +
20 (int)*(float *)args[6] + (int)(*(int *)args[7]) +
21 (int)(*(double*)args[
[all...]
H A Dclosure_fn2.c12 static void closure_test_fn2(ffi_cif* cif,void* resp,void** args, argument
16 (int)*(double *)args[0] +(int)(*(double *)args[1]) +
17 (int)(*(double *)args[2]) + (int)*(double *)args[3] +
18 (int)(*(signed short *)args[4]) + (int)(*(double *)args[5]) +
19 (int)*(double *)args[6] + (int)(*(int *)args[7]) +
20 (int)(*(double *)args[
[all...]

Completed in 185 milliseconds

1234567891011>>