Lines Matching +refs:val +refs:chars
98 static void convert(long val, char *buf);
345 static char chars[TZ_MAX_CHARS];
1431 convert(val, buf)
1432 const long val;
1439 buf[i] = val >> shift;
1443 puttzcode(val, fp)
1444 const long val;
1449 convert(val, buf);
1578 (void) fwrite((void *)chars, (size_t)sizeof (chars[0]),
1831 (void) strcpy(chars, &chars[abbrinds[type]]);
1833 charcnt = strlen(chars) + 1;
1878 strcmp(abbr, &chars[abbrinds[i]]) == 0 &&
1901 if (strcmp(&chars[j], abbr) == 0)
2276 (void) strcpy(&chars[charcnt], string);