OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:efbuf
(Results
1 - 1
of
1
) sorted by relevancy
/src/tests/lib/libc/regex/
main.c
532
static char
efbuf
[100];
local in function:efind
535
sprintf(
efbuf
, "REG_%s", name);
536
assert(strlen(
efbuf
) < sizeof(
efbuf
));
538
re.re_endp =
efbuf
;
540
(void) regerror(REG_ATOI, &re,
efbuf
, sizeof(
efbuf
));
541
return(atoi(
efbuf
));
Completed in 11 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025