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

/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1347 size_t strpos = raw_input_string.find (cmd_args.GetArgumentAtIndex (index)); local
1348 if (strpos != std::string::npos)
1349 raw_input_string = raw_input_string.erase (strpos,
2327 size_t strpos = raw_input_string.find (cmd_args.GetArgumentAtIndex (index)); local
2328 if (strpos != std::string::npos)
2330 raw_input_string = raw_input_string.erase (strpos, strlen (cmd_args.GetArgumentAtIndex (index)));
/external/selinux/libsepol/src/
H A Dmodule_to_cil.c1018 char *strpos; local
1036 strpos = str;
1040 rlen = snprintf(strpos, len - (strpos - str), "%s", names[i]);
1048 strpos[name_len] = ' ';
1050 strpos += name_len + 1;
/external/expat/lib/
H A Dxmlparse.c6386 XML_Char **strpos)
6393 dest->name = *strpos;
6396 *(*strpos)++ = *src;
6413 build_node(parser, cn, &(dest->children[i]), contpos, strpos);
6382 build_node(XML_Parser parser, int src_node, XML_Content *dest, XML_Content **contpos, XML_Char **strpos) argument

Completed in 114 milliseconds