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

/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c179 int fieldwidth, haveprec, havewidth, mod_ldbl, precision; local
325 mod_ldbl = 1;
332 mod_ldbl = 0;
400 if (getfloating(&p, mod_ldbl))
402 if (mod_ldbl)
593 getfloating(long double *dp, int mod_ldbl) argument
608 if (mod_ldbl)

Completed in 85 milliseconds