Searched refs:pattern (Results 1 - 9 of 9) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Daliaslist.c61 char *pattern; /* name pattern */ member in struct:aliasitem
73 const char *pattern, const char *encoding);
77 const char *pattern, const char *encoding);
79 static int match(const char *pattern, const char *str);
81 static idn_result_t create_item(const char *pattern, const char *encoding,
115 if (current->pattern != NULL) {
116 free(current->pattern);
172 const char *pattern, const char *encoding,
175 return additem_to_top(list, pattern, encodin
171 idn__aliaslist_additem(idn__aliaslist_t list, const char *pattern, const char *encoding, int first_item) argument
182 additem_to_top(idn__aliaslist_t list, const char *pattern, const char *encoding) argument
210 additem_to_bottom(idn__aliaslist_t list, const char *pattern, const char *encoding) argument
244 idn__aliaslist_find(idn__aliaslist_t list, const char *pattern, char **encodingp) argument
278 match(const char *pattern, const char *str) argument
306 create_item(const char *pattern, const char *encoding, aliasitem_t *itemp) argument
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/
H A Daliaslist.h95 const char *pattern, const char *encoding,
99 * Find the encoding name with the specified pattern by wildcard
108 const char *pattern, char **encodingp);
/bind-9.11.3/lib/dns/
H A Dgen-win32.h217 char pattern[_MAX_PATH], *p; local
222 if (strlen(path) + 3 > sizeof(pattern))
225 strcpy(pattern, path);
230 p = pattern + strlen(pattern);
231 if (p != pattern && p[-1] != '\\' && p[-1] != ':')
238 dir->handle = FindFirstFile(pattern, &dir->find_data);
/bind-9.11.3/contrib/dlz/modules/wildcard/
H A Ddlz_wildcard_dynamic.c116 fnmatch(const char *pattern, const char *string, int flags);
122 shortest_match(const char *pattern, const char *string);
538 shortest_match(const char *pattern, const char *string) { argument
540 if (pattern == NULL || p == NULL || *p == '\0')
546 if (fnmatch(pattern, p + 1, FNM_CASEFOLD) == 0)
550 if (fnmatch(pattern, string, FNM_CASEFOLD) == 0)
571 fnmatch(const char *pattern, const char *string, int flags) { argument
577 switch (c = *pattern++) {
594 c = *pattern;
597 c = *++pattern;
674 rangematch(const char *pattern, char test, int flags, char **newp) argument
[all...]
/bind-9.11.3/win32utils/legacy/
H A Dmakedefs.pl118 $pattern = "\^\(\(\[\_a\-z0\-9\]\)\*\( \)\)\*\(\\*\( \)\+\)\*$prefix";
119 $pattern = "$pattern\_\[\_a\-z0\-9\]\+_\[a\-z0\-9\]\+\( \)\*\\\(";
127 # Open the file and locate the pattern.
133 if(/$pattern/) {
/bind-9.11.3/bin/tests/system/upforwd/ans4/
H A Dans.pl13 # responses based on pattern matching the queries, and
19 # /pattern/
23 # /pattern/
29 # with any number of response RRs. Each pattern is a
34 # printable query type) and matched against each pattern.
36 # The first pattern matching the query is selected, and
37 # the RR following the pattern line are sent in the
49 # /pattern <key> <key_data>/
54 # pattern, only this data will be signed. Currently, this is only
121 my $pattern
[all...]
/bind-9.11.3/bin/tests/system/
H A Dans.pl13 # responses based on pattern matching the queries, and
19 # /pattern/
23 # /pattern/
29 # with any number of response RRs. Each pattern is a
30 # Perl regular expression. If an empty pattern ("//") is
34 # pattern is then received over the same control connection,
39 # printable query type) and matched against each pattern.
41 # The first pattern matching the query is selected, and
42 # the RR following the pattern line are sent in the
54 # /pattern <ke
[all...]
/bind-9.11.3/bin/tests/system/autosign/
H A Dtests.sh104 pattern="DNSKEY 7 2 [0-9]* [0-9]* [0-9]* ${zskid} "
105 grep "${pattern}" dig.out.ns3.test$n > /dev/null && ret=1
1281 pattern="DNSKEY 7 2 [0-9]* [0-9]* [0-9]* ${zskid} "
1282 grep "${pattern}" dig.out.ns3.test$n > /dev/null || ret=1
1286 pattern="DNSKEY 7 2 [0-9]* [0-9]* [0-9]* ${kskid} "
1287 grep "${pattern}" dig.out.ns3.test$n > /dev/null && ret=1
1313 pattern="DNSKEY 7 2 [0-9]* [0-9]* [0-9]* ${zskid} "
1314 grep "${pattern}" dig.out.ns3.test$n > /dev/null || ret=1
/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-check.cpp110 temp_file(const char* pattern) : argument
115 atf::env::get("TMPDIR", "/tmp")) / pattern;

Completed in 28 milliseconds