Home
last modified time | relevance | path

Searched refs:match_pattern (Results 1 – 25 of 38) sorted by relevance

12

/external/openssh/regress/unittests/match/
Dtests.c27 ASSERT_INT_EQ(match_pattern("", ""), 1); in tests()
28 ASSERT_INT_EQ(match_pattern("", "aaa"), 0); in tests()
29 ASSERT_INT_EQ(match_pattern("aaa", ""), 0); in tests()
30 ASSERT_INT_EQ(match_pattern("aaa", "aaaa"), 0); in tests()
31 ASSERT_INT_EQ(match_pattern("aaaa", "aaa"), 0); in tests()
35 ASSERT_INT_EQ(match_pattern("", "*"), 1); in tests()
36 ASSERT_INT_EQ(match_pattern("a", "?"), 1); in tests()
37 ASSERT_INT_EQ(match_pattern("aa", "a?"), 1); in tests()
38 ASSERT_INT_EQ(match_pattern("a", "*"), 1); in tests()
39 ASSERT_INT_EQ(match_pattern("aa", "a*"), 1); in tests()
[all …]
/external/libevent/sample/
Dhostcheck.c205 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname) in Curl_cert_hostcheck() argument
207 if(!match_pattern || !*match_pattern || in Curl_cert_hostcheck()
211 if(Curl_raw_equal(hostname, match_pattern)) /* trivial case */ in Curl_cert_hostcheck()
214 if(hostmatch(hostname,match_pattern) == CURL_HOST_MATCH) in Curl_cert_hostcheck()
Dhostcheck.h27 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname);
/external/curl/lib/
Dhostcheck.c128 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname) in Curl_cert_hostcheck() argument
131 if(!match_pattern || !*match_pattern || in Curl_cert_hostcheck()
135 char *matchp = strdup(match_pattern); in Curl_cert_hostcheck()
Dhostcheck.h29 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname);
/external/openssh/
Dmatch.c58 match_pattern(const char *s, const char *pattern) in match_pattern() function
82 match_pattern(s + 1, pattern + 1)) in match_pattern()
92 if (match_pattern(s, pattern)) in match_pattern()
159 if (match_pattern(string, sub)) { in match_pattern_list()
251 return match_pattern(user, pattern); in match_user()
257 if ((ret = match_pattern(user, pat)) == 1) in match_user()
Dmatch.h17 int match_pattern(const char *, const char *);
Dgroupaccess.c91 if (match_pattern(groups_byname[i], groups[j])) in ga_match()
Daddrmatch.c417 if (addr != NULL && match_pattern(addr, cp) == 1) in addr_match_list()
Dreadconf.c744 if (!match_pattern(cp, arg + 1)) { in rm_env()
1405 if (match_pattern(host, arg)) { in process_config_line_depth()
Dclientloop.c2332 if (match_pattern(name, options.send_env[j])) { in client_session2_setup()
Dsession.c2095 if (match_pattern(name, options.accept_env[i])) { in session_env_req()
Dmux.c259 if (match_pattern(name, options.send_env[i])) in env_permitted()
/external/igt-gpu-tools/lib/uwildmat/
Duwildmat.c270 match_pattern(const unsigned char *text, const unsigned char *start, in match_pattern() function
324 matched = match_pattern(text, p, end); in match_pattern()
333 matched = match_pattern(++text, p + 1, end); in match_pattern()
420 if (match_pattern(text, p, split - 1) == true) { in match_expression()
478 return (match_pattern(utext, upat, upat + length - 1) == true); in uwildmat_simple()
/external/autotest/server/cros/chaos_lib/
Dchaos_log_analyzer.py54 stop_pattern=None, match_pattern=None): argument
71 if match_pattern:
72 match_re = re.compile(match_pattern)
/external/tensorflow/tensorflow/core/platform/
Dfile_system_helper.cc203 const std::string& match_pattern = dirs[index]; in GetMatchingPaths() local
223 auto handle_children = [&fs, &match_pattern, &parent, &children, in GetMatchingPaths()
226 if (!fs->Match(path, match_pattern)) { in GetMatchingPaths()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dstring.proto24 oneof match_pattern { oneof
/external/linux-kselftest/tools/testing/selftests/tc-testing/
Dtdc.py295 match_pattern = re.compile(
299 match_index = re.findall(match_pattern, procout)
/external/curl/lib/vtls/
Dopenssl.c1504 const char *match_pattern, const char *hostname, in subj_alt_hostcheck() argument
1513 char *match_pattern2 = strdup(match_pattern); in subj_alt_hostcheck()
1539 if(Curl_cert_hostcheck(match_pattern, hostname)) {
1541 dispname, match_pattern);
/external/google-breakpad/m4/
Dlibtool.m43073 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
3093 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3095 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3111 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3113 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
/external/speex/m4/
Dlibtool.m43285 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
3305 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3307 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3323 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3325 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
/external/llvm-project/polly/lib/External/ppcg/m4/
Dlibtool.m43279 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
3299 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3301 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3317 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3319 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
/external/libnfnetlink/m4/
Dlibtool.m43271 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
3291 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3293 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3309 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3311 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
/external/libnetfilter_conntrack/m4/
Dlibtool.m43285 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
3305 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3307 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3323 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3325 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
/external/lmfit/m4/
Dlibtool.m43285 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
3305 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3307 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3323 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3325 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'

12