Searched defs:STRTOULL (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/ |
H A D | strtod_l.c | 55 # define STRTOULL(S, E, B) ____wcstoull_l_internal ((S), (E), (B), 0, loc) macro 70 # define STRTOULL(S, E, B) strtoull (S, E, B) macro 72 # define STRTOULL(S, E, B) strtoul (S, E, B) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/ |
H A D | strtod_l.c | 55 # define STRTOULL(S, E, B) ____wcstoull_l_internal ((S), (E), (B), 0, loc) macro 70 # define STRTOULL(S, E, B) strtoull (S, E, B) macro 72 # define STRTOULL(S, E, B) strtoul (S, E, B) macro
|