/titanic_50/usr/src/lib/libast/common/string/ |
H A D | fmtesc.c | 44 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 D | pathchk.c | 201 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 D | fmtrec.c | 52 sfsprintf(s, e - s, "%s", fmtquote(del, NiL, NiL, 1, 0)); in fmtrec()
|
/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)… 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 D | ast.h | 268 extern char* fmtquote(const char*, const char*, const char*, size_t, int);
|
/titanic_50/usr/src/lib/libast/common/disc/ |
H A D | sfkeyprintf.c | 242 value->s = fmtquote(s, "$'", "'", strlen(s), 0); in getfmt()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 286 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 D | ast.h | 286 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 D | ast.h | 286 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 D | ast.h | 286 extern __MANGLE__ char* fmtquote __PROTO__((const char*, const char*, const char*, size_t, int));
|
/titanic_50/usr/src/lib/libast/ |
H A D | mapfile-vers | 456 fmtquote;
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 251 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
|