/external/openssh/regress/unittests/match/ |
D | tests.c | 27 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/ |
D | hostcheck.c | 205 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()
|
D | hostcheck.h | 27 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname);
|
/external/curl/lib/ |
D | hostcheck.c | 128 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()
|
D | hostcheck.h | 29 int Curl_cert_hostcheck(const char *match_pattern, const char *hostname);
|
/external/openssh/ |
D | match.c | 58 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()
|
D | match.h | 17 int match_pattern(const char *, const char *);
|
D | groupaccess.c | 91 if (match_pattern(groups_byname[i], groups[j])) in ga_match()
|
D | addrmatch.c | 417 if (addr != NULL && match_pattern(addr, cp) == 1) in addr_match_list()
|
D | readconf.c | 744 if (!match_pattern(cp, arg + 1)) { in rm_env() 1405 if (match_pattern(host, arg)) { in process_config_line_depth()
|
D | clientloop.c | 2332 if (match_pattern(name, options.send_env[j])) { in client_session2_setup()
|
D | session.c | 2095 if (match_pattern(name, options.accept_env[i])) { in session_env_req()
|
D | mux.c | 259 if (match_pattern(name, options.send_env[i])) in env_permitted()
|
/external/igt-gpu-tools/lib/uwildmat/ |
D | uwildmat.c | 270 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/ |
D | chaos_log_analyzer.py | 54 stop_pattern=None, match_pattern=None): argument 71 if match_pattern: 72 match_re = re.compile(match_pattern)
|
/external/tensorflow/tensorflow/core/platform/ |
D | file_system_helper.cc | 203 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/ |
D | string.proto | 24 oneof match_pattern { oneof
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc.py | 295 match_pattern = re.compile( 299 match_index = re.findall(match_pattern, procout)
|
/external/curl/lib/vtls/ |
D | openssl.c | 1504 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/ |
D | libtool.m4 | 3073 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/ |
D | libtool.m4 | 3285 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/ |
D | libtool.m4 | 3279 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/ |
D | libtool.m4 | 3271 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/ |
D | libtool.m4 | 3285 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/ |
D | libtool.m4 | 3285 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)$'
|