Home
last modified time | relevance | path

Searched refs:match_pattern_list (Results 1 – 25 of 65) sorted by relevance

123

/dports/security/openssh-portable/openssh-8.8p1/regress/unittests/match/
H A Dtests.c52 ASSERT_INT_EQ(match_pattern_list("", "*", 0), 1); in tests()
53 ASSERT_INT_EQ(match_pattern_list("", "!*", 0), -1); in tests()
54 ASSERT_INT_EQ(match_pattern_list("", "!a,*", 0), 1); in tests()
55 ASSERT_INT_EQ(match_pattern_list("", "*,!a", 0), 1); in tests()
56 ASSERT_INT_EQ(match_pattern_list("", "a,!*", 0), -1); in tests()
57 ASSERT_INT_EQ(match_pattern_list("", "!*,a", 0), -1); in tests()
58 ASSERT_INT_EQ(match_pattern_list("a", "", 0), 0); in tests()
59 ASSERT_INT_EQ(match_pattern_list("a", "*", 0), 1); in tests()
60 ASSERT_INT_EQ(match_pattern_list("a", "!*", 0), -1); in tests()
61 ASSERT_INT_EQ(match_pattern_list("a", "!a", 0), -1); in tests()
[all …]
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dmatch.c121 match_pattern_list(const char *string, const char *pattern, int dolower) in getWriter()
182 return match_pattern_list(string, pattern, 0);
199 r = match_pattern_list(hostcopy, pattern, 1);
334 r = match_pattern_list(cp, filter, 0);
H A Dmatch.h18 int match_pattern_list(const char *, const char *, int);
/dports/security/openssh-portable/openssh-8.8p1/
H A Dmatch.c122 match_pattern_list(const char *string, const char *pattern, int dolower) in match_pattern_list() function
183 return match_pattern_list(string, pattern, 0); in match_usergroup_pattern_list()
200 r = match_pattern_list(hostcopy, pattern, 1); in match_hostname()
335 r = match_pattern_list(cp, filter, 0); in filter_list()
H A Dmatch.h18 int match_pattern_list(const char *, const char *, int);
/dports/security/razorback-api/api-0.5.0/libssh/src/
H A Dmatch.c116 static int match_pattern_list(const char *string, const char *pattern, in match_pattern_list() function
182 return match_pattern_list(host, pattern, len, 1); in match_hostname()
/dports/security/libssh/libssh-0.9.6/src/
H A Dmatch.c130 int match_pattern_list(const char *string, const char *pattern, in match_pattern_list() function
196 return match_pattern_list(host, pattern, len, 1); in match_hostname()
/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dscan.c261 match_pattern_list(const tchar *path, const struct string_list *list, in match_pattern_list() function
296 if (match_pattern_list(path, &params->config->exclusion_pats, in try_exclude()
298 !match_pattern_list(path, &params->config->exclusion_exception_pats, in try_exclude()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dmatch.c119 match_pattern_list(const char *string, const char *pattern, int dolower) in match_pattern_list() function
180 return match_pattern_list(host, pattern, 1); in match_hostname()
H A Dmatch.h22 int match_pattern_list(const char *, const char *, int);
H A Dcompat.c209 if (match_pattern_list(nstate->server_version_string, check[i].pat, 0) == 1) { in ncrackssh_compat_datafellows()
268 if (match_pattern_list(cp, filter, 0) != 1) { in filter_proposal()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dmatch.c120 match_pattern_list(const char *string, const char *pattern, u_int len, in match_pattern_list() function
182 return match_pattern_list(host, pattern, len, 1); in match_hostname()
H A Dcompat.c172 if (match_pattern_list(version, check[i].pat, in compat_datafellows()
226 if (match_pattern_list(cp, filter, strlen(cp), 0) != 1) { in filter_proposal()
H A Dmatch.h18 int match_pattern_list(const char *, const char *, u_int, int);
/dports/security/duo/duo_unix-1.11.4/compat/
H A Dmatch.h18 int match_pattern_list(const char *, const char *, u_int, int);
H A Dmatch.c116 match_pattern_list(const char *string, const char *pattern, u_int len, in match_pattern_list() function
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/
H A Dmatch.h18 int match_pattern_list(const char *, const char *, u_int, int);
/dports/devel/git-filter-repo/git-filter-repo-2.34.0/t/
H A Dtest-lib.sh687 match_pattern_list () { function
803 if match_pattern_list $test_count $verbose_only
833 if match_pattern_list $test_count $valgrind_only
956 if match_pattern_list $this_test.$test_count $GIT_SKIP_TESTS
1165 if match_pattern_list "$this_test" $GIT_SKIP_TESTS
/dports/devel/git-svn/git-2.34.1/t/
H A Dtest-lib.sh762 match_pattern_list () { function
892 if match_pattern_list $test_count "$verbose_only"
922 if match_pattern_list $test_count "$valgrind_only"
1050 if match_pattern_list $this_test.$test_count "$GIT_SKIP_TESTS"
1391 if match_pattern_list "$this_test" "$GIT_SKIP_TESTS"
/dports/devel/git-gui/git-2.34.1/t/
H A Dtest-lib.sh762 match_pattern_list () { function
892 if match_pattern_list $test_count "$verbose_only"
922 if match_pattern_list $test_count "$valgrind_only"
1050 if match_pattern_list $this_test.$test_count "$GIT_SKIP_TESTS"
1391 if match_pattern_list "$this_test" "$GIT_SKIP_TESTS"
/dports/devel/git/git-2.34.1/t/
H A Dtest-lib.sh762 match_pattern_list () { function
892 if match_pattern_list $test_count "$verbose_only"
922 if match_pattern_list $test_count "$valgrind_only"
1050 if match_pattern_list $this_test.$test_count "$GIT_SKIP_TESTS"
1391 if match_pattern_list "$this_test" "$GIT_SKIP_TESTS"
/dports/devel/git-cvs/git-2.34.1/t/
H A Dtest-lib.sh762 match_pattern_list () { function
892 if match_pattern_list $test_count "$verbose_only"
922 if match_pattern_list $test_count "$valgrind_only"
1050 if match_pattern_list $this_test.$test_count "$GIT_SKIP_TESTS"
1391 if match_pattern_list "$this_test" "$GIT_SKIP_TESTS"
/dports/devel/git-p4/git-2.34.1/t/
H A Dtest-lib.sh762 match_pattern_list () { function
892 if match_pattern_list $test_count "$verbose_only"
922 if match_pattern_list $test_count "$valgrind_only"
1050 if match_pattern_list $this_test.$test_count "$GIT_SKIP_TESTS"
1391 if match_pattern_list "$this_test" "$GIT_SKIP_TESTS"
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dtest-lib.sh733 match_pattern_list () { function
849 if match_pattern_list $test_count $verbose_only
879 if match_pattern_list $test_count $valgrind_only
1002 if match_pattern_list $this_test.$test_count $GIT_SKIP_TESTS
1361 if match_pattern_list "$this_test" $GIT_SKIP_TESTS
/dports/net/csync2/csync2-a8d38eb/
H A Dgroups.c26 int match_pattern_list( in match_pattern_list() function
74 if ( match_pattern_list(file, basename, g->pattern) ) break; in csync_find_next()

123