Searched refs:regexec (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/eal/windows/include/ |
| H A D | regex.h | 50 static inline int regexec(__rte_unused const regex_t *preg, in regexec() function
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_log.c | 184 if (regexec(&r, rte_logs.dynamic_types[i].name, 0, in rte_log_set_level_regexp() 338 if (regexec(&opt_ll->re_match, name, 0, NULL, 0) == 0) in rte_log_register_type_and_pick_level()
|
| H A D | eal_common_trace.c | 216 if (regexec(&r, tp->name, 0, NULL, 0) == 0) { in rte_trace_regexp()
|