Searched refs:lcmp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c60 static int hscmp(), ucmp(), lcmp(), tcmp();
96 cmp = lcmp;
252 lcmp(struct hs *h1, struct hs *h2) function
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c1535 int lcmp; local
1540 lcmp = a1->mlevel - b1->mlevel;
1541 if (lcmp == 0)
1542 lcmp = a1->order - b1->order;
1543 return (lcmp);

Completed in 60 milliseconds