Searched refs:ASTCONF_lower (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 1247 …sfprintf(sp, "%s", (listflags & ASTCONF_lower) ? fmtlower(prefix[p->standard].name) : prefix[p->st… 1252 sfprintf(sp, "%s=", (listflags & ASTCONF_lower) ? fmtlower(p->name) : p->name); 1274 …sfprintf(sp, "%s", (listflags & ASTCONF_lower) ? fmtlower(prefix[p->standard].name) : prefix[p->st… 1277 sfprintf(sp, "_%s=", (listflags & ASTCONF_lower) ? fmtlower(p->name) : p->name); 1644 …sfprintf(sp, "%s %s - %s\n", state.id, (flags & ASTCONF_lower) ? fmtlower(fp->name) : fp->name, fm… 1646 …sfprintf(sp, "%s=%s\n", (flags & ASTCONF_lower) ? fmtlower(fp->name) : fp->name, (flags & ASTCONF_…
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | getconf.c | 183 flags |= ASTCONF_lower; in b_getconf()
|
H A D | uname.c | 359 …astconflist(sfstdout, NiL, ASTCONF_base|ASTCONF_defined|ASTCONF_lower|ASTCONF_quote|ASTCONF_matchc… in b_uname()
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | ast.h | 99 #define ASTCONF_lower 0x0008 macro
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 108 #define ASTCONF_lower 0x0008 macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 108 #define ASTCONF_lower 0x0008 macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 108 #define ASTCONF_lower 0x0008 macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 108 #define ASTCONF_lower 0x0008 macro
|