Searched refs:startbuf (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/zic/ |
H A D | zic.c | 1649 char startbuf[BUFSIZ]; local 1677 *startbuf = '\0'; 1681 doabbr(startbuf, zp->z_format, 1684 startbuf, stdoff != 0, startttisstd, 1766 doabbr(startbuf, zp->z_format, 1771 if (*startbuf == '\0' && 1774 doabbr(startbuf, zp->z_format, 1790 if (*startbuf == '\0' && 1794 (void) strcpy(startbuf, zp->z_format); 1796 if (*startbuf == '\0') [all …]
|