Home | History | Annotate | Download | only in tests

Lines Matching refs:number

49 check (int thing, int number)
53 printf("%s flunked test %d\n", it, number);
60 equal (const char *a, const char *b, int number)
62 check(a != NULL && b != NULL && STREQ (a, b), number);