Home
last modified time | relevance | path

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

/glibc-2.36/timezone/
Dzic.c2521 register struct rule *stdabbrrp = NULL; in stringzone() local
2524 if (!rp->r_isdst && rule_cmp(stdabbrrp, rp) < 0) in stringzone()
2525 stdabbrrp = rp; in stringzone()
2547 = (stdabbrrp ? stdabbrrp->r_abbrvar : ""); in stringzone()