Searched refs:fmtquote (Results 1 - 12 of 12) sorted by relevance
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | fmtesc.c | 48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) function 227 return fmtquote(as, NiL, qs, n, 0); 237 return fmtquote(as, NiL, qs, strlen((char*)as), 0); 247 return fmtquote(as, NiL, NiL, strlen((char*)as), 0);
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | pathchk.c | 201 error(2,"%s: path component begins with '-'",path,fmtquote(buf, NiL, "'", 1, 0)); 209 error(2,"%s: '%s' not in portable character set",path,fmtquote(buf, NiL, "'", 1, 0));
|
H A D | ls.c | 418 return fmtquote(s, "$'", "'", strlen(s), (state.lsflags & LS_ALWAYS) ? FMT_ALWAYS : 0); 419 return fmtquote(s, "\"", "\"", strlen(s), FMT_ALWAYS);
|
H A D | pr.c | 631 t = fmtquote(pp->control.cur - 1, NiL, NiL, 1, 0);
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | fmtrec.c | 52 sfsprintf(s, e - s, "%s", fmtquote(del, NiL, NiL, 1, 0));
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 1222 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/disc/ |
H A D | sfkeyprintf.c | 244 value->s = fmtquote(s, "$'", "'", strlen(s), 0);
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | ast.h | 158 * fmtquote() flags 282 extern char* fmtquote(const char*, const char*, const char*, size_t, int);
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast.h | 167 * fmtquote() flags 300 extern __MANGLE__ char* fmtquote __PROTO__((const char*, const char*, const char*, size_t, int));
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast.h | 167 * fmtquote() flags 300 extern __MANGLE__ char* fmtquote __PROTO__((const char*, const char*, const char*, size_t, int));
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast.h | 167 * fmtquote() flags 300 extern __MANGLE__ char* fmtquote __PROTO__((const char*, const char*, const char*, size_t, int));
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast.h | 167 * fmtquote() flags 300 extern __MANGLE__ char* fmtquote __PROTO__((const char*, const char*, const char*, size_t, int));
|
Completed in 40 milliseconds