Searched refs:str_is_empty (Results 1 – 1 of 1) sorted by relevance
4398 static bool str_is_empty(const char *s) in str_is_empty() function4526 if (str_is_empty(spec_str) || *spec_str == ':') in bpf_core_parse_spec()4604 if (str_is_empty(name)) in bpf_core_parse_spec()4696 if (str_is_empty(local_name)) in bpf_core_find_cands()4711 if (str_is_empty(targ_name)) in bpf_core_find_cands()4864 if (str_is_empty(targ_name)) { in bpf_core_match_member()5625 libbpf_print(level, "[%u] %s %s", type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_dump_spec()5752 if (str_is_empty(spec_str)) in bpf_core_apply_relo()5759 str_is_empty(local_name) ? "<anon>" : local_name, in bpf_core_apply_relo()5779 if (str_is_empty(spec_str)) { in bpf_core_apply_relo()[all …]