Searched refs:args (Results 251 - 275 of 5200) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dpromotion.c20 ffi_type *args[MAX_ARGS]; local
29 args[0] = &ffi_type_schar;
30 args[1] = &ffi_type_sshort;
31 args[2] = &ffi_type_uchar;
32 args[3] = &ffi_type_ushort;
40 &ffi_type_sint, args) == FFI_OK);
H A Dfloat1.c20 ffi_type *args[MAX_ARGS]; local
26 args[0] = &ffi_type_float;
31 &ffi_type_double, args) == FFI_OK);
H A Dreturn_sc.c17 ffi_type *args[MAX_ARGS]; local
23 args[0] = &ffi_type_schar;
28 &ffi_type_schar, args) == FFI_OK);
H A Dreturn_uc.c18 ffi_type *args[MAX_ARGS]; local
25 args[0] = &ffi_type_uchar;
30 &ffi_type_uchar, args) == FFI_OK);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tclx/
H A Dtclx.rb31 def self.infox(*args)
32 Tk.tk_call('infox', *args)
35 def self.signal(*args)
37 Tk.tk_call('signal', *args)
40 def self.signal_restart(*args)
42 Tk.tk_call('signal', '-restart', *args)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dctrlunix.tcl18 proc ::term::ansi::ctrl::unix::import {{ns ctrl} args} {
19 if {![llength $args]} {set args *}
20 set args ::term::ansi::ctrl::unix::[join $args " ::term::ansi::ctrl::unix::"]
21 uplevel 1 [list namespace eval ${ns} [linsert $args 0 namespace import]]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest091.tcl10 {nproducers 2} {nitems 1000} {start 0 } {tnum "091"} args} {
16 $nconsumers $nproducers $nitems WAIT $start -txn $tnum } $args
18 $nconsumers $nproducers $nitems WAIT $start -cdb $tnum } $args
/macosx-10.10.1/crontabs-52/files/daily/
H A D110.clean-tmps29 args="-atime +$daily_clean_tmps_days -mtime +$daily_clean_tmps_days"
30 args="${args} -ctime +$daily_clean_tmps_days"
34 args="$args "`echo " ${daily_clean_tmps_ignore% }" |
49 find -dx . -fstype local -type f $args -delete $print
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/
H A Dfnmatch.h31 #define __P(args) args
34 #define __P(args) ()
/macosx-10.10.1/dtrace-147/test/tst/common/
H A DMakefile42 usdt/tst.args.exe: usdt/tst.args.o usdt/args.o
43 $(CC) -o usdt/tst.args.exe usdt/tst.args.o usdt/args.o
45 usdt/args.o: usdt/args.d usdt/tst.args.o
46 /usr/sbin/dtrace -G -32 -o usdt/args
[all...]
/macosx-10.10.1/dtrace-147/test/tst/common/mib/
H A Dtst.tcp.ksh30 # with a valid args[0].
37 opens = args[0];
42 bytes = args[0];
47 segs = args[0];
/macosx-10.10.1/libffi-18.1/tests/testsuite/libffi.call/
H A Dfloat1.c19 ffi_type *args[MAX_ARGS]; local
25 args[0] = &ffi_type_float;
30 &ffi_type_double, args) == FFI_OK);
H A Dreturn_sc.c17 ffi_type *args[MAX_ARGS]; local
23 args[0] = &ffi_type_schar;
28 &ffi_type_schar, args) == FFI_OK);
H A Dreturn_uc.c18 ffi_type *args[MAX_ARGS]; local
25 args[0] = &ffi_type_uchar;
30 &ffi_type_uchar, args) == FFI_OK);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dfloat1.c19 ffi_type *args[MAX_ARGS]; local
25 args[0] = &ffi_type_float;
30 &ffi_type_double, args) == FFI_OK);
H A Dreturn_sc.c17 ffi_type *args[MAX_ARGS]; local
23 args[0] = &ffi_type_schar;
28 &ffi_type_schar, args) == FFI_OK);
H A Dreturn_uc.c18 ffi_type *args[MAX_ARGS]; local
25 args[0] = &ffi_type_uchar;
30 &ffi_type_uchar, args) == FFI_OK);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dfloat1.c19 ffi_type *args[MAX_ARGS]; local
25 args[0] = &ffi_type_float;
30 &ffi_type_double, args) == FFI_OK);
H A Dreturn_sc.c17 ffi_type *args[MAX_ARGS]; local
23 args[0] = &ffi_type_schar;
28 &ffi_type_schar, args) == FFI_OK);
H A Dreturn_uc.c18 ffi_type *args[MAX_ARGS]; local
25 args[0] = &ffi_type_uchar;
30 &ffi_type_uchar, args) == FFI_OK);
/macosx-10.10.1/ruby-106/ruby/
H A Ddln.h26 # define _(args) args
28 # define _(args) ()
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itk/examples/
H A DTextInfo.itk15 constructor {args} {
25 eval itk_initialize $args
28 public method display {args} {
29 eval $itk_component(textArea) display $args
32 public method append {args} {
33 eval $itk_component(textArea) append $args
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/sdx/
H A Dsdx.tcl5 proc sdx args {
17 $s eval set argv [list $args]
18 $s eval set argc [llength $args]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dutil.c76 va_list args; local
82 va_start(args, pat);
83 len = vsprintf(msg, pat, args);
84 va_end(args);
99 va_list args; local
103 va_start(args, pat);
104 len = vsprintf(msg, pat, args);
105 va_end(args);
118 va_list args; local
120 va_start(args, pa
[all...]
/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
372 for(n = 0; args[n]; n++) ;
382 return op->func(name, args, ops, op->o);
387 bin_zle_list(UNUSED(char *name), char **args, Options ops, UNUSED(char func)) variable
389 if (!*args) {
397 for (; *args && !ret; args++) {
398 HashNode hn = thingytab->getnode2(thingytab, *args);
412 bin_zle_refresh(UNUSED(char *name), char **args, Options ops, UNUSED(char func)) variable
420 if (*args) {
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
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...]

Completed in 141 milliseconds

<<11121314151617181920>>