Home
last modified time | relevance | path

Searched refs:fmtesc (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libast/common/string/
H A Dfmtesc.c234 fmtesc(const char* as) in fmtesc() function
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dregress.c145 sfprintf(sfstderr, REGRESS_HEADER "%s:%s:%s\n", name, intercept, fmtesc(info)); in sh_regress()
/titanic_50/usr/src/lib/libast/common/include/
H A Dast.h257 extern char* fmtesc(const char*);
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dast.h275 extern __MANGLE__ char* fmtesc __PROTO__((const char*));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h275 extern __MANGLE__ char* fmtesc __PROTO__((const char*));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dast.h275 extern __MANGLE__ char* fmtesc __PROTO__((const char*));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dast.h275 extern __MANGLE__ char* fmtesc __PROTO__((const char*));
/titanic_50/usr/src/lib/libast/
H A Dmapfile-vers443 fmtesc;
H A DMakefile.com468 common/string/fmtesc.o \
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE340 string/fmtesc.c: add unadvertized FMT_PARM for FMT_SHELL
341 05-09-09 string/fmtesc.c: fix FMT_SHELL logic w.r.t. [$`]
513 03-10-09 string/fmtesc.c: fix FMT_SHELL to check for all shell magic chars
543 03-08-11 string/fmtesc.c: fix optional quoting checks
936 fmtesc: don't escape multibyte chars
1194 fmtquote: added; most general fmtesc() form
1195 99-03-22 fmtesc.c,ast.h: add fmtnesq()
1226 fmtesc: catch '\\' (duh)
1607 95-01-19 (char*)uchar cast in fmtesc()
1618 add fmtesc() to complement stresc()
/titanic_50/usr/src/lib/libast/common/misc/
H A Dmagic.c2422 sfputr(sp, fmtesc(ep->value.str), -1); in magiclist()
2442 sfprintf(sp, "\t%s\t%s\n", ep->mime ? ep->mime : "", fmtesc(ep->desc)); in magiclist()