Home
last modified time | relevance | path

Searched refs:fnmatch (Results 1 – 11 of 11) sorted by relevance

/dpdk/lib/eal/windows/
H A Dfnmatch.c29 fnmatch(const char *pattern, const char *string, int flags) in fnmatch() function
79 if (!fnmatch(pattern, string, in fnmatch()
H A Dmeson.build21 'fnmatch.c',
/dpdk/lib/eal/windows/include/
H A Dfnmatch.h44 int fnmatch(const char *pattern, const char *string, int flags);
/dpdk/lib/eal/common/
H A Deal_common_trace_utils.c230 if (fnmatch(pattern, "overwrite", 0) == 0) in eal_trace_mode_args_save()
232 else if (fnmatch(pattern, "discard", 0) == 0) in eal_trace_mode_args_save()
H A Deal_common_log.c246 if (fnmatch(pattern, rte_logs.dynamic_types[i].name, 0) == 0) in rte_log_set_level_pattern()
335 if (fnmatch(opt_ll->pattern, name, 0) == 0) in rte_log_register_type_and_pick_level()
H A Deal_common_proc.c772 if (fnmatch(mp_filter, ent->d_name, 0) != 0) in mp_send()
1046 if (fnmatch(mp_filter, ent->d_name, 0) != 0) in rte_mp_request_sync()
1190 if (fnmatch(mp_filter, ent->d_name, 0) != 0) in rte_mp_request_async()
H A Deal_common_trace.c191 if (fnmatch(pattern, tp->name, 0) == 0) { in rte_trace_pattern()
/dpdk/lib/graph/
H A Dgraph_stats.c248 if (fnmatch(pattern, graph->name, 0) == 0) { in expand_pattern_to_cluster()
H A Dgraph.c149 if (fnmatch(pattern, node->name, 0) == 0) { in expand_pattern_to_node()
/dpdk/lib/eal/linux/
H A Deal_hugepage_info.c336 if (fnmatch(filter, dirent->d_name, 0) > 0) { in walk_hugedir()
H A Deal.c123 if (fnmatch(filter, dirent->d_name, 0) == 0) { in eal_clean_runtime_dir()