OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regoff_t
(Results
1 - 5
of
5
) sorted by relevancy
/src/include/
regex.h
82
typedef off_t
regoff_t
;
typedef in typeref:typename:off_t
92
regoff_t
rm_so; /* start of match */
93
regoff_t
rm_eo; /* end of match */
/src/tests/lib/libc/regex/
main.c
47
regoff_t
startoff = 0;
48
regoff_t
endoff = 0;
94
endoff = (
regoff_t
)atoi(optarg);
97
startoff = (
regoff_t
)atoi(optarg);
/src/usr.bin/sed/
process.c
389
regoff_t
re_off, slen;
406
slen = (
regoff_t
)psl;
701
match[0].rm_eo = (
regoff_t
)slen;
/src/lib/libc/regex/
engine.c
377
assert(m->pmatch[i].rm_so == (
regoff_t
)-1);
378
assert(m->pmatch[i].rm_eo == (
regoff_t
)-1);
408
pmatch[i].rm_so = (
regoff_t
)-1;
409
pmatch[i].rm_eo = (
regoff_t
)-1;
660
regoff_t
offsave;
/src/usr.bin/pkill/
pkill.c
336
(
regoff_t
)strlen(buf))
Completed in 44 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025