OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:formatted_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/texinfo/dist/info/
window.c
1357
int fmt_len,
formatted_len
;
1404
formatted_len
= atoi (fmt + j);
1407
formatted_len
= c == 's' ? 0 : 1; /* %s can produce empty string */
1412
message_buffer_resize (len +
formatted_len
);
1415
message_buffer_index +=
formatted_len
;
1426
if (
formatted_len
> string_len)
1427
string_len =
formatted_len
;
1443
message_buffer_resize (len +
formatted_len
> 32
1444
?
formatted_len
: 32);
1459
message_buffer_resize (len +
formatted_len
);
1355
int fmt_len,
formatted_len
;
local
[
all
...]
/src/lib/libc/time/
zdump.c
1062
ptrdiff_t
formatted_len
;
local
1071
formatted_len
= strftime(b, s, f_prefix_copy, tm);
1074
if (
formatted_len
== 0)
1076
formatted_len
--;
1077
b +=
formatted_len
, s -=
formatted_len
;
1082
formatted_len
= format_quoted_string(b, s, zone_name);
1085
formatted_len
= format_local_time(b, s, tm);
1110
formatted_len
1117
if (s <=
formatted_len
)
[
all
...]
Completed in 48 milliseconds
Indexes created Sun May 17 00:24:36 UTC 2026