OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:grump
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/regex/
main.c
257
char *
grump
;
local
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
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
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
459
sprintf(
grump
, "start %ld end %ld", (long)sub.rm_so,
461
return(
grump
);
469
sprintf(
grump
, "did not match")
[
all
...]
Completed in 26 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026