Searched refs:s00 (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtodg.c | 339 (s00, se, fpi, exp, bits) in strtodg() argument 340 CONST char *s00; char **se; FPI *fpi; Long *exp; ULong *bits; in strtodg() 342 (CONST char *s00, char **se, FPI *fpi, Long *exp, ULong *bits) 380 for(s = s00;;s++) switch(*s) { 391 s = s00; 413 s = s00; 479 s = s00; 482 s00 = s; 512 s = s00; 544 s = s00;
|
D | strtod.c | 85 (s00, se) CONST char *s00; char **se; in strtod() argument 87 (CONST char *s00, char **se) 142 for(s = s00;;s++) switch(*s) { 183 s = s00; 258 s00 = s; 288 s = s00; 332 s = s00;
|