Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/time/
Dlocaltime.c170 static int typesequiv(const struct state * sp, int a, int b);
535 if (typesequiv(sp, sp->types[i], sp->types[0]) && in tzload()
542 if (typesequiv(sp, sp->types[sp->timecnt - 1], in tzload()
559 typesequiv(const struct state *sp, int a, int b) in typesequiv() function