Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c58 static int hscmp(), ucmp(), lcmp(), tcmp();
100 cmp = tcmp; in main()
255 return (tcmp(h1, h2)); in lcmp()
274 return (tcmp(h1, h2)); in ucmp()
287 tcmp(struct hs *h1, struct hs *h2) in tcmp() function
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon.c102 static int tcmp(struct tbuf *, struct tbuf *);
424 (int (*)(const void *, const void *))tcmp); in printlin()
446 tcmp(struct tbuf *t1, struct tbuf *t2) in tcmp() function