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

  /bionic/libc/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...]
  /development/ndk/platforms/android-8/arch-arm/lib/
libc.so 

Completed in 163 milliseconds