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

/freebsd-10-stable/libexec/revnetgroup/
H A Dparse_netgroup.c176 int len, strpos; local
221 for (strpos = 0; strpos < 3; strpos++) {
234 grp->ng_str[strpos] = (char *)
236 bcopy(spos, grp->ng_str[strpos],
246 grp->ng_str[strpos] = NULL;
/freebsd-10-stable/lib/libc/gen/
H A Dgetnetgrent.c422 int freepos, len, strpos; local
464 for (strpos = 0; strpos < 3; strpos++) {
472 ng[strpos] = NULL;
487 ng[strpos] = malloc(len + 1);
488 if (ng[strpos] == NULL) {
489 for (freepos = 0; freepos < strpos;
495 bcopy(spos, ng[strpos], len + 1);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1377 size_t strpos = raw_input_string.find (cmd_args.GetArgumentAtIndex (index)); local
1378 if (strpos != std::string::npos)
1379 raw_input_string = raw_input_string.erase (strpos,
2268 size_t strpos = raw_input_string.find (cmd_args.GetArgumentAtIndex (index)); local
2269 if (strpos != std::string::npos)
2271 raw_input_string = raw_input_string.erase (strpos, strlen (cmd_args.GetArgumentAtIndex (index)));
/freebsd-10-stable/contrib/expat/lib/
H A Dxmlparse.c6389 XML_Char **strpos)
6396 dest->name = *strpos;
6399 *(*strpos)++ = *src;
6416 build_node(parser, cn, &(dest->children[i]), contpos, strpos);
6385 build_node(XML_Parser parser, int src_node, XML_Content *dest, XML_Content **contpos, XML_Char **strpos) argument

Completed in 144 milliseconds