Home
last modified time | relevance | path

Searched defs:fmtquote (Results 1 – 6 of 6) sorted by relevance

/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/string/
H A Dfmtesc.c49 char *fmtquote(const char *as, const char *qb, const char *qe, size_t n, int flags) { in fmtquote() function
/dports/graphics/graphviz/graphviz-2.44.1/lib/ast/
H A Dfmtesc.c35 char *fmtquote(const char *as, const char *qb, const char *qe, size_t n, in fmtquote() function
/dports/shells/ksh93/ast-93u/src/lib/libast/string/
H A Dfmtesc.c48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) in fmtquote() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/string/
H A Dfmtesc.c48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) in fmtquote() function
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/string/
H A Dfmtesc.c48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) in fmtquote() function
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dprintf.c192 static void fmtquote(struct fmtbuf *out, const char *s, int sq, int eq, int verbatim) in fmtquote() function