Searched refs:tempp (Results 1 – 3 of 3) sorted by relevance
139 char *tempp, *newp; in dump_node() local215 tempp = temp->value.opp.oprom_array; in dump_node()217 *newp++ = *tempp++; in dump_node()
929 mib_item_t *tempp; in mib_item_dup() local931 for (tempp = item; tempp; tempp = tempp->next_item) in mib_item_dup()932 if (tempp->mib_id == 0) in mib_item_dup()934 tempp = NULL; in mib_item_dup()956 tempp = &(localp[c]); in mib_item_dup()958 (localp[c - 1]).next_item = tempp; in mib_item_dup()1504 mib_item_t *tempp; in mib_item_destroy() local1509 for (tempp = *itemp; tempp != NULL; tempp = tempp->next_item) in mib_item_destroy()1510 if (tempp->mib_id == 0) in mib_item_destroy()
6011 register unsigned short tempp; local6015 tempp = prefer[i];6017 prefer[j] = tempp;