Home
last modified time | relevance | path

Searched refs:anint (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/sunrpc/
A Dcache.h249 static inline int get_int(char **bpp, int *anint) in get_int() argument
265 *anint = rv; in get_int()
269 static inline int get_uint(char **bpp, unsigned int *anint) in get_uint() argument
279 if (kstrtouint(buf, 0, anint)) in get_uint()

Completed in 4 milliseconds