Searched refs:simple_strntoull (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | vsprintf.c | 60 static unsigned long long simple_strntoull(const char *startp, size_t max_chars, in simple_strntoull() function 95 return simple_strntoull(cp, INT_MAX, endp, base); in simple_strtoull() 140 return -simple_strntoull(cp + 1, max_chars - 1, endp, base); in simple_strntoll() 142 return simple_strntoull(cp, max_chars, endp, base); in simple_strntoll() 3515 val.u = simple_strntoull(str, in vsscanf()
|