HomeSort by: relevance | last modified time | path
    Searched defs:nshould (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/regex/
main.c 249 # define NSHOULD 15
250 char *should[NSHOULD];
251 int nshould; local in function:try
326 for (i = 1; i < NSHOULD; i++)
328 nshould = split(f4, &should[1], NSHOULD-1, ",");
329 if (nshould == 0) {
330 nshould = 1;
main.c 249 # define NSHOULD 15
250 char *should[NSHOULD];
251 int nshould; local in function:try
326 for (i = 1; i < NSHOULD; i++)
328 nshould = split(f4, &should[1], NSHOULD-1, ",");
329 if (nshould == 0) {
330 nshould = 1;

Completed in 20 milliseconds