Searched refs:match_uint (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dparser.h32 int match_uint(substring_t *s, unsigned int *result);
/linux-master/lib/
H A Dparser.c201 * match_uint - scan a decimal representation of an integer from a substring_t
210 int match_uint(substring_t *s, unsigned int *result) function
219 EXPORT_SYMBOL(match_uint); variable
/linux-master/fs/isofs/
H A Dinode.c439 if (match_uint(&args[0], &uv))
447 if (match_uint(&args[0], &uv))

Completed in 195 milliseconds