Searched defs:tcmp (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();
102 cmp = tcmp;
257 return (tcmp(h1, h2));
276 return (tcmp(h1, h2));
289 tcmp(struct hs *h1, struct hs *h2) function
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon.c104 static int tcmp(struct tbuf *, struct tbuf *);
425 (int (*)(const void *, const void *))tcmp);
447 tcmp(struct tbuf *t1, struct tbuf *t2) function

Completed in 79 milliseconds