/ast/src/cmd/ksh93/include/ |
H A D | regress.h | 39 #define sh_isregress(r) is_option(&sh.regress->options,r) 40 #define sh_onregress(r) on_option(&sh.regress->options,r) 41 #define sh_offregress(r) off_option(&sh.regress->options,r)
|
H A D | defs.h | 269 struct Regress_s*regress; 274 #include "regress.h"
|
/ast/src/cmd/tests/ |
H A D | testdate.sh | 25 regress=$1 27 if [[ $regress ]] 34 if [[ $regress ]]
|
/ast/src/cmd/nmake/ |
H A D | mam.c | 81 if (state.mam.regress) 109 a = ((r->property & P_target) || !state.user) ? unbound(r) : (state.mam.regress || state.expandview) ? r->name : localview(r); 120 if (state.mam.regress && *a == '/') 149 if (pop && (state.mam.dynamic || state.mam.regress)) 204 if (state.mam.regress)
|
H A D | misc.c | 98 if (state.regress && (S_ISBLK(st->st_mode) || S_ISCHR(st->st_mode))) 214 else if (state.regress) 269 else if (!state.regress)
|
H A D | archive.c | 45 if (!state.regress)
|
H A D | main.c | 558 if (state.mam.regress || state.regress) 561 if (state.mam.regress) 1000 if (state.mam.regress)
|
H A D | make.h | 89 #define getreg(name) ((int*)hashget(table.regress,(name))) 101 #define putreg(name,r) hashput(table.regress,(char*)(name),(char*)(r)) 716 Hash_table_t* regress; /* regression path maps */ member in struct:Tables_s 760 unsigned char regress; /* regression mam */ member in struct:Mam_s 850 char* regress; /* output for regression test */ member in struct:State_s
|
H A D | read.c | 446 if (state.mam.dynamic || state.mam.regress) 456 if (state.mam.dynamic || state.mam.regress)
|
H A D | command.c | 650 if ((state.mam.dynamic || state.mam.regress) && state.user && !(job->target->property & (P_after|P_before|P_dontcare|P_make|P_state|P_virtual))) 671 else if (*t && (!state.silent || state.mam.regress)) 904 error(state.mam.regress || state.regress ? -1 : 1, "command.c:%d: gcc %d.%d.%d code generation bug workaround -- pass this on to the vendor", __LINE__, __GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__); 937 if (n = cojob && (state.mam.dynamic || state.mam.regress) && state.user && !(job->target->property & (P_after|P_before|P_dontcare|P_make|P_state|P_virtual))) 1075 error(state.mam.regress || state.regress ? -1 : 1, "command.c:%d: gcc %d.%d.%d code generation bug workaround -- pass this on to the vendor", __LINE__, __GNUC__, __GNUC_MINOR__, __GNUC_PATCHLEVEL__);
|
H A D | state.c | 517 d = state.regress ? 0 : (CURSECS - tmxsec(date)); 1083 error(state.regress ? -1 : 1, "%s file system time %s local time by at least %s", r->name, n > 0 ? "lags" : "leads", fmtelapsed(a, 1)); 1130 error(state.regress ? -1 : 1, "the utime(2) or utimes(2) system call is botched for the filesystem containing %s (the current time is adjusted by %lu seconds) -- the state may be out of sync", r->name, tmxsec(localskew));
|
/ast/src/cmd/INIT/ |
H A D | mktest.sh | 20 : mktest - generate regress or shell regression test scripts 26 STYLE=regress 47 [+regress?\bregress\b(1) command input.] 120 regress|shell) 123 *) print -u2 -r -- $command: --style=$OPTARG: regress or shell expected 168 if [[ $STYLE == regress ]] 176 regress)LINE 188 regress)LINE 239 regress)print -u$stdout -r -f "TEST %02d $QUOTE"$'\n' -- $TEST "$*" 259 regress)LIN [all...] |
H A D | rt.sh | 201 style=regress 306 regress) continue ;; 454 regress)case $line in
|
H A D | Makefile | 22 regress :: regress.sh LICENSE=since=1995,author=gsf
|
H A D | TEST.mk | 176 MKTESTFLAGS = --style=regress
|
H A D | package.sh | 289 [+regress?\bdiff\b(1) the current and previous \bpackage test\b 596 admin|clean|clobber|contents|copyright|export|host|install|license|list|make|read|regress|release|remove|results|setup|test|update|use|verify|view|write|TEST) 1111 regress diff(1) the current and previous package test results. 6400 regress)if test ! -d $PACKAGEBIN/gen 6407 do case `ls -t regress.$s test.$s 2>/dev/null` in 6408 regress*) 6410 test*) if test -f regress.$s 6411 then $exec mv regress.$s regress.old 6420 > regress [all...] |
H A D | regress.sh | 20 : regress - run regression tests in command.tst 22 command=regress 26 @(#)$Id: regress (AT&T Research) 2012-02-02 $ 29 [+NAME?regress - run regression tests]
|
H A D | iffe.sh | 665 regress= 774 [r:regress?Massage output for regression testing.] 1086 r) set="$set set regress :" ;; 1158 --r|--re|--reg|--regre|--regres|--regress) 1223 r) set="$set set regress :" ;; 1570 r) op=regress ;; 1783 regress)regress=1 3181 *) case $regress in
|
/ast/src/cmd/ksh93/bltins/ |
H A D | regress.c | 52 "for testing only. In addition to \b__regress__\b and the \b--regress\b " 58 "command line \b--regress\b=\avalue\a option, where \avalue\a is passed " 60 "intercepts are enabled with one or more command line \b--regress\b " 129 shp->regress = &state; 133 * regress info trace output 341 NoN(regress)
|
/ast/src/cmd/sortlib/vcodex/ |
H A D | vcodex.c | 42 "[r:regress?Massage \bverbose\b output for regression testing.]" 84 int regress; member in struct:State_s 88 #define tempid(s,f) ((s)->regress?(++(s)->regress):sffileno((Sfio_t*)(f))) 294 state->regress = 1;
|
/ast/src/cmd/jcl/ |
H A D | cpy2dss.c | 68 "[T:regress?Massage output for regression testing.]" 164 int regress; member in struct:State_s 694 if (state.regress) 1034 state.regress = opt_info.num;
|
/ast/src/cmd/sortlib/sum/ |
H A D | sortsum.c | 59 "[r:regress?Massage output for regression testing.]" 133 int regress; member in struct:State_s 286 else if (state->regress && (sum->format.flags & CX_FLOAT)) 679 state->regress = 1;
|
/ast/src/lib/libcmd/ |
H A D | cat.c | 65 "[R:regress?Regression test defaults: \b-v\b buffer size 4.]" 108 regress(Sfio_t* sp, ssize_t n, int f) function 441 reserve = opt_info.num ? regress : sfreserve;
|
/ast/src/cmd/ksh93/tests/ |
H A D | coprocess.sh | 101 file=$tmp/regress
|
/ast/src/cmd/ksh93/sh/ |
H A D | init.c | 1327 char* regress[3]; local 1330 regress[0] = "__regress__"; 1331 regress[2] = 0; 1339 regress[1] = a + 2; 1340 else if (!(regress[1] = *++av)) 1343 else if (strncmp(a+2, "regress", 7)) 1346 regress[1] = a + 10; 1347 else if (!(regress[1] = *++av)) 1351 b___regress__(2, regress, &shp->bltindata);
|