OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_length
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/printf/
printf.c
83
static size_t
b_length
;
variable
308
b_length
= 0;
310
t = malloc(
b_length
+ 1);
313
(void)memset(t, 'x',
b_length
);
314
t[
b_length
] = 0;
434
b_length
++;
Completed in 15 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026