Searched refs:s00 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/gdtoa/ |
H A D | strtoIg.c | 36 strtoIg(s00, se, fpi, exp, B, rvp) CONST char *s00; char **se; FPI *fpi; Long *exp; Bigint **B; int… in strtoIg() argument 38 strtoIg(CONST char *s00, char **se, FPI *fpi, Long *exp, Bigint **B, int *rvp) 47 rv = strtodg(s00, se, fpi, exp, b->x);
|
H A D | strtod.c | 87 (s00, se, loc) CONST char *s00; char **se; locale_t loc in strtod_l() argument 89 (CONST char *s00, char **se, locale_t loc) 147 for(s = s00;;s++) switch(*s) { 186 s = s00; 261 s00 = s; 291 s = s00; 335 s = s00; 1080 (s00, se, loc) CONST char *s00; char **se; locale_t in strtod() argument 1082 (CONST char *s00, char **se) 1085 return strtod_l(s00, se, __get_locale());
|
H A D | strtodg.c | 318 (s00, se, fpi, exp, bits, loc) in strtodg_l() argument 319 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits; locale_t loc; in strtodg_l() 321 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits, locale_t loc) 362 for(s = s00;;s++) switch(*s) { 373 s = s00; 393 s = s00; 459 s = s00; 462 s00 = s; 492 s = s00; 524 s = s00;
|
H A D | gdtoaimp.h | 647 extern double strtod ANSI((const char *s00, char **se)); 648 extern double strtod_l ANSI((const char *s00, char **se, locale_t));
|
/freebsd/usr.bin/m4/tests/ |
H A D | esyscmd.m4 | 37 bp(s00)
|