Searched refs:FMT_SHELL (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libast/common/port/
H A Dastconf.c1222 sfprintf(sp, "L[%s] ", (listflags & ASTCONF_quote) ? fmtquote(p->limit.string, "\"", "\"", strlen(p->limit.string), FMT_SHELL) : p->limit.string);
1229 sfprintf(sp, "M[%s] ", (listflags & ASTCONF_quote) ? fmtquote(p->minmax.string, "\"", "\"", strlen(p->minmax.string), FMT_SHELL) : p->minmax.string);
1238 sfprintf(sp, "%s", (listflags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s);
1268 sfprintf(sp, "%s", (listflags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s);
1609 sfprintf(sp, "%s=%s\n", f, (flags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s);
1655 sfprintf(sp, "%s %s - %s\n", state.id, (flags & ASTCONF_lower) ? fmtlower(fp->name) : fp->name, fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL));
1657 sfprintf(sp, "%s=%s\n", (flags & ASTCONF_lower) ? fmtlower(fp->name) : fp->name, (flags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", strlen(s), FMT_SHELL) : s);
/osnet-11/usr/src/lib/libast/common/include/
H A Dast.h163 #define FMT_SHELL 0x04 /* escape $ ` too */ macro
165 #define FMT_PARAM 0x10 /* disable FMT_SHELL ${$( quote */
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast.h172 #define FMT_SHELL 0x04 /* escape $ ` too */ macro
174 #define FMT_PARAM 0x10 /* disable FMT_SHELL ${$( quote */
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast.h172 #define FMT_SHELL 0x04 /* escape $ ` too */ macro
174 #define FMT_PARAM 0x10 /* disable FMT_SHELL ${$( quote */
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast.h172 #define FMT_SHELL 0x04 /* escape $ ` too */ macro
174 #define FMT_PARAM 0x10 /* disable FMT_SHELL ${$( quote */
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h172 #define FMT_SHELL 0x04 /* escape $ ` too */ macro
174 #define FMT_PARAM 0x10 /* disable FMT_SHELL ${$( quote */

Completed in 52 milliseconds