Home
last modified time | relevance | path

Searched refs:uxtext_quote (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/global/
Duxtext.c145 VSTRING *uxtext_quote(VSTRING *quoted, const char *unquoted, const char *special) in uxtext_quote() function
265 uxtext_quote(quoted, STR(unquoted), "+="); in main()
Duxtext.h24 extern VSTRING *uxtext_quote(VSTRING *, const char *, const char *);
/netbsd/src/external/ibm-public/postfix/dist/src/smtp/
Dsmtp_proto.c1859 if (uxtext_quote(session->scratch, in smtp_loop()