OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_length
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/printf/
printf.c
83
static size_t
b_length
;
variable in typeref:typename:size_t
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
++;
printf.c
83
static size_t
b_length
;
variable in typeref:typename:size_t
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
++;
printf.c
83
static size_t
b_length
;
variable in typeref:typename:size_t
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 34 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025