Searched refs:pmatch (Results 1 – 2 of 2) sorted by relevance
52 __rte_unused regmatch_t pmatch[], __rte_unused int eflags) in regexec() argument
109 regmatch_t pmatch[2]; in zfs_prop_parse_keylocation() local111 if (regexec(&hdl->libzfs_urire, str, ARRAY_SIZE(pmatch), in zfs_prop_parse_keylocation()112 pmatch, 0) == 0) { in zfs_prop_parse_keylocation()115 if (pmatch[1].rm_so == -1) { in zfs_prop_parse_keylocation()121 scheme_len = pmatch[1].rm_eo - pmatch[1].rm_so; in zfs_prop_parse_keylocation()133 (void) memcpy(*schemep, str + pmatch[1].rm_so, scheme_len); in zfs_prop_parse_keylocation()