Searched refs:regexec (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | regex.h | 50 static inline int regexec(__rte_unused const regex_t *preg, in regexec() function
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_log.c | 167 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 D | eal_common_trace.c | 217 if (regexec(&r, tp->name, 0, NULL, 0) == 0) { in rte_trace_regexp()
|
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.c | 987 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 D | libzfs_crypto.c | 111 if (regexec(&hdl->libzfs_urire, str, ARRAY_SIZE(pmatch), in zfs_prop_parse_keylocation()
|