Searched refs:startbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/zic/ |
H A D | zic.c | 1647 char startbuf[BUFSIZ]; local 1675 *startbuf = '\0'; 1679 doabbr(startbuf, zp->z_format, 1682 startbuf, stdoff != 0, startttisstd, 1764 doabbr(startbuf, zp->z_format, 1769 if (*startbuf == '\0' && 1772 doabbr(startbuf, zp->z_format, 1788 if (*startbuf == '\0' && 1792 (void) strcpy(startbuf, zp->z_format); 1794 if (*startbuf == '\0') [all …]
|