Home
last modified time | relevance | path

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

/glibc-2.36/timezone/
Dzic.c2481 register struct rule * dstrp; in stringzone() local
2498 stdrp = dstrp = NULL; in stringzone()
2510 if (dstrp == NULL) in stringzone()
2511 dstrp = rp; in stringzone()
2515 if (stdrp == NULL && dstrp == NULL) { in stringzone()
2548 dstrp = &dstr; in stringzone()
2562 if (dstrp == NULL) in stringzone()
2564 len += doabbr(result + len, zp, dstrp->r_abbrvar, in stringzone()
2565 dstrp->r_isdst, dstrp->r_save, true); in stringzone()
2566 if (dstrp->r_save != SECSPERMIN * MINSPERHOUR) { in stringzone()
[all …]