Searched refs:command (Results 151 - 175 of 2191) sorted by relevance

1234567891011>>

/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dtest_reference.sh33 command="${1}"
68 if [ "${command}" = "create" ]; then
70 elif [ "${command}" = "test" ]; then
/macosx-10.10/cups-408/cups/scheduler/
H A Dutil.c166 cupsdExec(const char *command, /* I - Full path to program */ argument
179 * variable defined. If the command is a symlink, resolve the link and point
180 * to the resolved location, otherwise, use the command path itself.
183 if ((linkbytes = readlink(command, linkpath, sizeof(linkpath) - 1)) > 0)
197 dirname((char *)command), linkpath);
200 snprintf(cfprocesspath, sizeof(cfprocesspath), "CFProcessPath=%s", command);
221 return (execve(command, argv, envp));
229 return (execv(command, argv));
235 * 'cupsdPipeCommand()' - Read output from a command.
240 const char *command, /*
239 cupsdPipeCommand(int *pid, const char *command, char **argv, uid_t user) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DMinSect.tcl13 pack [button .bClose -text Close -command exit]
H A DMinSpeg.tcl13 pack [button .bClose -text Close -command exit]
H A Dgenerator2.tcl18 pack [button .fb.a -bitmap snackPlay -command Play] -side left
19 pack [button .fb.b -bitmap snackStop -command "snack::audio stop"] -side left
29 -variable left(freq) -command [list Config left]] -side left -expand yes -fill both
31 -variable left(ampl) -command [list Config left]] -side left -expand yes -fill both
34 .left.m1.menu entryconfigure $i -command [list Config left]
41 -variable right(freq) -command [list Config right]] -side left -expand yes -fill both
43 -variable right(ampl) -command [list Config right]] -side left -expand yes -fill both
46 .right.m2.menu entryconfigure $i -command [list Config right]
H A Drecrplay.tcl75 pack [button .f2.a -bitmap snackRecord -command Start -wi 40 -he 20 -fg red] \
77 pack [button .f2.b -bitmap snackStop -command Stop -wi 40 -he 20] -side left
78 pack [button .f2.c -bitmap snackPlay -command {s play} -wi 40 -he 20] \
80 pack [button .f2.d -text Exit -command exit] -side left
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dtoolbar.tcl75 ttk::button $t.button -text "Button" -style Toolbutton -command [list \
78 -command [concat [list $w.txt insert end] {"check is $check\n"}]
82 $t.menu.m add command -label "Just" -command [list $w.txt insert end Just\n]
83 $t.menu.m add command -label "An" -command [list $w.txt insert end An\n]
84 $t.menu.m add command -label "Example" \
85 -command [list $w.txt insert end Example\n]
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Dsayings.tcl25 button $w.buttons.dismiss -text Dismiss -command "destroy $w"
26 button $w.buttons.code -text "See Code" -command "showCode $w"
33 scrollbar $w.frame.yscroll -command "$w.frame.list yview"
35 -command "$w.frame.list xview"
/macosx-10.10/top-100.1.2/
H A Dcommand.c27 #include "command.h"
33 assert(NULL != psamp->command);
35 return generic_insert_cell(s, psamp->command);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dreflect.c195 c->command = o->command;
196 Tcl_IncrRefCount (c->command);
207 Tcl_DecrRefCount (c->command);
244 Tcl_DecrRefCount (c->command);
389 c->command = o->command;
390 Tcl_IncrRefCount (c->command);
397 Tcl_DecrRefCount (c->command);
435 Tcl_DecrRefCount (c->command);
609 Tcl_Obj* command; local
[all...]
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.h67 virtual bool init(IOFireWireNub *device, const UInt8 * command, UInt32 cmdLen,
69 virtual IOReturn reinit(IOFireWireNub *device, const UInt8 * command, UInt32 cmdLen,
72 static IOFireWireAVCCommand *withNub(IOFireWireNub *device, const UInt8 * command, UInt32 cmdLen,
76 const UInt8 * command, UInt32 cmdLen, UInt8 * response, UInt32 * responseLen);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dtestavl.c50 char command[ 10 ]; local
55 while ( fgets( command, sizeof( command ), stdin ) != NULL ) {
56 switch( *command ) {
/macosx-10.10/bind9-45.101/bind9/bin/named/unix/include/named/
H A Dos.h67 ns_os_shutdownmsg(char *command, isc_buffer_t *text);
/macosx-10.10/bind9-45.101/bind9/bin/named/win32/include/named/
H A Dos.h65 ns_os_shutdownmsg(char *command, isc_buffer_t *text);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-sh.cpp69 std::string* command = new std::string(); local
70 command->reserve(512);
71 (*command) += ("Atf_Check='" + libexecdir + "/atf-check' ; " +
75 return command;
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DExportWithProgress.tcl17 pack [button .exp -text "Export" -command DoExport] -side bottom
H A DMatsTV.tcl14 button .fr.bt1 -text { Zoom In } -command [list $w configure -zoom 2.0]
15 button .fr.bt2 -text {Zoom Out} -command [list $w configure -zoom 1.0]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A DMinSect.py15 Button(root, text='Exit', command=root.quit).pack()
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/transfer/
H A Dstransmit.tcl36 -command [list OK $file] \
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/snit/
H A Dsnit_tcl83_utils.tcl74 # Perform delete tracing and then invoke the actual Tk destroy command
113 # Perform rename tracing and then invoke the actual Tcl rename command
182 proc ::snit83::traceAddCommand {name ops command} {
185 #puts "::snit83::traceAddCommand n/$name/ o/$ops/ c/$command/"
190 #puts "::snit83::traceAddCommand: index = $index cmd = $command"
192 set cmdTraceTable($index) $command
196 proc ::snit83::traceRemoveCommand {name ops command} {
199 #puts "::snit83::traceRemoveCommand n/$name/ o/$ops/ c/$command/"
204 #puts "::snit83::traceRemoveCommand: index = $index cmd = $command"
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_zoom.tcl27 option -command -default {} -configuremethod O-command
78 method O-command {o v} {
79 if {$v eq $options(-command)} return
80 set options(-command) $v
100 ${pre}::button $win.z.plus -image ::canvas::zoom::plus -command [mymethod ZoomIn]
102 ${pre}::button $win.z.minus -image ::canvas::zoom::minus -command [mymethod ZoomOut]
139 if {![llength $options(-command)]} return
142 uplevel #0 [linsert $options(-command) end $win $zoomlevel]
/macosx-10.10/IOATAFamily-253.0.1/
H A DATADeviceNub.h71 virtual IOReturn executeCommand(IOATACommand* command);
75 @abstract create command objects for clients.
80 @abstract Clients use this method to dispose of command objects.
115 static void MyATACallback(IOATACommand* command );
120 void processCallback(IOATACommand* command );
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DRemoteCommandListenerIOS.mm88 MediaSession::RemoteControlCommandType command = [seekEvent type] == MPSeekCommandEventTypeBeginSeeking ? MediaSession::BeginSeekingBackwardCommand : MediaSession::EndSeekingBackwardCommand;
90 callOnMainThread([weakThis, command] {
93 weakThis->m_client.didReceiveRemoteControlCommand(command);
103 MediaSession::RemoteControlCommandType command = [seekEvent type] == MPSeekCommandEventTypeBeginSeeking ? MediaSession::BeginSeekingForwardCommand : MediaSession::EndSeekingForwardCommand;
105 callOnMainThread([weakThis, command] {
108 weakThis->m_client.didReceiveRemoteControlCommand(command);
/macosx-10.10/cups-408/cups/cups/
H A Dsidechannel.h56 enum cups_sc_command_e /**** Request command codes ****/
58 CUPS_SC_CMD_NONE = 0, /* No command @private@ */
70 /**** Request command codes ****/
102 CUPS_SC_STATUS_BAD_MESSAGE, /* The command/response message was invalid */
118 extern cups_sc_status_t cupsSideChannelDoRequest(cups_sc_command_t command,
121 extern int cupsSideChannelRead(cups_sc_command_t *command,
125 extern int cupsSideChannelWrite(cups_sc_command_t command,
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmaster.el78 With no argument, this command toggles the mode.
152 (defun master-says (&optional command arg)
160 (if command (condition-case nil (apply command arg) (error nil)))

Completed in 322 milliseconds

1234567891011>>