Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c110 nltype **npp2 = (nltype **)arg2; in timecmp() local
114 timediff = (*npp2)->time - (*npp1)->time; in timecmp()
122 calldiff = (*npp2)->ncall - (*npp1)->ncall; in timecmp()
130 return (strcmp((*npp1)->name, (*npp2)->name)); in timecmp()
360 nltype **npp2 = (nltype **)arg2; in totalcmp() local
362 nltype *np2 = *npp2; in totalcmp()
876 nltype **npp2 = (nltype **)arg2; in namecmp() local
879 return (strcmp((*npp1)->name, (*npp2)->name)); in namecmp()
885 stripped_name(&s2, &s2len, npp2); in namecmp()
H A Darcs.c108 nltype **npp2 = (nltype **)arg2; in topcmp() local
110 return ((*npp1)->toporder - (*npp2)->toporder); in topcmp()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk4.c41 static int asortcmp(const void *npp1, const void *npp2);
698 asortcmp(const void *npp1, const void *npp2) in asortcmp() argument
703 wcslen(asnp2->n_string = (*(NODE **)npp2)->n_name+asarraylen); in asortcmp()