Searched refs:cmd (Results 251 - 275 of 2161) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_test.c40 char *cmd; local
91 if ((cmd = mystrtok(&bufp, " ")) == 0) {
100 if (strcmp(cmd, "verbose") == 0 && !key) {
102 } else if (strcmp(cmd, "del") == 0 && key && !value) {
109 } else if (strcmp(cmd, "get") == 0 && key && !value) {
116 } else if (strcmp(cmd, "put") == 0 && key && value) {
122 } else if (strcmp(cmd, "first") == 0 && !key && !value) {
128 } else if (strcmp(cmd, "next") == 0 && !key && !value) {
134 } else if (strcmp(cmd, "flags") == 0 && !key && !value) {
137 } else if (strcmp(cmd, "mask
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timedc.tproj/
H A Dtimedc.c67 static struct cmd *getcmd(char *);
74 register struct cmd *c;
87 if (c == (struct cmd *)-1) {
120 if (c == (struct cmd *)-1) {
147 static struct cmd *
152 register struct cmd *c, *found;
174 return((struct cmd *)-1);
214 register struct cmd *c;
254 if (c == (struct cmd *)-1)
256 else if (c == (struct cmd *)
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dentryfield.rb78 def validate(cmd = Proc.new, args = nil)
79 if cmd.kind_of?(ValidateCmd)
80 configure('validate', cmd)
82 configure('validate', [cmd, args])
84 configure('validate', cmd)
88 def invalid(cmd = Proc.new, args = nil)
89 if cmd.kind_of?(ValidateCmd)
90 configure('invalid', cmd)
92 configure('invalid', [cmd, args])
94 configure('invalid', cmd)
[all...]
H A Dcalendar.rb79 #def initialize(cmd = Proc.new, *args)
80 # _initialize_for_cb_class(CalCmdArgs, cmd, *args)
90 def command(cmd = Proc.new, args = nil)
91 if cmd.kind_of?(CalendarCommand)
92 configure('command', cmd)
94 configure('command', [cmd, args])
96 configure('command', cmd)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/coroutine/
H A Dcoro_auto.tcl44 foreach cmd {
51 rename ::$cmd [namespace current]::core_$cmd
52 rename [namespace current]::wrap_$cmd ::$cmd
55 foreach cmd {
59 rename ::tcl::chan::$cmd [namespace current]::core_$cmd
60 rename [namespace current]::wrap_$cmd ::tcl::chan::$cmd
[all...]
/macosx-10.9.5/text_cmds-87/ed/
H A Dglbl.c82 char *cmd = NULL; local
86 if ((cmd = get_extended_line(&n, 0)) == NULL)
89 cmd = "p\n"; /* null cmd-list == `p' */
90 else if ((cmd = get_extended_line(&n, 0)) == NULL)
113 if (cmd == NULL) {
116 } else cmd = ocmd;
117 } else if ((cmd = get_extended_line(&n, 0)) == NULL)
121 memcpy(ocmd, cmd, n + 1);
122 cmd
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dflock.c48 int code, cmd; local
55 cmd = F_SETLK;
57 cmd = F_SETLKW; /* Blocking */
66 code = fcntl(fd, cmd, &arg);
70 code = fcntl(fd, cmd, &arg);
/macosx-10.9.5/adv_cmds-153/ps/
H A Dfmt.c108 fmt_argv(char **argv, char *cmd, size_t maxlen) argument
114 if (cmd == NULL)
126 sprintf(cp, "[%.*s]", (int)maxlen, cmd);
127 else if (strncmp(cmdpart(argv[0]), cmd, maxlen) != 0)
128 sprintf(cp, "%s (%.*s)", ap, (int)maxlen, cmd);
/macosx-10.9.5/apache-786.1/httpd/os/unix/
H A Dunixd.h81 AP_DECLARE(const char *) unixd_set_user(cmd_parms *cmd, void *dummy,
83 AP_DECLARE(const char *) unixd_set_group(cmd_parms *cmd, void *dummy,
85 AP_DECLARE(const char *) unixd_set_chroot_dir(cmd_parms *cmd, void *dummy,
89 AP_DECLARE(void) unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit,
93 AP_DECLARE(const char *) unixd_set_suexec(cmd_parms *cmd, void *dummy,
H A Dunixd.c186 AP_DECLARE(const char *) unixd_set_user(cmd_parms *cmd, void *dummy, argument
189 const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY);
213 AP_DECLARE(const char *) unixd_set_group(cmd_parms *cmd, void *dummy, argument
216 const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY);
225 AP_DECLARE(const char *) unixd_set_chroot_dir(cmd_parms *cmd, void *dummy, argument
228 const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY);
232 if (!ap_is_directory(cmd->pool, arg)) {
240 AP_DECLARE(const char *) unixd_set_suexec(cmd_parms *cmd, void *dummy, argument
243 const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY);
280 AP_DECLARE(void) unixd_set_rlimit(cmd_parms *cmd, struc argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dsuexec.c259 char *cmd; /* command to be executed */ local
332 cmd = argv[3];
358 if ((cmd[0] == '/') || (!strncmp(cmd, "../", 3))
359 || (strstr(cmd, "/../") != NULL)) {
360 log_err("invalid command (%s)\n", cmd);
446 log_no_err("uid: (%s/%s) gid: (%s/%s) cmd: %s\n",
449 cmd);
456 log_err("cannot run as forbidden uid (%d/%s)\n", uid, cmd);
465 log_err("cannot run as forbidden gid (%d/%s)\n", gid, cmd);
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlzexternal/
H A Dtests.sh14 cmd="$3"
20 update add $host $cmd
24 echo "I:testing update for $host $type $cmd $comment"
27 echo "I:update failed for $host $type $cmd"
35 echo "I:dig output incorrect for $host $type $cmd: $out"
/macosx-10.9.5/shell_cmds-175/w/
H A Dfmt.c105 fmt_argv(char **argv, char *cmd, size_t maxlen) argument
111 if (cmd == NULL)
123 sprintf(cp, " (%.*s)", (int)maxlen, cmd);
124 else if (strncmp(cmdpart(argv[0]), cmd, maxlen) != 0)
125 sprintf(cp, "%s (%.*s)", ap, (int)maxlen, cmd);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ntp/
H A Drdate.tcl65 set cmd ::time::gettime
67 set cmd ::time::getsntp
70 lappend cmd -protocol tcp
72 lappend cmd $host
75 set tok [eval $cmd]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dfrontend.c203 char cmd[max_string_len]; /* Command to spawn cpp */
205 cmd[0] = '\0';
211 strlcpy(cmd, cpp_cmd, sizeof(cmd));
212 strlcat(cmd, " ", sizeof(cmd));
213 strlcat(cmd, cpp_opt ? cpp_opt : "", sizeof(cmd));
214 strlcat(cmd, " ", sizeof(cmd));
202 char cmd[max_string_len]; /* Command to spawn cpp */ local
[all...]
/macosx-10.9.5/dyld-239.4/src/
H A DdyldInitialization.cpp114 const struct load_command* cmd = cmds; local
116 if ( cmd->cmd == LC_SEGMENT_COMMAND ) {
117 const struct macho_segment_command* segCmd = (struct macho_segment_command*)cmd;
122 cmd = (const struct load_command*)(((char*)cmd)+cmd->cmdsize);
138 const struct load_command* cmd = cmds; local
145 switch (cmd->cmd) {
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/library/
H A Dinit.tcl102 set env(COMSPEC) cmd.exe
153 # 1. See if the command has the form "namespace inscope ns cmd" and
174 # If the command word has the form "namespace inscope ns cmd"
177 set cmd [lindex $args 0]
178 if {[regexp "^:*namespace\[ \t\n\]+inscope" $cmd] && [llength $cmd] == 4} {
180 set ret [catch {uplevel 1 ::$cmd $arglist} result]
202 set name $cmd
346 # cmd - Name of the command to find and load.
351 proc auto_load {cmd {namespac
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dmod_file_cache.c127 static void cache_the_file(cmd_parms *cmd, const char *filename, int mmap) argument
136 fspec = ap_server_root_relative(cmd->pool, filename);
138 ap_log_error(APLOG_MARK, APLOG_WARNING, APR_EBADPATH, cmd->server,
144 cmd->temp_pool)) != APR_SUCCESS) {
145 ap_log_error(APLOG_MARK, APLOG_WARNING, rc, cmd->server,
150 ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server,
155 ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server,
161 APR_OS_DEFAULT, cmd->pool);
163 ap_log_error(APLOG_MARK, APLOG_WARNING, rc, cmd->server,
170 new_file = apr_pcalloc(cmd
208 cachefilehandle(cmd_parms *cmd, void *dummy, const char *filename) argument
219 cachefilemmap(cmd_parms *cmd, void *dummy, const char *filename) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dms.c118 Tcl_Obj* cmd [2];
123 cmd [0] = srccmd;
124 cmd [1] = Tcl_NewStringObj ("serialize", -1);
126 Tcl_IncrRefCount (cmd [0]);
127 Tcl_IncrRefCount (cmd [1]);
129 res = Tcl_EvalObjv (interp, 2, cmd, 0);
131 Tcl_DecrRefCount (cmd [0]);
132 Tcl_DecrRefCount (cmd [1]);
200 Tcl_Obj* cmd [3];
210 cmd [
117 Tcl_Obj* cmd [2]; local
198 Tcl_Obj* cmd [3]; local
[all...]
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOBinder.hpp176 const macho_load_command<P>* cmd = cmds; local
178 switch (cmd->cmd()) {
180 symtab = (macho_symtab_command<P>*)cmd;
185 fDynamicInfo = (macho_dysymtab_command<P>*)cmd;
188 ((macho_dylib_command<P>*)cmd)->set_timestamp(0);
189 fDylibID = (macho_dylib_command<P>*)cmd;
195 ((macho_dylib_command<P>*)cmd)->set_timestamp(0);
198 fParentUmbrella = (macho_dylib_command<P>*)cmd;
202 fDyldInfo = (macho_dyld_info_command<P>*)cmd;
345 const macho_load_command<P>* cmd = cmds; local
545 const macho_load_command<P>* cmd = cmds; local
810 const macho_load_command<P>* cmd = cmds; local
922 const macho_load_command<P>* cmd = cmds; local
1108 const macho_load_command<P>* cmd = cmds; local
1218 const macho_load_command<P>* cmd = cmds; local
[all...]
H A Ddsc_iterator.cpp79 const macho_load_command<P>* cmd = cmds; local
83 if ( cmd->cmd() == LC_UUID ) {
84 const uuid_command* uc = (const uuid_command*)cmd;
88 cmd = (const macho_load_command<P>*)(((uint8_t*)cmd)+cmd->cmdsize());
91 cmd = cmds;
93 if ( cmd->cmd()
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/popper/
H A Dpop_debug.c42 char cmd[1024]; local
52 fgets(cmd, sizeof(cmd), stdin);
53 cmd[strlen(cmd) - 1] = '\0';
54 strlcat (cmd, "\r\n", sizeof(cmd));
55 write(s, cmd, strlen(cmd));
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_commands_setup_command.rb12 @cmd = Gem::Commands::SetupCommand.new
13 @cmd.options[:prefix] = @install_dir
26 @cmd.pem_files_in('lib').sort
31 @cmd.rb_files_in('lib').sort
35 @cmd.extend FileUtils
38 @cmd.install_lib dir
68 @cmd.remove_old_lib_files lib
85 @cmd.options[:previous_version] = Gem::Version.new '2.0.2'
110 @cmd.show_release_notes
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotbind.tcl15 # cmd Command to execute
20 proc ::Plotchart::BindPlot {w event cmd} {
34 $w bind $scaling($w,eventobj) $event [list ::Plotchart::BindCmd %x %y $w $cmd]
45 # cmd Command to execute
50 proc ::Plotchart::BindLast {w series event cmd} {
63 [list ::Plotchart::BindCmd $x $y $w $cmd]
73 # cmd Command to execute
78 proc ::Plotchart::BindCmd {xcoord ycoord w cmd} {
83 eval [lindex $cmd 0] $x $y [lrange $cmd
[all...]
/macosx-10.9.5/NFS-81/rpc.statd/
H A Dtest.c40 fprintf(stderr, "usage: %s <cmd> <cmdarg> [statdhost]\n", progname);
148 char dummy, *cmd, *arg; local
154 cmd = arg = statdhost = NULL;
162 cmd = argv[0];
166 if (!strcmp(cmd, "stat") || !strcmp(cmd, "mon") || !strcmp(cmd, "unmon") || !strcmp(cmd, "notify")) {
173 if (!strcmp(cmd, "notify")) {
198 if (!strcmp(cmd, "sta
[all...]

Completed in 279 milliseconds

<<11121314151617181920>>