Home
last modified time | relevance | path

Searched defs:trailing (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dgconvert.c34 __k_gconvert(int ndigits, decimal_record *pd, int trailing, char *buf) in __k_gconvert()
126 gconvert(double number, int ndigits, int trailing, char *buf) in gconvert()
153 sgconvert(single *number, int ndigits, int trailing, char *buf) in sgconvert()
180 qgconvert(quadruple *number, int ndigits, int trailing, char *buf) in qgconvert()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_acl.c272 char *trailing; local