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

  /bionic/libc/regex/
cclass.h 42 char *multis; member in struct:cclass
regcomp.c 674 if (cs->multis != NULL)
687 if (cs->multis != NULL)
691 assert(cs->multis == NULL); /* xxx */
790 for (u = cp->multis; *u != '\0'; u += strlen(u) + 1)
1063 cs->multis = NULL;
1172 np = realloc(cs->multis, cs->smultis);
1174 if (cs->multis)
1175 free(cs->multis);
1176 cs->multis = NULL;
1180 cs->multis = np
    [all...]
regex2.h 110 char *multis; /* -> char[smulti] ab\0cd\0ef\0\0 */ member in struct:__anon525
  /external/dropbear/libtomcrypt/
Makefile.in 175 MULTIS=demos/multi.o
224 multi: library $(MULTIS)
225 $(CC) $(MULTIS) $(LIBNAME) $(EXTRALIBS) -o $(MULTI)
makefile.unix 164 MULTIS=demos/multi.o
213 multi: library $(MULTIS)
214 $(CC) $(MULTIS) $(LIBNAME) $(EXTRALIBS) -o $(MULTI)

Completed in 40 milliseconds