Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/gprof/
Dprintgprof.c44 nltype **sortednlp; in printprof() local
53 sortednlp = calloc( nname , sizeof(nltype *) ); in printprof()
54 if ( sortednlp == (nltype **) 0 ) in printprof()
57 sortednlp[ index ] = &nl[ index ]; in printprof()
59 qsort( sortednlp , nname , sizeof(nltype *) , timecmp ); in printprof()
61 np = sortednlp[ index ]; in printprof()
65 free( sortednlp ); in printprof()