Searched refs:cmds (Results 51 - 75 of 161) sorted by relevance

1234567

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dpluginmgr.tcl325 -cmds $commands]
356 -cmds $commands]
388 -cmds $commands]
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/interop/
H A Dsoapinterop.tcl131 set cmds [info commands]
132 set ndx [expr int(rand() * [llength $cmds])]
133 return [lindex $cmds $ndx]
/macosx-10.10/tcsh-65/tcsh/
H A Dma.setp.c31 * usage: setpath(paths, cmds, localsyspath, dosuffix, printerrors)
32 * char **paths, **cmds, *localsyspath;
40 * The 'cmds' argument may be a sequence of any of the following:
56 * Both of the 'paths' and 'cmds' lists are terminated by a NULL
155 setpath(char **paths, char **cmds, char *localsyspath, int dosuffix, argument
167 for (ncmd = 0; cmd = cmds[ncmd]; ncmd++) {
170 cmd1 = cmds[ncmd+1];
171 cmd2 = cmds[ncmd+2];
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp174 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
176 const macho_load_command<P>* cmd = cmds;
345 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
347 const macho_load_command<P>* cmd = cmds;
406 cmd = cmds;
545 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
547 const macho_load_command<P>* cmd = cmds;
810 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
812 const macho_load_command<P>* cmd = cmds;
922 const macho_load_command<P>* const cmds local
1108 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
1239 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
[all...]
H A DMachORebaser.hpp149 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
151 const macho_load_command<P>* cmd = cmds;
258 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
260 const macho_load_command<P>* cmd = cmds;
408 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>));
410 const macho_load_command<P>* cmd = cmds;
698 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
700 const macho_load_command<P>* cmd = cmds;
874 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
876 const macho_load_command<P>* cmd = cmds;
[all...]
H A Ddyld_shared_cache_util.cpp159 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uintptr_t)dylibInfo->machHeader + sizeof(macho_header<P>)); local
161 const macho_load_command<P>* cmd = cmds;
280 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((long)mh + sizeof(macho_header<P>)); local
281 const macho_load_command<P>* cmd = cmds;
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_info.c227 static int mod_info_has_cmd(const command_rec * cmds, ap_directive_t * dir) argument
230 if (cmds == NULL)
232 for (cmd = cmds; cmd->name; ++cmd) {
247 static int mod_info_module_cmds(request_rec * r, const command_rec * cmds, argument
256 if (level < mod_info_module_cmds(r, cmds, dir->first_child,
262 else if (mod_info_has_cmd(cmds, dir)) {
898 cmd = modp->cmds;
921 mod_info_module_cmds(r, modp->cmds, ap_conftree, 0,
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.cpp582 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
583 const struct load_command* cmd = cmds;
631 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
632 const struct load_command* cmd = cmds;
664 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
665 const struct load_command* cmd = cmds;
1165 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1166 const struct load_command* cmd = cmds;
1391 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1392 const struct load_command* cmd = cmds;
1647 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1700 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1818 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1941 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
2015 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
[all...]
H A Dglue.c502 const struct load_command* const cmds = (struct load_command*)(((char*)hostDyldMH)+sizeof(macho_header)); local
503 const struct load_command* cmd = cmds;
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DTestRunner.py269 cmds = []
287 cmds.append(TclUtil.TclExecCommand(tokens).parse_pipeline())
292 for pipeline in cmds:
299 cmd = cmds[0]
300 for c in cmds[1:]:
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/log/
H A Dlogger.tcl859 set cmds [logger::levels]
860 lappend cmds "trace"
862 lappend cmds setlevel enable disable logproc delproc services
863 lappend cmds servicename currentloglevel delete
901 foreach cmd $cmds {
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl472 set cmds {}
483 lappend cmds [list POI $y $x $lat $lon $comment -fill salmon -tags Series]
495 set cmds [linsert $cmds 0 $cmd]
499 #puts [join $cmds \n]
500 eval [join $cmds \n]
/macosx-10.10/emacs-93/emacs/lisp/
H A Ddired-x.el1156 elt regexp cmds)
1164 (setq cmds (cdr elt)
1174 (setq cmds (and (not flist) cmds))
1178 (cond ((not (cdr cmds))
1179 (eval (car cmds))) ; single command
1181 (mapcar (function eval) cmds)))))
/macosx-10.10/uucp-11/uucp/contrib/
H A Duurate.c220 struct Execution_Command *cmds; /* Local Activities */ member in struct:Host_entry
681 inc_cmd(&cur->cmds, p);
1353 if (cur->cmds == NULL)
1361 for(ec= cur->cmds; ec != NULL; ec= ec->next)
1463 static void inc_cmd(cmds, name)
1464 struct Execution_Command **cmds;
1470 for (ec = cmd = *cmds; cmd != NULL; ec= cmd, cmd= cmd->next, cnt++)
1480 if (*cmds == NULL)
1481 ec = *cmds = cmd;
/macosx-10.10/apache-793/httpd/support/
H A Ddbmmanage.in31 my $cmds = join "|", sort keys %dbmc::;
40 command is one of: $cmds
/macosx-10.10/tcl-105/tcl_ext/tkcon/tkcon/extra/
H A Dconsole1_1.tcl509 ConsoleCmdSep [ConsoleCmdGet $w] cmds cmd
512 if [llength $cmds] {
513 foreach c $cmds {ConsoleEvalCmd $w $c}
620 upvar $ls cmds $rmd tmp
623 set cmds {}
631 lappend cmds $tmp
635 if {[string comp {} [lindex $cmds end]] && [string match {} $tmp]} {
636 set tmp [lindex $cmds end]
637 set cmds [lreplace $cmds en
[all...]
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dxnu.py420 cmds = lldb_command_documentation.keys()
421 cmds.sort()
422 for cmd in cmds:
/macosx-10.10/apache-793/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c450 static const command_rec cmds[] = { variable
462 cmds, /* command apr_table_t */
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_connect.c501 static const command_rec cmds[] = variable
514 cmds, /* command apr_table_t */
/macosx-10.10/cxxfilt-11/cxxfilt/
H A Dltmain.sh2085 eval cmds=\"$extract_expsyms_cmds\"
2086 for cmd in $cmds; do
2098 eval cmds=\"$old_archive_from_expsyms_cmds\"
2099 for cmd in $cmds; do
3134 eval cmds=\"$export_symbols_cmds\"
3136 for cmd in $cmds; do
3208 eval cmds=\"$archive_expsym_cmds\"
3210 eval cmds=\"$archive_cmds\"
3212 if len=`expr "X$cmds" : ".*"` &&
3305 eval cmds
[all...]
/macosx-10.10/tcl-105/tcl/tcl/library/
H A Dpackage.tcl359 set cmds [lsort [$c eval array names ::tcl::newCmds]]
363 tclLog "commands provided were $cmds"
371 # cmds is empty/not used in the direct case
372 lappend files($pkg) [list $file $type $cmds]
/macosx-10.10/tcl-105/tcl84/tcl/library/
H A Dpackage.tcl369 set cmds [lsort [$c eval array names ::tcl::newCmds]]
373 tclLog "commands provided were $cmds"
381 # cmds is empty/not used in the direct case
382 lappend files($pkg) [list $file $type $cmds]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh2085 eval cmds=\"$export_symbols_cmds\"
2087 for cmd in $cmds; do
2153 eval cmds=\"$archive_expsym_cmds\"
2155 eval cmds=\"$archive_cmds\"
2158 for cmd in $cmds; do
2283 eval cmds=\"$reload_cmds\"
2285 for cmd in $cmds; do
2319 eval cmds=\"$reload_cmds\"
2321 for cmd in $cmds; do
3034 eval cmds
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/config/
H A Dltmain.sh2115 eval cmds=\"$export_symbols_cmds\"
2117 for cmd in $cmds; do
2183 eval cmds=\"$archive_expsym_cmds\"
2190 eval cmds=\"$archive_cmds\"
2193 for cmd in $cmds; do
2318 eval cmds=\"$reload_cmds\"
2320 for cmd in $cmds; do
2354 eval cmds=\"$reload_cmds\"
2356 for cmd in $cmds; do
3069 eval cmds
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dltmain.sh2114 eval cmds=\"$export_symbols_cmds\"
2116 for cmd in $cmds; do
2182 eval cmds=\"$archive_expsym_cmds\"
2184 eval cmds=\"$archive_cmds\"
2187 for cmd in $cmds; do
2312 eval cmds=\"$reload_cmds\"
2314 for cmd in $cmds; do
2348 eval cmds=\"$reload_cmds\"
2350 for cmd in $cmds; do
3063 eval cmds
[all...]

Completed in 488 milliseconds

1234567