Searched refs:numstr (Results 1 – 1 of 1) sorted by relevance
63 static int str2num(const char *numstr, __u64 *num_dst) in str2num() argument70 num = strtoull(numstr, &endptr, 10); in str2num()74 else if ((*numstr == '\0') || (*endptr != '\0')) in str2num()