Searched refs:arg2 (Results 1 - 25 of 427) sorted by relevance

1234567891011>>

/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A Dcspdebugging.h71 extern void dblog2(char *str, void * arg1, void * arg2);
72 extern void dblog3(char *str, void * arg1, void * arg2, void * arg3);
73 extern void dblog4(char *str, void * arg1, void * arg2, void * arg3, void * arg4);
84 #define dblog2(str, arg1, arg2) printf(str, arg1, arg2)
85 #define dblog3(str, arg1, arg2, arg3) printf(str, arg1, arg2, arg3)
86 #define dblog4(str, arg1, arg2, arg3, arg4) printf(str, arg1, arg2, arg3, arg4)
94 #define dblog2(str, arg1, arg2)
[all...]
H A Dcspdebugging.c62 void dblog2(char *str, void * arg1, void * arg2) { argument
64 sprintf((char *)outStr, str, arg1, arg2);
68 void dblog3(char *str, void * arg1, void * arg2, void * arg3) { argument
70 sprintf((char *)outStr, str, arg1, arg2, arg3);
74 void dblog4(char *str, void * arg1, void * arg2, void * arg3, void * arg4) { argument
76 sprintf((char *)outStr, str, arg1, arg2, arg3, arg4);
/macosx-10.9.5/ruby-104/ruby/
H A Dprobes.dmyh10 #define RUBY_DTRACE_METHOD_ENTRY(arg0, arg1, arg2, arg3) do { } while(0)
13 #define RUBY_DTRACE_METHOD_RETURN(arg0, arg1, arg2, arg3) do { } while(0)
17 #define RUBY_DTRACE_CMETHOD_ENTRY(arg0, arg1, arg2, arg3) do { } while(0)
20 #define RUBY_DTRACE_CMETHOD_RETURN(arg0, arg1, arg2, arg3) do { } while(0)
24 #define RUBY_DTRACE_REQUIRE_ENTRY(arg0, arg1, arg2) do { } while(0)
28 #define RUBY_DTRACE_REQUIRE_RETURN(arg0, arg1, arg2) do { } while(0)
32 #define RUBY_DTRACE_FIND_REQUIRE_ENTRY(arg0, arg1, arg2) do { } while(0)
36 #define RUBY_DTRACE_FIND_REQUIRE_RETURN(arg0, arg1, arg2) do { } while(0)
40 #define RUBY_DTRACE_LOAD_ENTRY(arg0, arg1, arg2) do { } while(0)
44 #define RUBY_DTRACE_LOAD_RETURN(arg0, arg1, arg2) d
[all...]
/macosx-10.9.5/groff-38/groff/src/include/
H A Derror.h25 const errarg &arg2 = empty_errarg,
31 const errarg &arg2 = empty_errarg,
37 const errarg &arg2 = empty_errarg,
42 const errarg &arg2 = empty_errarg,
47 const errarg &arg2 = empty_errarg,
52 const errarg &arg2 = empty_errarg,
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m144 -(id)boolArg:(bool)arg1 andboolArg:(bool)arg2;
147 -(id)boolArg:(bool)arg1 andBOOLArg:(BOOL)arg2;
150 -(id)boolArg:(bool)arg1 andcharArg:(char)arg2;
153 -(id)boolArg:(bool)arg1 andsignedshortArg:(signed short)arg2;
156 -(id)boolArg:(bool)arg1 andsignedintArg:(signed int)arg2;
159 -(id)boolArg:(bool)arg1 andsignedlongArg:(signed long)arg2;
162 -(id)boolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2;
165 -(id)boolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2;
168 -(id)boolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2;
171 -(id)boolArg:(bool)arg1 andunsignedintArg:(unsigned int)arg2;
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m144 -(id)boolArg:(bool)arg1 andboolArg:(bool)arg2;
147 -(id)boolArg:(bool)arg1 andBOOLArg:(BOOL)arg2;
150 -(id)boolArg:(bool)arg1 andcharArg:(char)arg2;
153 -(id)boolArg:(bool)arg1 andsignedshortArg:(signed short)arg2;
156 -(id)boolArg:(bool)arg1 andsignedintArg:(signed int)arg2;
159 -(id)boolArg:(bool)arg1 andsignedlongArg:(signed long)arg2;
162 -(id)boolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2;
165 -(id)boolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2;
168 -(id)boolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2;
171 -(id)boolArg:(bool)arg1 andunsignedintArg:(unsigned int)arg2;
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/libtest/
H A Dtest610.pl23 my $arg2 = shift @ARGV;
24 move($arg,$arg2) || die "$!";
/macosx-10.9.5/dtrace-118.1/test/tst/common/usdt/
H A Dtst.argmap.d44 /arg0 == 4 && arg1 == 10 && arg2 == 10 && arg3 == 4/
52 arg0, arg1, arg2, arg3);
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Derror.cpp37 const errarg &arg2,
68 errprint(format, arg1, arg2, arg3);
79 const errarg &arg2,
83 current_lineno, type, format, arg1, arg2, arg3);
89 const errarg &arg2,
92 do_error(ERROR, format, arg1, arg2, arg3);
97 const errarg &arg2,
100 do_error(WARNING, format, arg1, arg2, arg3);
105 const errarg &arg2,
108 do_error(FATAL, format, arg1, arg2, arg
31 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
76 do_error(error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
87 error(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
95 warning(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
103 fatal(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
111 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
122 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
133 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/macosx-10.9.5/ruby-104/extras/dtrace_sample/
H A Dprint_calls.d6 printf("-> %s:%d `%s#%s'\n", copyinstr(arg2), arg3, copyinstr(arg0), copyinstr(arg1));
11 printf("<- %s:%d `%s#%s'\n", copyinstr(arg2), arg3, copyinstr(arg0), copyinstr(arg1));
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGCCallHelpers.h78 ALWAYS_INLINE void setupArguments(FPRReg arg1, FPRReg arg2) argument
82 addCallArgument(arg2);
91 ALWAYS_INLINE void setupArguments(GPRReg arg1, GPRReg arg2) argument
95 addCallArgument(arg2);
131 ALWAYS_INLINE void setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2) argument
136 addCallArgument(arg2);
139 ALWAYS_INLINE void setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2) argument
144 addCallArgument(arg2);
147 ALWAYS_INLINE void setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2) argument
152 addCallArgument(arg2);
155 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2) argument
163 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2) argument
171 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2) argument
179 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2) argument
187 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2) argument
195 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
204 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3) argument
213 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, GPRReg arg3) argument
222 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImmPtr arg3) argument
231 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
240 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
249 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
259 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
270 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
280 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
290 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImmPtr arg2, GPRReg arg3) argument
299 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
309 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4) argument
319 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3, GPRReg arg4) argument
329 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
340 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
348 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
436 setupStubArguments(GPRReg arg1, GPRReg arg2) argument
440 setupStubArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
498 setupArguments(FPRReg arg1, FPRReg arg2) argument
503 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
510 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
523 setupArguments(FPRReg arg1, FPRReg arg2) argument
539 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
546 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
558 setupArguments(FPRReg arg1, FPRReg arg2) argument
564 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
571 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
585 setupArguments(FPRReg arg1, FPRReg arg2) argument
599 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
606 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
621 setupArguments(GPRReg arg1, GPRReg arg2) argument
654 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2) argument
660 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2) argument
667 setupArgumentsWithExecState(GPRReg arg1, TrustedImm64 arg2) argument
674 setupArgumentsWithExecState(TrustedImm64 arg1, GPRReg arg2) argument
681 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2) argument
688 setupArgumentsWithExecState(GPRReg arg1, ImmPtr arg2) argument
695 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2) argument
702 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2) argument
709 setupArgumentsWithExecState(ImmPtr arg1, GPRReg arg2) argument
716 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2) argument
723 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2) argument
730 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2) argument
737 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
743 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3) argument
750 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, GPRReg arg3) argument
757 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImmPtr arg3) argument
765 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3) argument
773 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
781 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3) argument
788 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3) argument
796 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImmPtr arg2, GPRReg arg3) argument
804 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3) argument
812 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3) argument
819 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
827 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
846 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
852 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
858 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
864 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
871 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4) argument
877 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3, GPRReg arg4) argument
883 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
889 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
896 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
902 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
908 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
914 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4) argument
920 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
927 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, TrustedImm32 arg5) argument
934 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImmPtr arg5) argument
941 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImm32 arg5) argument
948 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
955 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
965 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/machine/
H A Dsdt.h62 #define DTRACE_PROBE3(provider, name, arg0, arg1, arg2) { \
66 __dtrace_args[2] = (uintptr_t)arg2; \
70 #define DTRACE_PROBE4(provider, name, arg0, arg1, arg2, arg3) { \
74 __dtrace_args[2] = (uintptr_t)arg2; \
79 #define DTRACE_PROBE5(provider, name, arg0, arg1, arg2, arg3, arg4) { \
83 __dtrace_args[2] = (uintptr_t)arg2; \
89 #define DTRACE_PROBE6(provider, name, arg0, arg1, arg2, arg3, arg4, arg5) { \
93 __dtrace_args[2] = (uintptr_t)arg2; \
100 #define DTRACE_PROBE7(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6) { \
104 __dtrace_args[2] = (uintptr_t)arg2; \
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DTracing.h42 #define JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(arg0, arg1, arg2, arg3)
45 #define JAVASCRIPTCORE_PROFILE_DID_EXECUTE(arg0, arg1, arg2, arg3)
/macosx-10.9.5/bootp-268.1/IPConfiguration.bproj/
H A DFDSet.h46 typedef void (FDCalloutFunc)(void * arg1, void * arg2);
53 FDCalloutCreate(int fd, FDCalloutFuncRef func, void * arg1, void * arg2);
/macosx-10.9.5/dtrace-118.1/test/tst/common/builtinvar/
H A Dtst.arg1to8.d40 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
H A Dtst.arg1to8clause.d44 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
/macosx-10.9.5/dtrace-118.1/test/tst/common/error/
H A Dtst.DTRACEFLT_BADADDR.d43 arg1, arg2, arg3, arg4, arg5);
/macosx-10.9.5/dtrace-118.1/test/tst/common/fbtprovider/
H A Dtst.ioctlargs.d43 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
49 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
56 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
62 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
H A Dtst.offsetzero.d43 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
50 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
56 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
63 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A DAlert.h38 typedef void (AlertCallback)(void * arg1, void * arg2);
44 void * arg1, void * arg2,
H A DFDHandler.h45 typedef void (FDHandler_func)(void * arg1, void * arg2);
57 void * arg1, void * arg2);
/macosx-10.9.5/libclosure-63/objectTests/
H A Drettypepromotion.c39 void sortWithBlock(long (^comp)(void *arg1, void *arg2)) { argument
44 sortWithBlock(^(void *arg1 __unused, void *arg2 __unused) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dxpr.h93 #define XPR(flags, msg, arg1, arg2, arg3, arg4, arg5) \
96 xpr((msg), (long)(arg1), (long)(arg2), \
125 #define XPR(flags, msg, arg1, arg2, arg3, arg4, arg5)
130 long arg1,arg2,arg3,arg4,arg5; member in struct:xprbuf
145 long arg2,
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_version.c173 const char *arg1, const char *arg2,
182 if (!arg2) {
183 arg2 = arg1;
188 if (!arg3 && *arg2 == '>' && !arg2[1]) {
190 arg2 = arg1;
197 endp = arg2 + strlen(arg2);
198 if ( endp == arg2
222 if (*arg2 !
172 start_ifversion(cmd_parms *cmd, void *mconfig, const char *arg1, const char *arg2, const char *arg3) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_log.h168 #define Log2( level, severity, fmt, arg1, arg2 ) \
171 lutil_debug( ldap_debug, (level), (fmt), (arg1), (arg2) ); \
173 syslog( LDAP_LEVEL_MASK((severity)), (fmt), (arg1), (arg2) ); \
175 #define Log3( level, severity, fmt, arg1, arg2, arg3 ) \
178 lutil_debug( ldap_debug, (level), (fmt), (arg1), (arg2), (arg3) ); \
180 syslog( LDAP_LEVEL_MASK((severity)), (fmt), (arg1), (arg2), (arg3) ); \
182 #define Log4( level, severity, fmt, arg1, arg2, arg3, arg4 ) \
185 lutil_debug( ldap_debug, (level), (fmt), (arg1), (arg2), (arg3), (arg4) ); \
187 syslog( LDAP_LEVEL_MASK((severity)), (fmt), (arg1), (arg2), (arg3), (arg4) ); \
189 #define Log5( level, severity, fmt, arg1, arg2, arg
[all...]

Completed in 246 milliseconds

1234567891011>>