Searched refs:strcompare (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | special.c | 69 strcompare(const void *pv1, const void *pv2) in strcompare() function 300 qsort(ppc, i, sizeof (char *), strcompare); in get_special_contents()
|
/titanic_44/usr/src/cmd/infocmp/ |
H A D | infocmp.c | 144 int strcompare(const void *, const void *); 282 strcompare(const void *x, const void *y) in strcompare() function 314 sizeof (struct strstruct), strcompare); in sortnames()
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | ctfmerge.c | 715 strcompare(const void *p1, const void *p2) in strcompare() function 863 qsort(tifiles, nifiles, sizeof (char *), (int (*)())strcompare); in main()
|