Searched refs:chars (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/libc/regex/
H A Dcclass.h77 const char *chars; member in struct:cclass
H A Dregcomp.c897 /* xxx what about signed chars here... */
937 u = cp->chars;
/bionic/libc/tzcode/
H A Dlocaltime.c185 char chars[BIGGEST(BIGGEST(TZ_MAX_CHARS + 1, sizeof gmt), member in struct:state
349 &sp->chars[ttisp->tt_abbrind];
370 &sp->chars[ttisp->tt_abbrind];
377 if (strchr(TZ_ABBR_CHAR_SET, sp->chars[i]) == NULL)
378 sp->chars[i] = TZ_ABBR_ERR_CHAR;
384 register char * cp = &sp->chars[ttisp->tt_abbrind];
542 sp->charcnt + /* chars */
572 sp->chars[i] = *p++;
573 sp->chars[i] = '\0'; /* ensure '\0' at end */
665 sp->chars[s
[all...]

Completed in 180 milliseconds