Home
last modified time | relevance | path

Searched defs:str_b (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfill_link_info.c354 const char **str_b = (const char **) b; symbols_cmp_r() local
/linux/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_basic_ops.c992 const char *str_a = *(const char **)a, *str_b = *(const char **)b; in cmp_str() local
/linux/kernel/trace/
H A Dfprobe.c517 const char **str_b = (const char **) b; in symbols_cmp() local
H A Dbpf_trace.c2855 const char **str_b = (const char **) b; symbols_cmp_r() local
H A Dftrace.c8778 const char **str_b = (const char **) b; in symbols_cmp() local
/linux/kernel/module/
H A Dmain.c175 static int mod_strncmp(const char *str_a, const char *str_b, size_t n) in mod_strncmp()