Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c109 nltype **npp2 = (nltype **)arg2; in timecmp() local
113 timediff = (*npp2)->time - (*npp1)->time; in timecmp()
121 calldiff = (*npp2)->ncall - (*npp1)->ncall; in timecmp()
129 return (strcmp((*npp1)->name, (*npp2)->name)); in timecmp()
359 nltype **npp2 = (nltype **)arg2; in totalcmp() local
361 nltype *np2 = *npp2; in totalcmp()
871 nltype **npp2 = (nltype **)arg2; in namecmp() local
874 return (strcmp((*npp1)->name, (*npp2)->name)); in namecmp()
877 striped_name(s2, npp2); in namecmp()
H A Darcs.c105 nltype **npp2 = (nltype **)arg2; in topcmp() local
107 return ((*npp1)->toporder - (*npp2)->toporder); in topcmp()
/titanic_44/usr/src/cmd/awk_xpg4/
H A Dawk4.c43 static int asortcmp(const void *npp1, const void *npp2);
699 asortcmp(const void *npp1, const void *npp2) in asortcmp() argument
704 wcslen(asnp2->n_string = (*(NODE **)npp2)->n_name+asarraylen); in asortcmp()