Lines Matching refs:form
58 enum decimal_string_form form; in strtod_l() local
63 string_to_decimal_l((char **)&cp, MAXINT, lc, &dr, &form, &pechar, loc); in strtod_l()
66 if (form == invalid_form) in strtod_l()
75 if ((int)form < 0) in strtod_l()
97 enum decimal_string_form form; in strtof_l() local
100 string_to_decimal_l((char **)&cp, MAXINT, -1, &dr, &form, &pechar, loc); in strtof_l()
103 if (form == invalid_form) in strtof_l()
112 if ((int)form < 0) in strtof_l()
134 enum decimal_string_form form; in strtold_l() local
137 string_to_decimal_l((char **)&cp, MAXINT, -1, &dr, &form, &pechar, loc); in strtold_l()
140 if (form == invalid_form) in strtold_l()
144 if ((int)form < 0) in strtold_l()
150 if ((int)form < 0) in strtold_l()