Searched refs:cmd (Results 226 - 250 of 2161) sorted by relevance

1234567891011>>

/macosx-10.9.5/ntp-88/scripts/
H A Dntp-wait.in13 $cmd = 'ntpq -c "rv 0"';
19 open(Q, $cmd." 2>&1 |") || die "Can't start ntpq: $!";
/macosx-10.9.5/ppp-727.90.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_proto.c65 int pptp_control(struct socket *so, u_long cmd, caddr_t data,
221 u_int32_t lval, cmd = 0; local
244 case PPTP_OPT_OURADDRESS: cmd = PPTP_CMD_SETOURADDR; break;
245 case PPTP_OPT_PEERADDRESS: cmd = PPTP_CMD_SETPEERADDR; break;
246 case PPTP_OPT_FLAGS: cmd = PPTP_CMD_SETFLAGS; break;
247 case PPTP_OPT_BAUDRATE: cmd = PPTP_CMD_SETBAUDRATE; break;
249 pptp_rfc_command(so->so_pcb, cmd , &lval);
262 case PPTP_OPT_CALL_ID: cmd = PPTP_CMD_SETCALLID; break;
263 case PPTP_OPT_PEER_CALL_ID: cmd = PPTP_CMD_SETPEERCALLID; break;
264 case PPTP_OPT_WINDOW: cmd
348 pptp_control(struct socket *so, u_long cmd, caddr_t data, struct ifnet *ifp, struct proc *p) argument
[all...]
/macosx-10.9.5/ppp-727.90.1/Family/
H A Dppp_link.h31 int ppp_link_control(struct ppp_link *link, u_long cmd, void *data);
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dcmdtab.c52 struct cmd cmdtab[] = {
/macosx-10.9.5/ruby-104/ruby/benchmark/other-lang/
H A Deval.rb34 def bench cmd
36 #p cmd
37 system(cmd)
46 cmd = "#{l} #{b}#{Ext[idx]}"
47 r << bench(cmd)
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dscrollable.rb8 def xscrollcommand(cmd=Proc.new)
9 configure_cmd 'xscrollcommand', cmd
42 def yscrollcommand(cmd=Proc.new)
43 configure_cmd 'yscrollcommand', cmd
H A Dscale.rb14 cmd = keys.delete('command')
15 keys['command'] = proc{|val| cmd.call(val.to_f)}
54 def _wrap_command_arg(cmd)
57 cmd.call(number(val))
59 cmd.call(val)
80 def command(cmd=Proc.new)
81 configure('command'=>cmd)
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_help_command.rb12 @cmd = Gem::Commands::HelpCommand.new
36 mgr.command_names.each do |cmd|
37 assert_match(/\s+#{cmd}\s+\S+/, out)
54 @cmd.options[:args] = args
58 @cmd.execute
H A Dtest_gem_commands_push_command.rb27 @cmd = Gem::Commands::PushCommand.new
49 @cmd.instance_variable_set :@host, @host
50 @cmd.send_gem(@path)
70 @cmd.options[:args] = %w[example]
72 @cmd.execute
90 @cmd.options[:host] = host
91 @cmd.options[:args] = %w[example]
93 @cmd.execute
107 @cmd.send_gem(@path)
158 def @cmd
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclHistory.c34 * executing cmd.
43 Tcl_RecordAndEval(interp, cmd, flags)
46 CONST char *cmd; /* Command to record. */
53 int length = strlen(cmd);
61 cmdPtr = Tcl_NewStringObj(cmd, length);
126 * Do recording by eval'ing a tcl history command: history add $cmd.
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dmmdecode8 proc join {cmd buffer} {
9 #puts stderr "$cmd [string length buffer] $buffer"
11 switch -- $cmd {
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/lib/
H A Dwafecompat.tcl10 foreach {cmd module} $modules {
11 if {{} ne [info command $cmd] } continue
45 proc addTimeOut {n cmd} {
46 after $n $cmd
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsvn9 def print_output(cmd, prefix):
10 pipeOut = os.popen3(cmd, mode = 'br')[1]
/macosx-10.9.5/vim-53/src/
H A Dos_vms_mms.c9 char cmd[132], buf[BUFSIZ], *argp, *error_file, target[132], *mms; local
43 vim_snprintf(cmd, sizeof(cmd), "%s/output=tmp:errors.vim_tmp %s",
45 system(cmd);
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.9.5/xnu-2422.115.4/bsd/security/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.9.5/xnu-2422.115.4/libsa/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.9.5/xnu-2422.115.4/tools/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dfilediskrep.cpp111 char *cmd = buffer + 2; local
112 cmd[strcspn(cmd, " \t\n\r\f")] = '\0';
113 secdebug("filediskrep", "looks like a script for %s", cmd);
114 if (cmd[1])
117 string path = ctx.sdkPath(cmd);
121 CODESIGN_SIGN_DEP_INTERP(this, (char*)cmd, (void*)req);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dfilediskrep.cpp111 char *cmd = buffer + 2; local
112 cmd[strcspn(cmd, " \t\n\r\f")] = '\0';
113 secdebug("filediskrep", "looks like a script for %s", cmd);
114 if (cmd[1])
117 string path = ctx.sdkPath(cmd);
121 CODESIGN_SIGN_DEP_INTERP(this, (char*)cmd, (void*)req);
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dtkoptdb.rb26 cmd = TkOptionDB.new_proc_class(:BTN_CMD, [:show_msg, :bye_msg], 3) {
46 cmd.show_msg(TkOptionDB.inspect)
53 cmd.bye_msg
68 cmd.show_msg(TkOptionDB.inspect)
75 cmd.bye_msg
90 cmd.show_msg(TkOptionDB.inspect)
97 cmd.bye_msg
/macosx-10.9.5/ruby-104/ruby/missing/
H A Dos2.c54 do_spawn(cmd)
55 char *cmd;
68 if (strstr(shell, "cmd") || strstr(shell, "4os2"))
77 if (strstr(shell, "cmd") || strstr(shell, "4os2"))
86 if (strstr(shell, "cmd") || strstr(shell, "4os2"))
93 /* for (s = cmd; *s && isalpha(*s); s++) ;
96 for (s = cmd; *s; s++) {
111 status = spawnlp(P_WAIT,shell,shell,sw,cmd,(char*)NULL);
115 argv = ALLOC_N(CHARP,(strlen(cmd) / 2 + 2));
116 cmd2 = ALLOC_N(char, (strlen(cmd)
[all...]
/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dinstall-catman.sh7 cmd="$1"; shift
24 if test "$cmd" = install ; then
30 elif test "$cmd" = uninstall ; then
39 if test "$cmd" = install ; then
63 elif test "$cmd" = uninstall ; then
/macosx-10.9.5/IOATAFamily-252.0.3/
H A DIOATABusCommand.cpp82 IOATABusCommand* cmd = new IOATABusCommand; local
84 if( cmd == 0L)
88 if( ! cmd->init() )
90 cmd->free();
94 return cmd;
331 IOATABusCommand64* cmd = new IOATABusCommand64; local
333 if( cmd == 0L)
337 if( ! cmd->init() )
339 cmd->free();
344 return cmd;
[all...]

Completed in 143 milliseconds

1234567891011>>