OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expsize
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfprintf.c
307
int
expsize
; /* character count for expstr */
local
795
expsize
= exponent(expstr, expt - 1, expchar);
796
size =
expsize
+ prec;
1051
PRINT(expstr,
expsize
);
[
all
...]
vfwprintf.c
314
int
expsize
; /* character count for expstr */
local
757
expsize
= exponent(expstr, expt - 1, expchar);
758
size =
expsize
+ prec;
1012
PRINT(expstr,
expsize
);
[
all
...]
Completed in 41 milliseconds