Lines Matching defs:tmp
591 /* config tmp file if counting and following */
593 char *tmps = tempnam("/var/tmp", "truss");
1671 abend("Error writing to tmp file", NULL);
2133 hentry_t *tmp = iter_next(itr);
2136 while ((tmp != NULL) && (i < elem)) {
2137 stbl[i].prev = tmp->prev;
2138 stbl[i].next = tmp->next;
2139 stbl[i].lib = tmp->lib;
2140 stbl[i].key = tmp->key;
2141 stbl[i].count = tmp->count;
2142 tmp = iter_next(itr);