OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_pos
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mail/
mime_decode.c
298
struct message *top_mp, off_t
end_pos
, int partnum)
308
(long)blockof(
end_pos
), blkoffsetof(
end_pos
));
365
off_t
end_pos
;
local
370
end_pos
= cur_pos - line_len;
374
this_mp->m_size =
end_pos
- beg_pos;
376
warnx("
end_pos
: %lld, m_lines: %ld, m_blines: %ld",
377
end_pos
, this_mp->m_lines, this_mp->m_blines);
396
this_mip = insert_new_mip(this_mip, top_mip, top_mp,
end_pos
, partnum++);
399
beg_pos =
end_pos
;
439
off_t
end_pos
;
local
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
cpplint.py
1081
end_pos
= FindEndOfExpressionInLine(line, pos, 0, startchar, endchar)
1082
if
end_pos
> -1:
1083
return (line, linenum,
end_pos
)
2659
(end_line, end_linenum,
end_pos
) = CloseExpression(
2665
if
end_pos
>= 0 and Match(r';', end_line[
end_pos
:]):
Completed in 21 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026