Home
last modified time | relevance | path

Searched defs:strtoull (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/libprop/
H A Dprop_number.c39 #define strtoull strtouq macro
/dragonfly/contrib/gcc-4.7/libgomp/
H A Denv.c49 # define strtoull(ptr, eptr, base) strtoul (ptr, eptr, base) macro
/dragonfly/contrib/gcc-8.0/libgomp/
H A Denv.c58 # define strtoull(ptr, eptr, base) strtoul (ptr, eptr, base) macro