Searched refs:sortednlp (Results 1 – 1 of 1) sorted by relevance
66 nltype **sortednlp; in printprof() local79 sortednlp = (nltype **) calloc(total_names, sizeof (nltype *)); in printprof()80 if (sortednlp == (nltype **) 0) { in printprof()88 sortednlp[index++] = &(mi->nl[i]); in printprof()91 qsort(sortednlp, total_names, sizeof (nltype *), timecmp); in printprof()94 np = sortednlp[index]; in printprof()102 free(sortednlp); in printprof()