Searched refs:firstitem (Results 1 – 2 of 2) sorted by relevance
263 static int firstitem = 1; in print_item() local280 if (firstitem) { in print_item()281 firstitem = 0; in print_item()
139 static void mibfree(mib_item_t *firstitem);878 mibfree(mib_item_t *firstitem) in mibfree() argument882 while (firstitem != NULL) { in mibfree()883 lastitem = firstitem; in mibfree()884 firstitem = firstitem->next_item; in mibfree()