Home
last modified time | relevance | path

Searched refs:grump (Results 1 – 2 of 2) sorted by relevance

/external/libcups/vcnet/regex/
Dmain.c222 char *grump; local
278 } else if ((grump = check(f2, subs[0], f3)) != NULL) {
279 fprintf(stderr, "%d: %s %s\n", line, type, grump);
297 grump = check(f2, subs[i], should[i]);
298 if (grump != NULL) {
300 type, i, grump);
413 static char grump[500]; local
428 sprintf(grump, "start %ld end %ld", (long)sub.rm_so,
430 return(grump);
441 sprintf(grump, "start %ld end %ld, past end of string",
[all …]
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz