Searched refs:simple_strntoul (Results 1 – 3 of 3) sorted by relevance
146 extern unsigned long simple_strntoul(const char *,char **,unsigned int,size_t);
197 parsed[i] = simple_strntoul(s, NULL, 16, 8); in parse_header()
117 unsigned long simple_strntoul(const char *cp, char **endp, unsigned int base, in simple_strntoul() function122 EXPORT_SYMBOL(simple_strntoul);