Home
last modified time | relevance | path

Searched refs:wildcard_match (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_utl.c771 static int wildcard_match(const unsigned char *prefix, size_t prefix_len, in wildcard_match() function
906 return wildcard_match(pattern, star - pattern, in equal_wildcard()
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c771 static int wildcard_match(const unsigned char *prefix, size_t prefix_len, in wildcard_match() function
906 return wildcard_match(pattern, star - pattern, in equal_wildcard()
/external/toybox/toys/pending/
Dsh.c1157 static int wildcard_match(char *s, char *p, struct sh_arg *deck, int flags) in wildcard_match() function
1683 if (!*s || 0<wildcard_match(ss, s, &wild, WILD_ANY)) { in expand_arg_nobrace()
1705 if (0<(dd = wildcard_match(ifs, s, &wild, WILD_SHORT*!xx))) in expand_arg_nobrace()
1710 if (0<(dd = wildcard_match(ss, s, &wild, WILD_SHORT*xx))&&!ss[dd]) in expand_arg_nobrace()
1738 if (0<(dd = wildcard_match(ifs+ll, s, &wild, 0))) { in expand_arg_nobrace()
3360 match = wildcard_match(TT.ff->blk->fvar, s, &arg2, 0); in run_lines()