Searched refs:xml_escape (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/scripts/
H A Dkernel-doc482 # convert data read & converted thru xml_escape() into &xyz; format:
1046 # convert data read & converted thru xml_escape() into &xyz; format:
1984 $param = xml_escape($param);
2308 # xml_escape: replace <, >, and & in the text stream;
2315 sub xml_escape($) { subroutine
2397 $declaration_purpose = xml_escape($descr);
2440 dump_section($file, $section, xml_escape($contents));
2458 dump_section($file, $section, xml_escape($contents));
2477 dump_section($file, $section, xml_escape($contents));
2487 $declaration_purpose .= " " . xml_escape($1);
2506 dump_doc_section($file, $section, xml_escape($contents));
2524 dump_doc_section($file, $section, xml_escape($contents));

Completed in 57 milliseconds