Lines Matching refs:startbuf
2231 register char * startbuf; in outzone() local
2248 startbuf = emalloc(max_abbr_len + 1); in outzone()
2366 *startbuf = '\0'; in outzone()
2456 doabbr(startbuf, zp->z_format, in outzone()
2462 startbuf, stdoff != 0, startttisstd, in outzone()
2543 doabbr(startbuf, zp->z_format, in outzone()
2549 if (*startbuf == '\0' && in outzone()
2552 doabbr(startbuf, in outzone()
2598 if (*startbuf == '\0' && in outzone()
2602 (void) strcpy(startbuf, zp->z_format); in outzone()
2604 if (*startbuf == '\0') in outzone()
2610 startbuf, in outzone()
2615 addtype(startoff, startbuf, in outzone()
2673 free(startbuf); in outzone()