HomeSort by relevance Sort by last modified time
    Searched refs:cat_t (Results 1 - 6 of 6) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 173 typedef unsigned char cat_t; typedef
197 cat_t *categories; /* ->catspace[-CHAR_MIN] */
204 cat_t catspace[1]; /* actually [NC] */
regcomp.c 266 (NC-1)*sizeof(cat_t));
300 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
1077 cat_t *cap;
    [all...]
  /external/llvm/lib/Support/
regex2.h 124 typedef unsigned char cat_t; typedef
148 cat_t *categories; /* ->catspace[-CHAR_MIN] */
155 cat_t catspace[1]; /* actually [NC] */
regcomp.c 183 (NC-1)*sizeof(cat_t));
217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
936 cat_t *cap = p->g->categories;
1288 cat_t *cats = g->categories;
1291 cat_t cat;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 121 typedef unsigned char cat_t; typedef
145 cat_t *categories; /* ->catspace[-CHAR_MIN] */
152 cat_t catspace[1]; /* actually [NC] */
regcomp.c 175 (NC-1)*sizeof(cat_t));
209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
900 cat_t *cap = p->g->categories;
1252 cat_t *cats = g->categories;
1255 cat_t cat;
    [all...]

Completed in 139 milliseconds