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

  /src/external/ibm-public/postfix/dist/src/util/
timecmp.c 1 /* $NetBSD: timecmp.c,v 1.2 2017/02/14 01:16:49 christos Exp $ */
5 /* timecmp 3
9 /* #include <timecmp.h>
11 /* int timecmp(t1, t2)
15 /* The timecmp() function return an integer greater than, equal to, or
34 #include "timecmp.h"
36 /* timecmp - wrap-safe time_t comparison */
38 int timecmp(time_t t1, time_t t2) function
78 assert(timecmp(now + 10, now) > 0);
79 assert(timecmp(now, now) == 0)
    [all...]

Completed in 14 milliseconds