Lines Matching refs:startbuf
3171 register char * startbuf; in outzone() local
3190 startbuf = emalloc(max_abbr_len + 1); in outzone()
3279 *startbuf = '\0'; in outzone()
3283 doabbr(startbuf, zp, NULL, zp->z_isdst, save, false); in outzone()
3285 startbuf, zp->z_isdst, startttisstd, in outzone()
3382 if (!*startbuf in outzone()
3385 doabbr(startbuf, zp, rp->r_abbrvar, in outzone()
3397 doabbr(startbuf, zp, in outzone()
3404 if (*startbuf == '\0' in outzone()
3407 doabbr(startbuf, in outzone()
3435 if (*startbuf == '\0' && zp->z_format) in outzone()
3436 doabbr(startbuf, zp, disable_percent_s, in outzone()
3439 if (*startbuf == '\0') in outzone()
3443 int type = addtype(startoff, startbuf, isdst, in outzone()
3520 free(startbuf); in outzone()