/ast/src/cmd/ksh93/tests/ |
H A D | namespace.sh | 60 print 'print local prog $1' > $tmp/local/bin/run 61 print 'print global prog $1' > $tmp/global/bin/run 62 chmod +x "$tmp/local/bin/run" "$tmp/global/bin/run" 75 [[ $(fn) == 'local fn bar' ]] || err_exit 'fn inside namespace should run local function' 76 [[ $(fun) == 'global fun abc' ]] || err_exit 'global fun run from namespace not working' 89 run $1 96 [[ $(fn) == 'global fn abc' ]] || err_exit 'fn outside namespace should run global function' 102 [[ $(run $foo) == 'global prog abc' ]] || err_exit 'global binary on PATH failed'
|
/ast/src/lib/libjcl/ |
H A D | Makefile | 9 jcl :LIBRARY: open.c parse.c run.c sym.c path.c find.c lib.c uniq.c \
|
/ast/src/cmd/nmake/ |
H A D | mkservice.mk | 21 run $(I)
|
H A D | rule.c | 613 else if (r == internal.always || r == internal.local || r == internal.make || r == internal.run) 634 if (r != internal.run) 1549 INIT(run, ".RUN", P_immediate);
|
H A D | make.h | 292 #define P_foreground (1<<9) /* run action in foreground */ 559 Rule_t* run; /* .RUN rule pointer */ member in struct:Internal_s 776 unsigned char cross; /* don't run gen'd executables */ 814 unsigned char silent; /* run silently */
|
H A D | Makerules.mk | 47 set option=';instrument;s;-;Enable compile-time, link-time and/or run-time code instrumentation. Instrumentation interfaces that replace the compiler command, and the \bapp\b, \binsight\b, \bpurecov\b, \bpurify\b, \bquantify\b and \bsentinel\b special-need interfaces, are supported.;command' 1244 $(IFFE) $(IFFEFLAGS) run $(>) 1247 $(IFFE) $(IFFEFLAGS) run $(>) $(?$(>):T=F) 1250 $(IFFE) $(IFFEFLAGS) run $(>) 1253 $(IFFE) $(IFFEFLAGS) run $(>) 1259 $(IFFE) -o $(<) $(IFFEFLAGS) run $(>)
|
/ast/src/lib/libvcodex/Vcmisc/ |
H A D | vctranspose.c | 239 #if 0 /* combining transpose and run-length-encoding - an optimization */ 251 reg Vcchar_t *run, *chr, *dt, ch; 264 run = chr + size + vcsizeu(size); 275 *run++ = r; 277 { *run++ = (r>>7)|128; 278 *run++ = r&127; 281 { vcioinit(&io, run, 2*sizeof(ssize_t)); 283 run = vcionext(&io); 303 { vcioinit(&io, run, 2*sizeof(ssize_t)); 305 run [all...] |
H A D | vcrle.c | 22 /* Various run-length-encoding methods. 47 Vcchar_t run1; /* run-heads of rle2() */ 51 /* arguments to select type of run length coder */ 56 { 0 , "General run-length-encoding.", (Void_t*)rleg } 59 /* Encoding 0-run's only. Useful for sequences undergone entropy reduction 82 { if(z >= 0) /* encode the 0-run */ 94 if(z >= 0) /* final 0-run if any */ 131 /* Like rle0() but including 1-run's as well as 0-runs */ 165 { if(rz >= 0) /* encode the 0/1-run */ 180 if(rz >= 0) /* final 0/1-run i 291 Vcchar_t c, *chr, *run, *dt, *enddt, *endb, *nextb; local [all...] |
/ast/src/cmd/sort/ |
H A D | testsort.sh | 735 static void run(int i, int j){ for( ; i<=j; i++) printf("%.3o %c\n",i,i); } 736 int main(){ run(0, 011); /* 012=='\n' */ 737 run(013, 0377); 744 static void run(int i, int j){ for( ; i<=j; i++) printf("%.3o %c\n",i,i); } 745 int main(){ run(0, 011); 746 run(013, ' '-1); 747 run(0177, 0377); 748 run(' ', 0176); 758 static void run(int i, int j){ for( ; i<=j; i++) printf("%.3o %c\n",i,i); } 759 int main(){ run( [all...] |
/ast/src/cmd/ksh93/ |
H A D | Makefile | 235 echo "make install to run the tests on the latest $(SH)" >&2 241 echo "make install to run the tests on the latest $(SH)" >&2
|
/ast/src/cmd/kshlib/cmdtst/ |
H A D | xargs.c | 80 "last command if it would run with less than \aargs\a arguments.]" 81 "[z:nonempty|no-run-if-empty?If no file names are found then do not " 115 run(int argc, char** argv, Cmddisc_t* disc) function 139 xargs.disc.runf = run;
|
/ast/src/cmd/pzip/ |
H A D | rectify.c | 69 "[r:run?List runs at least as long as \arun\a.]#[run]" 88 unsigned long run; member in struct:Item_s 117 unsigned long run; member in struct:__anon198 185 if (!p->run++) 188 else if (p->run) 190 if (state.run && p->run >= state.run && p->index >= state.min) 191 sfprintf(sfstdout, "run [all...] |
/ast/src/cmd/jcl/ |
H A D | JCL.mk | 8 JCLRUN = $(JCLROOT)/run
|
/ast/lib/package/ |
H A D | package.mk | 20 * $(PACKAGEDIR)/name-run.version.hosttype.release.suffix 126 For more information run 139 refers to this URL. For details run 256 runtime = $(PACKAGEDIR)/$(name)-run.$(version)$(release:?.$(release)??).$(CC.HOSTTYPE).$(suffix) 259 old.new.runtime = $(PACKAGEDIR)/$(name)-run.$(version).$(old.version).$(CC.HOSTTYPE).$(suffix) 263 runtime.list = $("$(PACKAGEDIR)/$(name)-run.*$(stamp).$(CC.HOSTTYPE).$(suffix)":P=G:H>) 619 $(readme.$(style):@?$$(readme.$$(style))$$("\n\n")??)To build binaries from source into the ./arch/`bin/package` tree run: 623 $(test.$(style):@?To test the binaries after building/installing run:$$("\n\n\t")make test$$("\n\n")??)To build and/or install the binaries run: 634 $(org)-base source package in /opt/$(org) run [all...] |
/ast/src/cmd/INIT/ |
H A D | package.mk | 20 * $(PACKAGEDIR)/name-run.version.hosttype.release.suffix 126 For more information run 139 refers to this URL. For details run 256 runtime = $(PACKAGEDIR)/$(name)-run.$(version)$(release:?.$(release)??).$(CC.HOSTTYPE).$(suffix) 259 old.new.runtime = $(PACKAGEDIR)/$(name)-run.$(version).$(old.version).$(CC.HOSTTYPE).$(suffix) 263 runtime.list = $("$(PACKAGEDIR)/$(name)-run.*$(stamp).$(CC.HOSTTYPE).$(suffix)":P=G:H>) 619 $(readme.$(style):@?$$(readme.$$(style))$$("\n\n")??)To build binaries from source into the ./arch/`bin/package` tree run: 623 $(test.$(style):@?To test the binaries after building/installing run:$$("\n\n\t")make test$$("\n\n")??)To build and/or install the binaries run: 634 $(org)-base source package in /opt/$(org) run [all...] |
H A D | iffe.sh | 175 run) yy="capture output of" mm= ;; 790 [x:cross?Some tests compile an executable (\ba.out\b) and then run it. 793 executables must be run in a different environment, possibly on 796 Generated executables are run via \bcrossexec\b(1) with \acrosstype\a 876 [+[run]] [\adirectory\a/]]\abase\a[\a.suffix\a]]?Output is 985 [+run \afile\a?Runs the tests in \afile\a based on the \afile\a 1052 [+run?The block is executed as a shell script and the output is 1250 *' set config '*|*' run config.'*|*' run '*' config.'*|*' run '*'/confi [all...] |
H A D | mamake.c | 1135 * the -c wrapper ensures that scripts are run in the selected shell 1173 * run action s to update r 1177 run(Rule_t* r, register char* s) function 1630 x = run(r, use(buf)); 1772 run(r, use(buf));
|
H A D | package.sh | 282 package or archive(s). Must be run from the package root 352 \bpackage use bozo\b. The \buse\b action may be run from any 728 ${bT}(4)${bD}If the ${bB}bin/package${eB} script does not exist then run:${bX} 746 To update the same packages from the same URL run:${bX} 752 ${bT}(7)${bD}You can run the binaries directly from the package root, or you can 887 ${bT}(4)${bD}If the ${bB}bin/package${eB} script does not exist then run:${bX} 905 To update the same packages from the same URL run:${bX} 923 ${bT}(9)${bD}You can run the binaries directly from the package root, or you can 962 The $command command controls source and binary packages. It must be run 1105 Read the named package archive(s). Must be run fro [all...] |
H A D | regress.sh | 20 : regress - run regression tests in command.tst 29 [+NAME?regress - run regression tests] 55 \b+(0)\b are always run.]:[pattern] 140 [+JOB \b\aop\a [ ... ]]?Like \bEXEC\b except the command is run 162 [+PROG \b\acommand\a [ \aarg\a ... ]]?\acommand\a is run with 166 [+RUN?Called by \bregress\b to run the current test.]
|
/ast/src/lib/libz/ |
H A D | deflate.c | 26 * (by Fiala and Greene) which is guaranteed to run in linear amortized 1680 * one. Do not maintain a hash table. (It will be regenerated if this run of 1688 uInt run; /* length of run */ 1689 uInt max; /* maximum length of run */ 1691 Bytef *scan; /* scan for end of run */ 1696 * for the longest encodable run. 1707 run = 0; 1715 } while (++run < max); 1718 /* Emit match if have run o [all...] |
/ast/src/cmd/at/ |
H A D | atd.c | 35 * <time> is the earliest absolute time the job can be run 119 unsigned long run; member in struct:__anon36 159 unsigned long total; /* total number of jobs run */ 492 * insert a job into the run list 507 * remove job from the run list 521 if (job->run) 531 if (job->run) 539 job->run = 0; 619 message((-2, "schedule job=%s start=%lu time=%lu queue=%s load=%d.%02d/%d.%02d%s", job->name, job->start, cs.time, job->queue->name, job->queue->load / 100, job->queue->load % 100, st.load / 100, st.load % 100, job->run ? " RUNNING" : job->start <= cs.time ? " READY" : "")); 620 if (!job->run) [all...] |
/ast/src/lib/libvcodex/ |
H A D | vcio.c | 409 int run; local 420 if((s = vchsize(VC_INTSIZE, freq, size, &run)) < 0 || 426 { s = run+1; 554 ** with the same magnitude. This turns a run into all positives except 555 ** for the head of the run.
|
/ast/src/cmd/coshell/ |
H A D | command.c | 320 r host [cmd] run cmd [hostname] on host\n\
|