Home
last modified time | relevance | path

Searched refs:tolist (Results 1 – 2 of 2) sorted by relevance

/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDoutput.c365 iidesc_t **tolist; in sort_iidescs() local
383 tolist = iiburst->iib_objts; in sort_iidescs()
387 tolist = iiburst->iib_funcs; in sort_iidescs()
400 tolist[*curr] = iidesc; in sort_iidescs()
422 tolist[*curr] = copy_from_strong(td, &sym, in sort_iidescs()
424 tolist[*curr]->ii_flags |= IIDESC_F_USED; in sort_iidescs()
/NextBSD/usr.bin/mail/
HDsend.c426 fixhead(struct header *hp, struct name *tolist) in fixhead() argument
433 for (np = tolist; np != NULL; np = np->n_flink) { in fixhead()