Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/apr-util/xml/
HDapr_xml.c595 char *qscan; in apr_xml_quote_string() local
612 for (scan = s, qscan = qstr; (c = *scan) != '\0'; ++scan) { in apr_xml_quote_string()
614 *qscan++ = '&'; in apr_xml_quote_string()
615 *qscan++ = 'l'; in apr_xml_quote_string()
616 *qscan++ = 't'; in apr_xml_quote_string()
617 *qscan++ = ';'; in apr_xml_quote_string()
620 *qscan++ = '&'; in apr_xml_quote_string()
621 *qscan++ = 'g'; in apr_xml_quote_string()
622 *qscan++ = 't'; in apr_xml_quote_string()
623 *qscan++ = ';'; in apr_xml_quote_string()
[all …]