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

/linux-master/lib/
H A Dparser.c159 * match_u64int - scan a number in the given base from a substring_t
170 static int match_u64int(substring_t *s, u64 *result, int base) function
235 return match_u64int(s, result, 0);

Completed in 148 milliseconds