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

/freebsd-10.1-release/contrib/tzcode/zic/
H A Dzic.c1896 register struct rule * stdrp; local
1903 stdrp = dstrp = NULL;
1911 if (stdrp == NULL)
1912 stdrp = rp;
1920 if (stdrp == NULL && dstrp == NULL) {
1927 if (stdrp == NULL || rp->r_hiyear > stdrp->r_hiyear ||
1928 (rp->r_hiyear == stdrp->r_hiyear &&
1929 rp->r_month > stdrp->r_month))
1930 stdrp
[all...]

Completed in 99 milliseconds