Searched refs:mod_ldbl (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/printf/
H A Dprintf.c199 int fieldwidth, haveprec, havewidth, mod_ldbl, precision; local
338 mod_ldbl = 1;
345 mod_ldbl = 0;
416 if (getfloating(&p, mod_ldbl))
418 if (mod_ldbl)
609 getfloating(long double *dp, int mod_ldbl) argument
624 if (mod_ldbl)

Completed in 67 milliseconds