Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/pmodes/
H A Dbinsearch.c122 xcmp(const void *s1, const void *s2) in xcmp() function
134 qsort(l->items, l->nused, sizeof (char *), xcmp); in item_search()
/titanic_41/usr/src/psm/stand/bootblks/zfs/common/
H A Dzfs.fth43 : xcmp ( x1 x2 -- -1|0|1 )
57 : x< ( x1 x2 -- <? ) xcmp -1 = ;
58 : x> ( x1 x2 -- >? ) xcmp 1 = ;
59 \ : x= ( x1 x2 -- =? ) xcmp 0= ;
60 : x<> ( x1 x2 -- <>? ) xcmp 0<> ;