Searched refs:expsize (Results 1 – 2 of 2) sorted by relevance
660 int expsize; /* character count for expstr */ in WDECL() local828 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()
319 size_t expsize = sizeof(expaddr); in check_privs() local325 if (sysctlbyname(expname, &expaddr, &expsize, NULL, 0) == -1) in check_privs()