Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/
H A Druptime.c60 static int hscmp(), ucmp(), lcmp(), tcmp();
102 cmp = tcmp; in main()
257 return (tcmp(h1, h2)); in lcmp()
276 return (tcmp(h1, h2)); in ucmp()
289 tcmp(struct hs *h1, struct hs *h2) in tcmp() function
/titanic_44/usr/src/cmd/acct/
H A Dacctcon.c104 static int tcmp(struct tbuf *, struct tbuf *);
425 (int (*)(const void *, const void *))tcmp); in printlin()
447 tcmp(struct tbuf *t1, struct tbuf *t2) in tcmp() function