OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:left_chars
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/stdlib/
strfmon.c
475
size_t
left_chars
= 0;
local in function:__calc_left_pad
481
left_chars
+= strlen(cur_symb);
483
left_chars
++;
489
left_chars
++;
492
left_chars
+= strlen(signstr);
497
left_chars
+= strlen(signstr);
499
_DIAGASSERT(__type_fit(int,
left_chars
));
500
return (int)
left_chars
;
strfmon.c
475
size_t
left_chars
= 0;
local in function:__calc_left_pad
481
left_chars
+= strlen(cur_symb);
483
left_chars
++;
489
left_chars
++;
492
left_chars
+= strlen(signstr);
497
left_chars
+= strlen(signstr);
499
_DIAGASSERT(__type_fit(int,
left_chars
));
500
return (int)
left_chars
;
Completed in 44 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025