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

/linux-master/lib/
H A Dparser.c127 * match_number - scan a number in the given base from a substring_t
138 static int match_number(substring_t *s, int *result, int base) function
196 return match_number(s, result, 0);
251 return match_number(s, result, 8);
267 return match_number(s, result, 16);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c238 static char *match_number(char *str, int num) function
566 text_next = match_number(text, acc_offset);
588 text_next = match_number(text, field_offset);

Completed in 366 milliseconds