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

/freebsd-12-stable/libexec/revnetgroup/
H A Dparse_netgroup.c178 int len, strpos; local
223 for (strpos = 0; strpos < 3; strpos++) {
236 grp->ng_str[strpos] = (char *)
238 bcopy(spos, grp->ng_str[strpos],
248 grp->ng_str[strpos] = NULL;
/freebsd-12-stable/lib/libc/gen/
H A Dgetnetgrent.c680 int freepos, len, strpos; local
722 for (strpos = 0; strpos < 3; strpos++) {
730 ng[strpos] = NULL;
745 ng[strpos] = malloc(len + 1);
746 if (ng[strpos] == NULL) {
747 for (freepos = 0; freepos < strpos;
753 bcopy(spos, ng[strpos], len + 1);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1438 size_t strpos = raw_input_string.find(cmd_args.GetArgumentAtIndex(index)); local
1439 if (strpos != std::string::npos)
1441 strpos, strlen(cmd_args.GetArgumentAtIndex(index)));
1957 size_t strpos = local
1959 if (strpos != std::string::npos) {
1961 strpos, strlen(cmd_args.GetArgumentAtIndex(index)));
/freebsd-12-stable/contrib/expat/lib/
H A Dxmlparse.c6803 XML_Content **contpos, XML_Char **strpos) {
6809 dest->name = *strpos;
6812 *(*strpos)++ = *src;
6827 build_node(parser, cn, &(dest->children[i]), contpos, strpos);
6802 build_node(XML_Parser parser, int src_node, XML_Content *dest, XML_Content **contpos, XML_Char **strpos) argument

Completed in 306 milliseconds