Searched defs:qs (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/string/
H A Dfmtesc.c220 * escape the usual suspects and quote chars in qs
225 fmtnesq(const char* as, const char* qs, size_t n) argument
227 return fmtquote(as, NiL, qs, n, 0);
231 * escape the usual suspects and quote chars in qs
235 fmtesq(const char* as, const char* qs) argument
237 return fmtquote(as, NiL, qs, strlen((char*)as), 0);

Completed in 10 milliseconds