Searched refs:startbuf (Results 1 – 1 of 1) sorted by relevance
| /illumos-gate/usr/src/cmd/zic/ |
| H A D | zic.c | 3137 register char * startbuf; in outzone() local 3156 startbuf = xmalloc(max_abbr_len + 1); in outzone() 3245 *startbuf = '\0'; in outzone() 3249 doabbr(startbuf, zp, NULL, zp->z_isdst, save, false); in outzone() 3251 startbuf, zp->z_isdst, startttisstd, in outzone() 3348 if (!*startbuf in outzone() 3351 doabbr(startbuf, zp, rp->r_abbrvar, in outzone() 3363 doabbr(startbuf, zp, in outzone() 3370 if (*startbuf == '\0' in outzone() 3373 doabbr(startbuf, in outzone() [all …]
|