Home | History | Annotate | Download | only in src

Lines Matching refs:strtouint64

124 # define strtouint64  strtoull
127 # define strtouint64 strtouq
131 # define strtouint64 strtoul
337 const uint64 r = strtouint64(value, &end, base);