Home
last modified time | relevance | path

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

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