Searched defs:firstmatch (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c2390 xmlNodePtr cur, options, firstmatch; local
2409 firstmatch = NULL;
2417 if (firstmatch == NULL)
2418 firstmatch = cur;
2428 if (firstmatch == NULL)
2429 firstmatch = cur;
2430 else if (firstmatch != cur)
2435 * one doesn't then reset firstmatch.
2437 if (firstmatch == cur)
2438 firstmatch
2669 xmlNodePtr firstmatch; local
2942 xmlNodePtr firstmatch; local
3559 xmlNodePtr cur, firstmatch; local
3869 xmlNodePtr cur, firstmatch; local
3973 xmlNodePtr cur, firstmatch; local
7646 xmlNodePtr cur, firstmatch; local
9632 xmlNodePtr cur, firstmatch; local
9701 xmlNodePtr cur, firstmatch; local
[all...]

Completed in 214 milliseconds