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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 197 cat_t *categories; /* ->catspace[-CHAR_MIN] */
203 /* catspace must be last */
204 cat_t catspace[1]; /* actually [NC] */ member in struct:re_guts
regcomp.c 299 g->categories = &g->catspace[-(CHAR_MIN)];
300 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
    [all...]
  /external/llvm/lib/Support/
regex2.h 148 cat_t *categories; /* ->catspace[-CHAR_MIN] */
154 /* catspace must be last */
155 cat_t catspace[1]; /* actually [NC] */ member in struct:re_guts
regcomp.c 216 g->categories = &g->catspace[-(CHAR_MIN)];
217 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 145 cat_t *categories; /* ->catspace[-CHAR_MIN] */
151 /* catspace must be last */
152 cat_t catspace[1]; /* actually [NC] */ member in struct:re_guts
regcomp.c 208 g->categories = &g->catspace[-(CHAR_MIN)];
209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
    [all...]

Completed in 177 milliseconds