Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c109 nltype **npp1 = (nltype **)arg1; 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()
359 nltype **npp1 = (nltype **)arg1; in totalcmp() local
361 nltype *np1 = *npp1; in totalcmp()
875 nltype **npp1 = (nltype **)arg1; in namecmp() local
879 return (strcmp((*npp1)->name, (*npp2)->name)); in namecmp()
884 stripped_name(&s1, &s1len, npp1); in namecmp()
H A Darcs.c107 nltype **npp1 = (nltype **)arg1; 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
701 wcslen(asnp1->n_string = (*(NODE **)npp1)->n_name+asarraylen); in asortcmp()