Searched refs:startbuf (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/timezone/ |
D | zic.c | 2610 register char * startbuf; in outzone() local 2627 startbuf = emalloc(max_abbr_len + 1); in outzone() 2740 *startbuf = '\0'; in outzone() 2744 doabbr(startbuf, zp, NULL, zp->z_isdst, save, false); in outzone() 2746 startbuf, zp->z_isdst, startttisstd, in outzone() 2841 doabbr(startbuf, zp, in outzone() 2848 if (*startbuf == '\0' in outzone() 2851 doabbr(startbuf, in outzone() 2882 if (*startbuf == '\0' && in outzone() 2886 strcpy(startbuf, zp->z_format); in outzone() [all …]
|