Searched refs:fmtesc (Results 1 - 17 of 17) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | fmtesc.c | 245 fmtesc(const char* as) function
|
/ast/src/cmd/mailx/ |
H A D | local.h | 160 extern char* fmtesc(const char*);
|
H A D | local.c | 271 fmtesc(const char* as) function
|
H A D | vars.c | 203 printf("=\"%s\"\n", fmtesc(*vp->variable));
|
/ast/src/cmd/ksh93/bltins/ |
H A D | regress.c | 145 sfprintf(sfstderr, REGRESS_HEADER "%s:%s:%s\n", name, intercept, fmtesc(info));
|
/ast/src/lib/libexpr/ |
H A D | extoken.c | 131 t = fmtesc(exlval.string); 188 t = fmtesc(buf);
|
/ast/src/lib/libast/include/ |
H A D | ast.h | 270 extern char* fmtesc(const char*);
|
/ast/src/cmd/builtin/ |
H A D | od.c | 381 s = fmtesc(buf); 465 s = fmtesc(buf); 503 s = fmtesc(buf); 561 s = fmtesc(buf);
|
/ast/src/cmd/re/ |
H A D | ed.c | 435 if ((ed.print & REG_SUB_LIST) && (t = fmtesc(s))) {
|
/ast/src/cmd/std/ |
H A D | ps.c | 671 fmtesc(s + i); 873 s = fmtesc(s);
|
H A D | ls.c | 423 return fmtesc(s);
|
/ast/src/cmd/nmake/ |
H A D | option.c | 516 shquote(sp, fmtesc(sfstruse(internal.tmp))); 1562 shquote(sp, fmtesc(p->rule->name)); 1599 shquote(sp, fmtesc(v));
|
/ast/src/lib/libast/ |
H A D | Makefile | 92 fmtesc.c fmtfmt.c fmtfs.c fmtident.c fmtint.c fmtip4.c fmtip6.c fmtls.c \
|
/ast/src/lib/libpz/ |
H A D | pzpart.c | 1346 s = fmtesc((esc[0] = pp->value[pp->fix[i]], esc));
|
/ast/src/lib/libdss/ |
H A D | cxcomp.c | 128 error(-2, "cxcomp next include=%p eof=%d '%s'", cx->include, cx->include->eof, c ? fmtesc(buf) : "\\0");
|
/ast/src/cmd/sort/ |
H A D | main.c | 832 sfputr(sp->tp, fmtesc(buf), -1);
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 3556 sfprintf(sfstdout, "/* delimiter '%s' */\n", fmtesc(tmp)); 3701 sfprintf(sfstdout, "/* delimiter '%s' */\n", fmtesc(tmp));
|
Completed in 68 milliseconds