Home
last modified time | relevance | path

Searched refs:regexec (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dregex.h50 static inline int regexec(__rte_unused const regex_t *preg, in regexec() function
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_log.c167 if (regexec(&r, rte_logs.dynamic_types[i].name, 0, in rte_log_set_level_regexp()
331 if (regexec(&opt_ll->re_match, name, 0, NULL, 0) == 0) in rte_log_register_type_and_pick_level()
H A Deal_common_trace.c217 if (regexec(&r, tp->name, 0, NULL, 0) == 0) { in rte_trace_regexp()
/f-stack/freebsd/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.c987 if (regexec(value_regex, val, in nvpair_value_match_regex()
1004 if (regexec(value_regex, val_array[ai], in nvpair_value_match_regex()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c111 if (regexec(&hdl->libzfs_urire, str, ARRAY_SIZE(pmatch), in zfs_prop_parse_keylocation()