Searched refs:RUN (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/ntp-92/scripts/
H A Dmkver.in25 RUN="`cat .version`"
26 RUN="`expr $RUN + 1`"
27 echo $RUN > .version
29 ConfStr="$ConfStr (${RUN})"
/macosx-10.10/xnu-2782.1.97/tools/tests/execperf/
H A Dtest.sh8 RUN=run
25 /usr/bin/time ./${RUN} $j $((${COUNT}/$j)) ./$i
/macosx-10.10/iodbc-42.5/iodbc/
H A Dbootstrap.sh140 RUN() { function
190 RUN $LIBTOOLIZE --force --copy
191 RUN aclocal -I admin
192 RUN autoheader
193 RUN automake --copy --add-missing
194 RUN autoconf
/macosx-10.10/BerkeleyDB-21/db/test/scr031/
H A Dchk.xa23 cat > $RUN/config/ubb.cfg << END_OF_UBB_FILE
36 APPDIR="$RUN/bin"
45 group_tm LMID=cluster3 GRPNO=1 TMSNAME=DBRM TMSCOUNT=2 OPENINFO="BERKELEY-DB:$RUN/data"
62 tmloadcf -y $RUN/config/ubb.cfg
76 msg "CLEANING UP FROM THE LAST RUN."
84 cd $RUN/bin
164 msg "RUN THE CLIENT WITH $i TRANSACTIONS."
273 RUN=`pwd`/run; export RUN
276 FLDTBLDIR32=$RUN/confi
[all...]
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtestlib.tcl76 file delete CHILD.RUN
82 set fh [open CHILD.RUN w]
94 catch {execl $::tcltest::tcltest CHILD.RUN} msg
103 set newPid [execl $::tcltest::tcltest CHILD.RUN]
107 while {[file exists CHILD.RUN]} {
/macosx-10.10/tcl-105/tcl/tcl/library/platform/
H A Dshell.tcl40 set arch [RUN $shell [join $code \n]]
65 set arch [RUN $shell [join $code \n]]
82 return [RUN $shell [join $code \n]]
125 proc ::platform::shell::RUN {shell code} {
/macosx-10.10/tcl-105/tcl84/tcl/library/platform/
H A Dshell.tcl40 set arch [RUN $shell [join $code \n]]
65 set arch [RUN $shell [join $code \n]]
82 return [RUN $shell [join $code \n]]
125 proc ::platform::shell::RUN {shell code} {
/macosx-10.10/BerkeleyDB-21/db/test_micro/
H A Dreport106 for i in RUN.*; do
108 name=`echo $i | sed 's/RUN.//'`
H A Dtest_micro118 t=RUN.`hostname | sed 's/\..*//'`
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_packbits.c78 enum { BASE, LITERAL, RUN, LITERAL_RUN } state; enumerator in enum:__anon13151
119 state = RUN;
152 case RUN: /* last object was run */
182 state = RUN;
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dregress.sh166 [+RUN?Called by \bregress\b to run the current test.]
367 function RUN # [ op ] function
597 RUN
631 then RUN
649 RUN || return
658 RUN || return
667 RUN || return
676 RUN
691 else RUN
709 then RUN
[all...]
H A Dmktest.sh269 function RUN function
468 RUN EXEC "$@"
542 RUN PROG "$@"
/macosx-10.10/vim-55/runtime/syntax/
H A Dremind.vim27 syn keyword remindRun MSG MSF RUN CAL SATISFY SPECIAL PS PSFILE SHADE MOON
H A Dfocexec.vim36 syn match focexecDash "-RUN"
H A Doccam.vim64 syn match occamCommentTitle /--\s*\(KROC-OPTIONS:\|RUN-PARAMETERS:\)/hs=s+2 contained
H A Dudevrules.vim47 syn keyword udevrulesAssignKey NAME SYMLINK OWNER GROUP RUN
H A Dcobol.vim76 syn keyword cobolReserved contained RIGHT ROUNDED RUN SAME SD SEARCH SECTION SECURITY SEGMENT SEGMENT-LIMITED
119 syn keyword cobolWatch REPLACING RUN
H A Dclipper.vim35 syn keyword clipperStatement RUN SAVE SEEK SELECT
H A Dfgl.vim77 syn keyword fglKeyword ROWS ROW_COUNT RUN
H A Dbasic.vim61 syn keyword basicStatement RSET rset Rset RUN run Run
H A Dfreebasic.vim99 syn keyword freebasicShell CHDIR DIR COMMAND ENVIRON EXEC EXEPATH KILL NAME MKDIR RMDIR RUN
/macosx-10.10/objc4-646/test/
H A Dtest.pl53 RUN=0|1
96 # RUN=0|1
102 my $RUN;
650 # special case: RUN=0 does not affect build
651 if ($condkey eq "RUN" && @condvalues == 1 && $condvalues[0] == 0) {
1176 if (!$RUN || !scalar(@builttests)) {
1268 $RUN = getbool("RUN", 1);
/macosx-10.10/libclosure-65/objectTests/
H A Dtest.pl52 RUN=0|1
95 # RUN=0|1
101 my $RUN;
560 # special case: RUN=0 does not affect build
561 if ($condkey eq "RUN" && @condvalues == 1 && $condvalues[0] == 0) {
1072 if (!$RUN || !scalar(@builttests)) {
1167 $RUN = getbool("RUN", 1);
/macosx-10.10/llvmCore-3425.0.34/utils/vim/
H A Dllvm.vim78 syn match llvmSpecialComment /;\s*RUN:.*$/
/macosx-10.10/ruby-106/ruby/tool/
H A Dmkconfig.rb76 when /^(?:X|(?:MINI|RUN|BASE)RUBY$)/; next

Completed in 189 milliseconds

12