/src/tests/lib/libc/regex/ |
main.c | 257 char *grump; local in function:try 315 } else if ((grump = check(f2, subs[0], f3)) != NULL) { 316 fprintf(stderr, "%d: %s %s\n", line, type, grump); 334 grump = check(f2, subs[i], should[i]); 335 if (grump != NULL) { 337 type, i, grump); 444 static char grump[500]; local in function:check 459 sprintf(grump, "start %ld end %ld", (long)sub.rm_so, 461 return(grump); 469 sprintf(grump, "did not match") [all...] |
main.c | 257 char *grump; local in function:try 315 } else if ((grump = check(f2, subs[0], f3)) != NULL) { 316 fprintf(stderr, "%d: %s %s\n", line, type, grump); 334 grump = check(f2, subs[i], should[i]); 335 if (grump != NULL) { 337 type, i, grump); 444 static char grump[500]; local in function:check 459 sprintf(grump, "start %ld end %ld", (long)sub.rm_so, 461 return(grump); 469 sprintf(grump, "did not match") [all...] |