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

  /src/tests/lib/libc/regex/
main.c 250 char *should[NSHOULD]; local in function:try
276 fprintf(stderr, "%d: %s should have given REG_%s\n",
309 fprintf(stderr, "%d: %s exec should have failed\n",
327 should[i] = NULL;
328 nshould = split(f4, &should[1], NSHOULD-1, ",");
331 should[1] = ∅
334 grump = check(f2, subs[i], should[i]);
439 check(char *str, regmatch_t sub, char *should)
447 if (should != NULL && strcmp(should, "-") == 0
    [all...]
main.c 250 char *should[NSHOULD]; local in function:try
276 fprintf(stderr, "%d: %s should have given REG_%s\n",
309 fprintf(stderr, "%d: %s exec should have failed\n",
327 should[i] = NULL;
328 nshould = split(f4, &should[1], NSHOULD-1, ",");
331 should[1] = ∅
334 grump = check(f2, subs[i], should[i]);
439 check(char *str, regmatch_t sub, char *should)
447 if (should != NULL && strcmp(should, "-") == 0
    [all...]

Completed in 83 milliseconds