Searched refs:pattern (Results 1 - 6 of 6) sorted by relevance
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/ |
H A D | aliaslist.c | 61 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.6-ESV-R11/contrib/idn/idnkit-1.0-src/include/idn/ |
H A D | aliaslist.h | 95 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.6-ESV-R11/lib/dns/ |
H A D | gen-win32.h | 226 char pattern[_MAX_PATH], *p; local 231 if (strlen(path) + 3 > sizeof(pattern)) 234 strcpy(pattern, path); 239 p = pattern + strlen(pattern); 240 if (p != pattern && p[-1] != '\\' && p[-1] != ':') 247 dir->handle = FindFirstFile(pattern, &dir->find_data);
|
/bind-9.6-ESV-R11/win32utils/ |
H A D | makedefs.pl | 105 $pattern = "\^\(\(\[\_a\-z0\-9\]\)\*\( \)\)\*\(\\*\( \)\+\)\*$prefix"; 106 $pattern = "$pattern\_\[\_a\-z0\-9\]\+_\[a\-z0\-9\]\+\( \)\*\\\("; 114 # Open the file and locate the pattern. 120 if(/$pattern/) {
|
/bind-9.6-ESV-R11/bin/tests/system/upforwd/ans4/ |
H A D | ans.pl | 21 # responses based on pattern matching the queries, and 27 # /pattern/ 31 # /pattern/ 37 # with any number of response RRs. Each pattern is a 42 # printable query type) and matched against each pattern. 44 # The first pattern matching the query is selected, and 45 # the RR following the pattern line are sent in the 57 # /pattern <key> <key_data>/ 62 # pattern, only this data will be signed. Currently, this is only 129 my $pattern [all...] |
/bind-9.6-ESV-R11/bin/tests/system/ |
H A D | ans.pl | 21 # responses based on pattern matching the queries, and 27 # /pattern/ 31 # /pattern/ 37 # with any number of response RRs. Each pattern is a 42 # printable query type) and matched against each pattern. 44 # The first pattern matching the query is selected, and 45 # the RR following the pattern line are sent in the 57 # /pattern <key> <key_data>/ 62 # pattern, only this data will be signed. Currently, this is only 142 my $pattern [all...] |
Completed in 3640 milliseconds