Searched defs:tolist (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/abi/apptracecmd/
H A Dapptrace.c52 static char *tolist; variable
137 (void) buildlist(&tolist, optarg);
184 if (tolist != NULL)
185 stuffenv(APPTRACE_BINDTO, tolist);
/illumos-gate/usr/src/tools/ctf/cvt/
H A Doutput.c358 iidesc_t **tolist; local
375 tolist = iiburst->iib_objts;
379 tolist = iiburst->iib_funcs;
392 tolist[*curr] = iidesc;
414 tolist[*curr] = copy_from_strong(td, &sym,
416 tolist[*curr]->ii_flags |= IIDESC_F_USED;

Completed in 47 milliseconds