Searched refs:return_cmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Da_utctm.c250 #define return_cmp(a,b) if ((a)<(b)) return -1; else if ((a)>(b)) return 1 macro
254 return_cmp(year, tm->tm_year);
255 return_cmp(g2(s->data + 2) - 1, tm->tm_mon);
256 return_cmp(g2(s->data + 4), tm->tm_mday);
257 return_cmp(g2(s->data + 6), tm->tm_hour);
258 return_cmp(g2(s->data + 8), tm->tm_min);
259 return_cmp(g2(s->data + 10), tm->tm_sec);
261 #undef return_cmp macro

Completed in 125 milliseconds