Searched defs:entry_st (Results 1 - 1 of 1) sorted by last modified time

/external/ltrace/
H A Dsummary.c35 struct entry_st { struct
77 struct entry_st entry = { *namep, st->count, st->tv };
88 compar(const struct entry_st *en1, const struct entry_st *en2)
97 dump_one(struct entry_st *entry, void *u)
123 VECT_INIT(&cdata.entries, struct entry_st);
129 VECT_QSORT(&cdata.entries, struct entry_st, &compar);
137 VECT_EACH(&cdata.entries, struct entry_st, NULL, dump_one, &cdata);

Completed in 368 milliseconds