Home
last modified time | relevance | path

Searched refs:expsize (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libc/stdio/
H A Dvfwprintf.c660 int expsize; /* character count for expstr */ in WDECL() local
828 expsize = 0; /* XXXGCC -Wuninitialized [sh3,m68000] */ in WDECL()
1194 expsize = exponent(expstr, expt - 1, expchar); in WDECL()
1195 size = expsize + prec; in WDECL()
1498 PRINT(expstr, expsize); in WDECL()
/netbsd-src/usr.bin/fstat/
H A Dfstat.c319 size_t expsize = sizeof(expaddr); in check_privs() local
325 if (sysctlbyname(expname, &expaddr, &expsize, NULL, 0) == -1) in check_privs()