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';
2254 doabbr(startbuf, zp->z_format,
2260 startbuf, stdoff != 0, startttisstd,
2341 doabbr(startbuf, zp->z_format,
2347 if (*startbuf == '\0' &&
2350 doabbr(startbuf,
2400 if (*startbuf == '\0' &&
2404 (void) strcpy(startbuf, zp->z_format);
2406 if (*startbuf == '\0')
2412 startbuf,
2417 addtype(startoff, startbuf,
2437 ifree(startbuf);