Searched refs:match_number (Results 1 – 2 of 2) sorted by relevance
/linux/lib/ |
H A D | parser.c | 138 static int match_number(substring_t *s, int *result, int base) in match_number() function 196 return match_number(s, result, 0); in match_int() 251 return match_number(s, result, 8); in match_octal() 267 return match_number(s, result, 16); in match_hex()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | ctx_rewrite.c | 241 static char *match_number(char *str, int num) in match_number() function 569 text_next = match_number(text, acc_offset); in match_pattern() 591 text_next = match_number(text, field_offset); in match_pattern()
|