OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:line_max
(Results
1 - 1
of
1
) sorted by relevancy
/src/common/lib/libutil/
snprintb.c
62
size_t const
line_max
;
member in struct:__anon033aa2900108
103
if (s->total_len - s->line_pos > s->
line_max
) {
104
s->total_len = s->line_pos + s->
line_max
- 1;
128
if (s->
line_max
> 0
130
&& s->total_len - s->line_pos >= s->
line_max
) {
262
if (s->
line_max
> 0) {
286
size_t
line_max
)
297
.
line_max
=
line_max
,
Completed in 10 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025