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