Searched refs:cmd (Results 176 - 200 of 2247) sorted by relevance

1234567891011>>

/macosx-10.10/remote_cmds-47/timed.tproj/timedc.tproj/
H A Dextern.h42 extern struct cmd cmdtab[];
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tkDND/
H A Dshape.rb86 cmd = []
92 cmd << "-#{args.shift}" if kind_keys.member?(args[0].to_s)
95 cmd << "-#{args.shift}"
96 cmd << args.shift # xOffset
97 cmd << args.shift # yOffset
101 cmd << "-#{args.shift}"
104 cmd.concat(args)
106 cmd
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dmulti-ip_sample2.rb10 cmd = proc{|s|
25 Thread.new{ip1.eval_proc(cmd, 1.1)}
26 Thread.new{ip2.eval_proc(cmd, 0.3)}
27 cmd.call(0.7)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/rcs/
H A Drcs.tcl150 set cmd [string trim [lindex $patch $at]]
153 switch -glob -- $cmd {
156 foreach {start len} [split [string range $cmd 1 end]] break
167 foreach {start len} [split [string range $cmd 1 end]] break
171 return -code error "Unknown patch command: '$cmd'"
197 foreach cmd $patch {
198 foreach {op a b} $cmd break
234 # - patch The patch (as cmd list) to apply.
245 foreach cmd $patch {
246 foreach {op a b} $cmd brea
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dcommands.c96 unsigned char cmd[10]; local
212 cmd[0] = 0x62; /* IccPowerOn */
213 cmd[1] = cmd[2] = cmd[3] = cmd[4] = 0; /* dwLength */
214 cmd[5] = ccid_descriptor->bCurrentSlotIndex; /* slot number */
215 cmd[6] = (*ccid_descriptor->pbSeq)++;
216 cmd[7] = voltage;
217 cmd[
294 unsigned char cmd[11+14+TxLength]; local
560 unsigned char cmd[11+19+TxLength]; local
930 unsigned char cmd[10]; local
1019 unsigned char cmd[10]; local
1197 unsigned char cmd[10+tx_length]; /* CCID + APDU buffer */ local
1269 unsigned char cmd[10+CMD_BUF_SIZE]; /* CCID + APDU buffer */ local
1687 T0CmdParsing(unsigned char *cmd, unsigned int cmd_len, unsigned int *exp_len) argument
1895 unsigned char cmd[5]; local
2139 unsigned char cmd[10+length]; /* CCID + APDU buffer */ local
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dcomvario.sh377 ( cmd='compound v=( integer -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -C v' stdoutpattern=$'~(Alr)(.*\\[bb\\]=9.*)&(.*\\[aa\\]=4.*)' arrefname='ar' )
378 ( cmd='compound v=( float -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -C v' stdoutpattern=$'~(Alr)(.*\\[bb\\]=9.*)&(.*\\[aa\\]=4.*)' arrefname='ar' )
379 ( cmd='compound v=( typeset -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -C v' stdoutpattern=$'~(Alr)(.*\\[bb\\]=["\']*9.*)&(.*\\[aa\\]=["\']*4.*)' arrefname='ar' )
380 ( cmd='compound v=( integer -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -v v' stdoutpattern=$'~(Alr)(.*\\[bb\\]=9.*)&(.*\\[aa\\]=4.*)' arrefname='ar' )
381 ( cmd='compound v=( float -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -v v' stdoutpattern=$'~(Alr)(.*\\[bb\\]=9.*)&(.*\\[aa\\]=4.*)' arrefname='ar' )
382 ( cmd='compound v=( typeset -A ar=( [aa]=4 [bb]=9 ) ; ) ; print -v v' stdoutpattern=$'~(Alr)(.*\\[bb\\]=["\']*9.*)&(.*\\[aa\\]=["\']*4.*)' arrefname='ar' )
385 ( cmd='compound vx=( compound v=( integer -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; print -C vx' stdoutpattern=$'~(Alr)(.*\\[bb\\]=9.*)&(.*\\[aa\\]=4.*)' arrefname='v.ar' )
386 ( cmd='compound vx=( compound v=( float -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; print -C vx' stdoutpattern=$'~(Alr)(.*\\[bb\\]=9.*)&(.*\\[aa\\]=4.*)' arrefname='v.ar' )
387 ( cmd='compound vx=( compound v=( typeset -A ar=( [aa]=4 [bb]=9 ) ; ) ; ) ; print -C vx' stdoutpattern=$'~(Alr)(.*\\[bb\\]=["\']*9.*)&(.*\\[aa\\]=["\']*4.*)' arrefname='v.ar' )
388 ( cmd
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslScripts/
H A DrunProtClient45 set cmd="sslViewer $VIEWER_ARGS $VIEW_QUIET"
47 echo $cmd
49 $cmd
/macosx-10.10/dtrace-147/test/tst/common/misc/
H A Dtst.schrock.ksh29 cmd="/usr/bin/nm /bin/ls"
32 cmd="/usr/ccs/bin/nm /bin/ls"
36 dtrace -F -s /dev/stdin -c "$cmd" $prb <<EOF
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dcrossexec.sh90 cmd=$1
136 $exec $cp $cmd $cpu$hostname:$dir </dev/null || exit 1
137 cmd=./${cmd##*/}
138 $exec $sh $shu $hostname "cd $dir; LD_LIBRARY_PATH=: $cmd $@ </dev/null 2>/dev/null; code=\$?; rm -f $cmd; echo $command: exit \$code >&2" </dev/null 2>$tmp
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dmkdir.c42 static char* cmd[] = { "/bin/mkdir", "/usr/5bin/mkdir", 0 };
56 for (n = 0; n < elementsof(cmd); n++)
57 if (procclose(procopen(cmd[n], av, NiL, NiL, 0)) != -1)
H A Drmdir.c42 static char* cmd[] = { "/bin/rmdir", "/usr/5bin/rmdir", 0 };
53 for (n = 0; n < elementsof(cmd); n++)
54 if (procclose(procopen(cmd[n], av, NiL, NiL, 0)) != -1)
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dlabelentry.rb48 cmd = args.shift
50 cmd = Proc.new
52 _bind([path, 'bind'], context, cmd, *args)
63 cmd = args.shift
65 cmd = Proc.new
67 _bind_append([path, 'bind'], context, cmd, *args)
H A Dspinbox.rb52 cmd = args.shift
54 cmd = Proc.new
56 _bind([path, 'bind'], context, cmd, *args)
67 cmd = args.shift
69 cmd = Proc.new
71 _bind_append([path, 'bind'], context, cmd, *args)
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Dextserv_test.rb43 cmd = ARGV.shift
44 case cmd
48 front = Foo.new(cmd)
66 uri = (cmd == 'quit') ? ARGV.shift : cmd
75 if (cmd == 'quit')
/macosx-10.10/vim-55/src/
H A Dlink.sh16 echo "$LINK " >link.cmd
40 cat link.cmd
41 if sh link.cmd; then
43 cp link.cmd linkit.sh
54 sed -f auto/link.sed <link.cmd >linkit2.sh
69 cp link.cmd linkit.sh
73 cp link.cmd linkit.sh
77 cp link.cmd linkit.sh
98 sed -f auto/link.sed <link.cmd >linkit.sh
114 cat link.cmd
[all...]
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_query_command.rb9 @cmd = Gem::Commands::QueryCommand.new
21 @cmd.handle_options %w[-r]
24 @cmd.execute
48 @cmd.handle_options %w[-r -a]
51 @cmd.execute
68 @cmd.handle_options %w[-r --all]
71 @cmd.execute
87 @cmd.handle_options %w[-r --all --prerelease]
90 @cmd.execute
113 @cmd
[all...]
H A Dtest_gem_commands_sources_command.rb11 @cmd = Gem::Commands::SourcesCommand.new
17 assert @cmd.handles?(['--http-proxy', 'http://proxy.example.com'])
22 @cmd.handle_options []
25 @cmd.execute
55 @cmd.handle_options %W[--add #{@new_repo}]
60 @cmd.execute
83 @cmd.handle_options %w[--add http://beta-gems.example.com]
89 @cmd.execute
103 @cmd.handle_options %W[--add #{@gem_repo}]
108 @cmd
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/AppleSamplePCI/
H A DAppleSamplePCI.cpp155 IODMACommand * cmd; local
171 cmd = IODMACommand::withSpecification(
185 if (!cmd)
193 err = cmd->setMemoryDescriptor(memDesc);
208 err = cmd->gen64IOVMSegments(&offset, &segments[0], &numSeg);
219 err = cmd->clearMemoryDescriptor();
226 if (cmd)
227 cmd->release();
236 cmd = IODMACommand::withSpecification(
250 if (!cmd)
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_c/csv/
H A Dquery.c19 char *cmd; /* Command name */ member in struct:_cmdtab
86 query(char *cmd, int *donep) argument
93 for (p = cmdtab; p->cmd != NULL; ++p)
94 if (p->cmd != NULL &&
95 strncasecmp(cmd, p->cmd, strlen(p->cmd)) == 0)
98 if (p->cmd == NULL)
99 return (query_by_field(cmd));
107 return (p->f(cmd));
[all...]
/macosx-10.10/ruby-106/ruby/lib/rake/
H A Dfile_utils.rb17 # Run the system command +cmd+. If multiple arguments are given the command
33 def sh(*cmd, &block)
34 options = (Hash === cmd.last) ? cmd.pop : {}
35 shell_runner = block_given? ? block : create_shell_runner(cmd)
39 Rake.rake_output_message cmd.join(" ") if options[:verbose]
42 res = rake_system(*cmd)
49 def create_shell_runner(cmd) # :nodoc:
50 show_command = cmd.join(" ")
67 def rake_system(*cmd) #
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dcmd.tcl20 set cmd [lindex $argv 0]
22 package require sak::validate::$cmd
26 set cmd all
52 set cmd all
67 sak::validate::$cmd $argv $mode($raw$log) $stem $tclv
/macosx-10.10/BerkeleyDB-21/db/test_micro/
H A Dtest_micro111 cmd="$cmd -s $start_test"
114 cmd="$cmd -e $end_test"
120 cmd="$cmd -d `(cd $t && pwd)`"
124 cmd="$cmd -i $h/configs/run.workload"
126 cmd="$cmd
[all...]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclShadow.c20 Tcl_Command cmd; local
25 cmd = Tcl_GetCommandFromObj(interp, XOTclGlobalObjects[name]);
26 if (cmd != NULL) {
27 Tcl_Command_objProc(cmd) = ti->proc;
38 Tcl_Command cmd; local
40 cmd = Tcl_GetCommandFromObj(interp, XOTclGlobalObjects[name]);
42 if (cmd != NULL && ti->proc && Tcl_Command_objProc(cmd) != proc) {
45 XOTclGlobalStrings[name], Tcl_Command_objProc(cmd), proc);
47 ti->proc = Tcl_Command_objProc(cmd);
56 Tcl_Command cmd; local
90 Tcl_Command cmd; local
[all...]
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtrsa8 cmd='../util/shlib_wrap.sh ../apps/openssl rsa'
20 $cmd -in fff.p -inform p -outform d >f.d
23 #$cmd -in fff.p -inform p -outform t >f.t
26 $cmd -in fff.p -inform p -outform p >f.p
30 $cmd -in f.d -inform d -outform d >ff.d1
33 #$cmd -in f.t -inform t -outform d >ff.d2
36 $cmd -in f.p -inform p -outform d >ff.d3
40 #$cmd -in f.d -inform d -outform t >ff.t1
43 #$cmd -in f.t -inform t -outform t >ff.t2
46 #$cmd
[all...]
/macosx-10.10/apache-793/httpd/modules/metadata/
H A Dmod_version.c172 static const char *start_ifversion(cmd_parms *cmd, void *mconfig, argument
200 return apr_pstrcat(cmd->pool, cmd->cmd->name,
223 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2,
241 match = match_version(cmd->temp_pool,
242 apr_pstrmemdup(cmd->temp_pool, arg2,
251 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2,
262 compare = compare_version(apr_pstrmemdup(cmd->temp_pool, arg2,
279 return apr_pstrcat(cmd
[all...]

Completed in 486 milliseconds

1234567891011>>