Searched refs:fmtesc (Results 1 - 17 of 17) sorted by relevance

/ast/src/lib/libast/string/
H A Dfmtesc.c245 fmtesc(const char* as) function
/ast/src/cmd/mailx/
H A Dlocal.h160 extern char* fmtesc(const char*);
H A Dlocal.c271 fmtesc(const char* as) function
H A Dvars.c203 printf("=\"%s\"\n", fmtesc(*vp->variable));
/ast/src/cmd/ksh93/bltins/
H A Dregress.c145 sfprintf(sfstderr, REGRESS_HEADER "%s:%s:%s\n", name, intercept, fmtesc(info));
/ast/src/lib/libexpr/
H A Dextoken.c131 t = fmtesc(exlval.string);
188 t = fmtesc(buf);
/ast/src/lib/libast/include/
H A Dast.h270 extern char* fmtesc(const char*);
/ast/src/cmd/builtin/
H A Dod.c381 s = fmtesc(buf);
465 s = fmtesc(buf);
503 s = fmtesc(buf);
561 s = fmtesc(buf);
/ast/src/cmd/re/
H A Ded.c435 if ((ed.print & REG_SUB_LIST) && (t = fmtesc(s))) {
/ast/src/cmd/std/
H A Dps.c671 fmtesc(s + i);
873 s = fmtesc(s);
H A Dls.c423 return fmtesc(s);
/ast/src/cmd/nmake/
H A Doption.c516 shquote(sp, fmtesc(sfstruse(internal.tmp)));
1562 shquote(sp, fmtesc(p->rule->name));
1599 shquote(sp, fmtesc(v));
/ast/src/lib/libast/
H A DMakefile92 fmtesc.c fmtfmt.c fmtfs.c fmtident.c fmtint.c fmtip4.c fmtip6.c fmtls.c \
/ast/src/lib/libpz/
H A Dpzpart.c1346 s = fmtesc((esc[0] = pp->value[pp->fix[i]], esc));
/ast/src/lib/libdss/
H A Dcxcomp.c128 error(-2, "cxcomp next include=%p eof=%d '%s'", cx->include, cx->include->eof, c ? fmtesc(buf) : "\\0");
/ast/src/cmd/sort/
H A Dmain.c832 sfputr(sp->tp, fmtesc(buf), -1);
/ast/src/cmd/dsslib/flat/
H A Dflat.c3556 sfprintf(sfstdout, "/* delimiter '%s' */\n", fmtesc(tmp));
3701 sfprintf(sfstdout, "/* delimiter '%s' */\n", fmtesc(tmp));

Completed in 68 milliseconds