Home
last modified time | relevance | path

Searched refs:tempp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c139 char *tempp, *newp; in dump_node() local
215 tempp = temp->value.opp.oprom_array; in dump_node()
217 *newp++ = *tempp++; in dump_node()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c929 mib_item_t *tempp; in mib_item_dup() local
931 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() local
1509 for (tempp = *itemp; tempp != NULL; tempp = tempp->next_item) in mib_item_destroy()
1510 if (tempp->mib_id == 0) in mib_item_destroy()
/titanic_41/usr/src/cmd/sendmail/src/
H A Ddeliver.c6011 register unsigned short tempp; local
6015 tempp = prefer[i];
6017 prefer[j] = tempp;