Searched refs:REGRESS (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | regress.h | 43 #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_41/usr/src/lib/libshell/common/bltins/ |
H A D | regress.c | 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_41/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 119 REGRESS(source, "sh_source", ("%s:ENOENT", file)); in sh_source() 125 REGRESS(source, "sh_source", ("%s", file)); in sh_source()
|