Home | History | Annotate | Download | only in time

Lines Matching defs:startbuf

3169 	register char *			startbuf;
3188 startbuf = xmalloc(max_abbr_len + 1);
3277 *startbuf = '\0';
3281 doabbr(startbuf, max_abbr_len + 1,
3284 startbuf, zp->z_isdst, startttisstd,
3381 if (!*startbuf
3384 doabbr(startbuf, max_abbr_len + 1,
3397 doabbr(startbuf,
3406 if (*startbuf == '\0'
3409 doabbr(startbuf,
3438 if (*startbuf == '\0' && zp->z_format)
3439 doabbr(startbuf, max_abbr_len + 1,
3443 if (*startbuf == '\0')
3447 int type = addtype(startoff, startbuf, isdst,
3525 free(startbuf);