Lines Matching full:comp
260 geterror(const char *s, int *comp, int *exec) in geterror() argument
267 #define COMP 1 in geterror() macro
269 { "OK", 0, COMP|EXEC }, in geterror()
272 _DO(BADPAT, COMP) in geterror()
273 _DO(ECOLLATE, COMP) in geterror()
274 _DO(ECTYPE, COMP) in geterror()
275 _DO(EESCAPE, COMP) in geterror()
276 _DO(ESUBREG, COMP) in geterror()
277 _DO(EBRACK, COMP) in geterror()
278 _DO(EPAREN, COMP) in geterror()
279 _DO(EBRACE, COMP) in geterror()
280 _DO(BADBR, COMP) in geterror()
281 _DO(ERANGE, COMP) in geterror()
283 _DO(BADRPT, COMP) in geterror()
284 _DO(EMPTY, COMP) in geterror()
285 _DO(ASSERT, COMP) in geterror()
286 _DO(INVARG, COMP) in geterror()
287 _DO(ENOSYS, COMP) in geterror()
290 *comp = 0; in geterror()
294 if (nv[i].ce & COMP) in geterror()
295 *comp = nv[i].v; in geterror()
484 int comp, exec; in att_test() local
486 geterror(matches, &comp, &exec); in att_test()
490 comp = exec = 0; in att_test()
515 ATF_REQUIRE_MSG(c == comp, in att_test()