Searched refs:strtoulErrno (Results 1 – 2 of 2) sorted by relevance
188 const int strtoulErrno = errno; in stoul() local193 if (strtoulErrno == ERANGE) { in stoul()196 } else if (strEnd == strStart || strtoulErrno != 0) { in stoul()