Home | History | Annotate | Download | only in tzcode

Lines Matching refs:startbuf

2112 	register char *			startbuf;
2125 startbuf = emalloc(max_abbr_len + 1);
2200 *startbuf = '\0';
2260 doabbr(startbuf, zp->z_format,
2266 startbuf, stdoff != 0, startttisstd,
2347 doabbr(startbuf, zp->z_format,
2353 if (*startbuf == '\0' &&
2356 doabbr(startbuf,
2406 if (*startbuf == '\0' &&
2410 (void) strcpy(startbuf, zp->z_format);
2412 if (*startbuf == '\0')
2418 startbuf,
2423 addtype(startoff, startbuf,
2443 ifree(startbuf);