Searched refs:ASTCONF_quote (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 1213 …sfprintf(sp, "L[%s] ", (listflags & ASTCONF_quote) ? fmtquote(p->limit.string, "\"", "\"", strlen(… 1220 …sfprintf(sp, "M[%s] ", (listflags & ASTCONF_quote) ? fmtquote(p->minmax.string, "\"", "\"", strlen… 1229 …sfprintf(sp, "%s", (listflags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s… 1259 …sfprintf(sp, "%s", (listflags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s… 1598 …sfprintf(sp, "%s=%s\n", f, (flags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL)… 1646 …n", (flags & ASTCONF_lower) ? fmtlower(fp->name) : fp->name, (flags & ASTCONF_quote) ? fmtquote(s,…
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | getconf.c | 193 flags |= ASTCONF_quote; 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_50/usr/src/lib/libast/common/include/ |
H A D | ast.h | 102 #define ASTCONF_quote 0x0040 macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 111 #define ASTCONF_quote 0x0040 macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 111 #define ASTCONF_quote 0x0040 macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 111 #define ASTCONF_quote 0x0040 macro
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 111 #define ASTCONF_quote 0x0040 macro
|