Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c137 char *tempp, *newp; in dump_node() local
213 tempp = temp->value.opp.oprom_array; in dump_node()
215 *newp++ = *tempp++; in dump_node()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1339 mib_item_t *tempp; in mib_item_dup() local
1341 for (tempp = item; tempp; tempp = tempp->next_item) in mib_item_dup()
1342 if (tempp->mib_id == 0) in mib_item_dup()
1344 tempp = NULL; in mib_item_dup()
1366 tempp = &(localp[c]); in mib_item_dup()
1368 (localp[c - 1]).next_item = tempp; in mib_item_dup()
1912 mib_item_t *tempp; in mib_item_destroy() local
1917 for (tempp = *itemp; tempp != NULL; tempp = tempp->next_item) in mib_item_destroy()
1918 if (tempp->mib_id == 0) in mib_item_destroy()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c6011 register unsigned short tempp; local
6015 tempp = prefer[i];
6017 prefer[j] = tempp;