Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/gprof/
H A Dprintgprof.c48 int timecmp(const void *, const void *);
69 qsort( sortednlp , nname , sizeof(nltype *) , timecmp ); in printprof()
79 timecmp(const void *v1, const void *v2) in timecmp() function
/freebsd-13.1/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c422 timecmp(lsrec_t *a, lsrec_t *b) in timecmp() function
1696 mergesort(timecmp, sort_buf, merge_buf, g_nrecs_used); in main()