Home
last modified time | relevance | path

Searched refs:fmtquote (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libast/common/string/
H A Dfmtesc.c44 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) in fmtquote() function
216 return fmtquote(as, NiL, qs, n, 0); in fmtnesq()
226 return fmtquote(as, NiL, qs, strlen((char*)as), 0); in fmtesq()
236 return fmtquote(as, NiL, NiL, strlen((char*)as), 0); in fmtesc()
/titanic_50/usr/src/lib/libcmd/common/
H A Dpathchk.c201 error(2,"%s: path component begins with '-'",path,fmtquote(buf, NiL, "'", 1, 0)); in pathchk()
209 error(2,"%s: '%s' not in portable character set",path,fmtquote(buf, NiL, "'", 1, 0)); in pathchk()
/titanic_50/usr/src/lib/libast/common/misc/
H A Dfmtrec.c52 sfsprintf(s, e - s, "%s", fmtquote(del, NiL, NiL, 1, 0)); in fmtrec()
/titanic_50/usr/src/lib/libast/common/port/
H A Dastconf.c1213 …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)…
1644 …\n", state.id, (flags & ASTCONF_lower) ? fmtlower(fp->name) : fp->name, fmtquote(s, "\"", "\"", st…
1646 …TCONF_lower) ? fmtlower(fp->name) : fp->name, (flags & ASTCONF_quote) ? fmtquote(s, "\"", "\"", st…
/titanic_50/usr/src/lib/libast/common/include/
H A Dast.h268 extern char* fmtquote(const char*, const char*, const char*, size_t, int);
/titanic_50/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c242 value->s = fmtquote(s, "$'", "'", strlen(s), 0); in getfmt()
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast.h286 extern __MANGLE__ char* fmtquote __PROTO__((const char*, const char*, const char*, size_t, int));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h286 extern __MANGLE__ char* fmtquote __PROTO__((const char*, const char*, const char*, size_t, int));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast.h286 extern __MANGLE__ char* fmtquote __PROTO__((const char*, const char*, const char*, size_t, int));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast.h286 extern __MANGLE__ char* fmtquote __PROTO__((const char*, const char*, const char*, size_t, int));
/titanic_50/usr/src/lib/libast/
H A Dmapfile-vers456 fmtquote;
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE251 06-11-01 include/ast.h: add FMT_PARAM for fmtquote()
663 03-02-06 include/ast.h,fmtquote.c: add FMT_ALWAYS|FMT_ESCAPED|FMT_SHELL|FMT_WIDE
1000 fmtquote("\"",1) => shell quote
1051 fmtquote: fix $'...' quote logic
1109 fmtquote: escapes >0177 only if (flags&2)
1121 fmtquote: handle $'...' quotes
1194 fmtquote: added; most general fmtesc() form