HomeSort by: relevance | last modified time | path
    Searched defs:tcmp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ruptime/
ruptime.c 74 static int tcmp(const void *, const void *);
106 cmp = tcmp;
228 return (tcmp(a1, a2));
244 return (tcmp(a1, a2));
255 tcmp(const void *a1, const void *a2) function in typeref:typename:int
ruptime.c 74 static int tcmp(const void *, const void *);
106 cmp = tcmp;
228 return (tcmp(a1, a2));
244 return (tcmp(a1, a2));
255 tcmp(const void *a1, const void *a2) function in typeref:typename:int

Completed in 172 milliseconds