Searched defs:pform (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/fp/
H A Dfile_decim.c53 decimal_record *pd, enum decimal_string_form *pform,
52 file_to_decimal(char **ppc, int nmax, int fortran_conventions, decimal_record *pd, enum decimal_string_form *pform, char **pechar, FILE *pf, int *pnread) argument
H A Dfunc_decim.c38 decimal_record *pd, enum decimal_string_form *pform,
37 func_to_decimal(char **ppc, int nmax, int fortran_conventions, decimal_record *pd, enum decimal_string_form *pform, char **pechar, int (*pget)(void), int *pnread, int (*punget)(int)) argument
H A Dstring_decim.c38 decimal_record *pd, enum decimal_string_form *pform,
37 string_to_decimal(char **ppc, int nmax, int fortran_conventions, decimal_record *pd, enum decimal_string_form *pform, char **pechar) argument
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c180 * 2. *pform is an int rather than an enum decimal_string_form. On
181 * return, *pform == 0 if no valid token was found, *pform < 0
182 * if a C99 hex fp string was found, and *pform > 0 if a decimal
187 int *pform)
218 *pform = form = 0;
612 *pform = form;
186 wstring_to_decimal(const wchar_t **ppc, int c99, decimal_record *pd, int *pform) argument

Completed in 59 milliseconds