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

  /src/external/bsd/ntp/dist/libntp/
mktime.c 151 tmcomp( function
239 dir = tmcomp(&mytm, &yourtm);
mktime.c 151 tmcomp( function
239 dir = tmcomp(&mytm, &yourtm);
  /src/lib/libc/time/
localtime.c 2673 tmcomp(register const struct tm *const atmp, function
2841 } else dir = tmcomp(&mytm, &yourtm);
2907 && tmcomp(&alttm, &yourtm) == 0) {
2936 if (tmcomp(&mytm, &yourtm) != 0)
localtime.c 2673 tmcomp(register const struct tm *const atmp, function
2841 } else dir = tmcomp(&mytm, &yourtm);
2907 && tmcomp(&alttm, &yourtm) == 0) {
2936 if (tmcomp(&mytm, &yourtm) != 0)

Completed in 63 milliseconds