Searched refs:comment_in (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | compile-i386.c | 626 const char *comment_in) in insn() 634 if (comment_in && (*comment_in)) in insn() 635 strncpy(atom->comment, comment_in, in insn() 625 insn(const char *insn, struct storage *op1, struct storage *op2, const char *comment_in) insn() argument
|
/third_party/python/Modules/ |
H A D | _elementtree.c | 3452 expat_comment_handler(XMLParserObject* self, const XML_Char* comment_in) in expat_comment_handler() argument 3464 comment = PyUnicode_DecodeUTF8(comment_in, strlen(comment_in), "strict"); in expat_comment_handler() 3472 comment = PyUnicode_DecodeUTF8(comment_in, strlen(comment_in), "strict"); in expat_comment_handler()
|
Completed in 8 milliseconds