Home
last modified time | relevance | path

Searched refs:REGRESS (Results 1 – 9 of 9) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/
H A Dksh-regress.tst14 ERROR - $'ksh:REGRESS:etc:__regress__:.\nksh:REGRESS:source:__regress__:on'
18 ERROR - $'ksh:REGRESS:etc:__regress__:.
19 ksh:REGRESS:source:__regress__:on
20 ksh:REGRESS:euid:__regress__:0
21 ksh:REGRESS:euid:geteuid:euid!=ruid'
25 ERROR - $'ksh:REGRESS:etc:__regress__:.
26 ksh:REGRESS:source:__regress__:on
27 ksh:REGRESS:euid:__regress__:0
28 ksh:REGRESS
[all...]
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A DTEST.mk14 * $(REGRESS) $(REGRESSFLAGS) xxx.tst
15 * $(REGRESS) $(REGRESSFLAGS) yyy.tst
19 * $(REGRESS) $(REGRESSFLAGS) xxx.tst yyy ...
46 $$(REGRESS) $$(REGRESSFLAGS) $$(*) $(>:V:O>1)
124 $(REGRESS) $(REGRESSFLAGS) $(*:N=*.tst) $(*:N!=*.tst)
157 $(REGRESS) $(REGRESSFLAGS) $(*)
H A Dregress.sh266 then base=${REGRESS##*/}
1386 then REGRESS=$UNIT
1387 else REGRESS=${UNIT%.tst}
1388 REGRESS=$REGRESS.tst
1389 [[ -f $REGRESS ]] || FATAL $REGRESS: regression tests not found
1401 if [[ $REGRESS == */* ]]
1402 then PREFIX=${REGRESS%/*}
1461 . $REGRESS
[all...]
/titanic_51/usr/src/lib/libshell/common/include/
H A Dregress.h43 #define REGRESS(r,i,f) do { if (sh_isregress(REGRESS_##r)) sh_regress(REGRESS_##r, i, sfprints f, … macro
62 #define REGRESS(r,i,f) macro
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dregress.h43 #define REGRESS(r,i,f) do { if (sh_isregress(REGRESS_##r)) sh_regress(REGRESS_##r, i, sfprints f, __LINE__, __FILE__); } while (0) macro
62 #define REGRESS(r,i,f) macro
/titanic_51/usr/src/lib/libshell/common/bltins/
H A Dregress.c242 REGRESS(p_suid, "SHOPT_P_SUID", ("%d", intercept_p_suid)); in sh_regress_p_suid()
254 REGRESS(etc, "sh_open", ("%s => %s%s", path, intercept_etc, path+4)); in sh_regress_etc()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dregress.c42 #define REGRESS_HEADER "ksh:REGRESS:"
242 REGRESS(p_suid, "SHOPT_P_SUID", ("%d", intercept_p_suid)); in sh_regress_p_suid()
254 REGRESS(etc, "sh_open", ("%s => %s%s", path, intercept_etc, path+4)); in sh_regress_etc()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmain.c119 REGRESS(source, "sh_source", ("%s:ENOENT", file)); in sh_source()
125 REGRESS(source, "sh_source", ("%s", file)); in sh_source()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c105 REGRESS(source, "sh_source", ("%s:ENOENT", file)); in sh_source()
111 REGRESS(source, "sh_source", ("%s", file)); in sh_source()