Searched refs:pattern (Results 251 - 275 of 1064) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/h8300/
H A Drotxl.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
117 set_grs_a5a5 ; Fill all general regs with a fixed pattern
140 set_grs_a5a5 ; Fill all general regs with a fixed pattern
H A Dshal.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
117 set_grs_a5a5 ; Fill all general regs with a fixed pattern
140 set_grs_a5a5 ; Fill all general regs with a fixed pattern
H A Dmovw.s29 set_grs_a5a5 ; Fill all general regs with a fixed pattern
54 set_grs_a5a5 ; Fill all general regs with a fixed pattern
80 set_grs_a5a5 ; Fill all general regs with a fixed pattern
111 set_grs_a5a5 ; Fill all general regs with a fixed pattern
142 set_grs_a5a5 ; Fill all general regs with a fixed pattern
174 set_grs_a5a5 ; Fill all general regs with a fixed pattern
206 set_grs_a5a5 ; Fill all general regs with a fixed pattern
238 set_grs_a5a5 ; Fill all general regs with a fixed pattern
270 set_grs_a5a5 ; Fill all general regs with a fixed pattern
302 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/h8300/
H A Drotxl.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
117 set_grs_a5a5 ; Fill all general regs with a fixed pattern
140 set_grs_a5a5 ; Fill all general regs with a fixed pattern
H A Dshal.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
117 set_grs_a5a5 ; Fill all general regs with a fixed pattern
140 set_grs_a5a5 ; Fill all general regs with a fixed pattern
H A Dmovw.s29 set_grs_a5a5 ; Fill all general regs with a fixed pattern
54 set_grs_a5a5 ; Fill all general regs with a fixed pattern
80 set_grs_a5a5 ; Fill all general regs with a fixed pattern
111 set_grs_a5a5 ; Fill all general regs with a fixed pattern
142 set_grs_a5a5 ; Fill all general regs with a fixed pattern
174 set_grs_a5a5 ; Fill all general regs with a fixed pattern
206 set_grs_a5a5 ; Fill all general regs with a fixed pattern
238 set_grs_a5a5 ; Fill all general regs with a fixed pattern
270 set_grs_a5a5 ; Fill all general regs with a fixed pattern
302 set_grs_a5a5 ; Fill all general regs with a fixed pattern
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/stf/
H A Dcomfychair.py136 def assert_re_match(self, pattern, s):
137 """Assert that a string matches a particular pattern
140 pattern string: regular expression
146 if not re.match(pattern, s):
149 " re: %s" % (`s`, `pattern`))
151 def assert_re_search(self, pattern, s):
152 """Assert that a string *contains* a particular pattern
155 pattern string: regular expression
161 if not re.search(pattern, s):
164 " re: %s" % (`s`, `pattern`))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibipt_layer7.c61 enum { protocol, pattern, done } datatype = protocol; enumerator in enum:__anon4639
104 datatype = pattern;
106 else if(datatype == pattern)
110 strncpy(info->pattern, line, MAX_PATTERN_LEN);
130 info->pattern);
281 //fprintf(stderr, "Trying to find pattern in %s ... ", filename);
289 /* read in the pattern from the file */
304 "Couldn't find a pattern definition file for %s.\n", s);
308 strncpy(info->pattern, pre_process(info->pattern), MAX_PATTERN_LE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibipt_layer7.c59 enum { protocol, pattern, done } datatype = protocol; enumerator in enum:__anon4702
102 datatype = pattern;
104 else if(datatype == pattern)
108 strncpy(info->pattern, linebuf, MAX_PATTERN_LEN);
128 info->pattern);
279 //fprintf(stderr, "Trying to find pattern in %s ... ", filename);
287 /* read in the pattern from the file */
302 "Couldn't find a pattern definition file for %s.\n", s);
306 strncpy(info->pattern, pre_process(info->pattern), MAX_PATTERN_LE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/stf/
H A Dcomfychair.py136 def assert_re_match(self, pattern, s):
137 """Assert that a string matches a particular pattern
140 pattern string: regular expression
146 if not re.match(pattern, s):
149 " re: %s" % (`s`, `pattern`))
151 def assert_re_search(self, pattern, s):
152 """Assert that a string *contains* a particular pattern
155 pattern string: regular expression
161 if not re.search(pattern, s):
164 " re: %s" % (`s`, `pattern`))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/stf/
H A Dcomfychair.py138 def assert_re_match(self, pattern, s):
139 """Assert that a string matches a particular pattern
142 pattern string: regular expression
148 if not re.match(pattern, s):
151 " re: %s" % (`s`, `pattern`))
153 def assert_re_search(self, pattern, s):
154 """Assert that a string *contains* a particular pattern
157 pattern string: regular expression
163 if not re.search(pattern, s):
166 " re: %s" % (`s`, `pattern`))
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_jit_test.c127 const char *pattern; member in struct:regression_test_case
961 while (current->pattern) {
962 /* printf("\nPattern: %s :\n", current->pattern); */
968 is_ascii_pattern = check_ascii(current->pattern);
982 re8 = pcre_compile(current->pattern,
991 printf("\n8 bit: Cannot study pattern: %s\n", current->pattern);
996 printf("\n8 bit: JIT compiler does not support: %s\n", current->pattern);
1003 printf("\n8 bit: Cannot compile pattern: %s\n", current->pattern);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/h8300/
H A Drotxl.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
117 set_grs_a5a5 ; Fill all general regs with a fixed pattern
140 set_grs_a5a5 ; Fill all general regs with a fixed pattern
H A Dshal.s25 set_grs_a5a5 ; Fill all general regs with a fixed pattern
48 set_grs_a5a5 ; Fill all general regs with a fixed pattern
73 set_grs_a5a5 ; Fill all general regs with a fixed pattern
95 set_grs_a5a5 ; Fill all general regs with a fixed pattern
117 set_grs_a5a5 ; Fill all general regs with a fixed pattern
140 set_grs_a5a5 ; Fill all general regs with a fixed pattern
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibipt_layer7.c61 enum { protocol, pattern, done } datatype = protocol; enumerator in enum:__anon38664
104 datatype = pattern;
106 else if(datatype == pattern)
110 strncpy(info->pattern, line, MAX_PATTERN_LEN);
130 info->pattern);
281 //fprintf(stderr, "Trying to find pattern in %s ... ", filename);
289 /* read in the pattern from the file */
304 "Couldn't find a pattern definition file for %s.\n", s);
308 strncpy(info->pattern, pre_process(info->pattern), MAX_PATTERN_LE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibipt_layer7.c59 enum { protocol, pattern, done } datatype = protocol; enumerator in enum:__anon38727
102 datatype = pattern;
104 else if(datatype == pattern)
108 strncpy(info->pattern, linebuf, MAX_PATTERN_LEN);
128 info->pattern);
279 //fprintf(stderr, "Trying to find pattern in %s ... ", filename);
287 /* read in the pattern from the file */
302 "Couldn't find a pattern definition file for %s.\n", s);
306 strncpy(info->pattern, pre_process(info->pattern), MAX_PATTERN_LE
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Djimregexp.c678 const char *pattern = preg->regparse; local
680 if (*pattern == '^') { /* Complement of range. */
682 pattern++;
687 if (*pattern == ']' || *pattern == '-') {
688 reg_addrange(preg, *pattern, *pattern);
689 pattern++;
692 while (*pattern && *pattern !
[all...]
H A Djim-regexp.c72 const char *pattern; local
85 pattern = Jim_String(objPtr);
88 if ((ret = regcomp(compre, pattern, REG_EXTENDED | flags)) != 0) {
92 Jim_SetResultFormatted(interp, "couldn't compile regular expression pattern: %s", buf);
118 const char *pattern; local
193 pattern = Jim_String(argv[i]);
236 Jim_SetResultFormatted(interp, "error while matching pattern: %s", buf);
303 if (opt_all && (pattern[0] != '^' || (regcomp_flags & REG_NEWLINE)) && *source_str) {
353 const char *pattern; local
413 pattern
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Djimregexp.c678 const char *pattern = preg->regparse; local
680 if (*pattern == '^') { /* Complement of range. */
682 pattern++;
687 if (*pattern == ']' || *pattern == '-') {
688 reg_addrange(preg, *pattern, *pattern);
689 pattern++;
692 while (*pattern && *pattern !
[all...]
H A Djim-regexp.c72 const char *pattern; local
85 pattern = Jim_String(objPtr);
88 if ((ret = regcomp(compre, pattern, REG_EXTENDED | flags)) != 0) {
92 Jim_SetResultFormatted(interp, "couldn't compile regular expression pattern: %s", buf);
118 const char *pattern; local
193 pattern = Jim_String(argv[i]);
236 Jim_SetResultFormatted(interp, "error while matching pattern: %s", buf);
303 if (opt_all && (pattern[0] != '^' || (regcomp_flags & REG_NEWLINE)) && *source_str) {
353 const char *pattern; local
413 pattern
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Djimregexp.c678 const char *pattern = preg->regparse; local
680 if (*pattern == '^') { /* Complement of range. */
682 pattern++;
687 if (*pattern == ']' || *pattern == '-') {
688 reg_addrange(preg, *pattern, *pattern);
689 pattern++;
692 while (*pattern && *pattern !
[all...]
H A Djim-regexp.c72 const char *pattern; local
85 pattern = Jim_String(objPtr);
88 if ((ret = regcomp(compre, pattern, REG_EXTENDED | flags)) != 0) {
92 Jim_SetResultFormatted(interp, "couldn't compile regular expression pattern: %s", buf);
118 const char *pattern; local
193 pattern = Jim_String(argv[i]);
236 Jim_SetResultFormatted(interp, "error while matching pattern: %s", buf);
303 if (opt_all && (pattern[0] != '^' || (regcomp_flags & REG_NEWLINE)) && *source_str) {
353 const char *pattern; local
413 pattern
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dtriostr.c718 @param pattern Pattern, including wildcards, to search for.
729 TRIO_ARGS2((string, pattern),
731 TRIO_CONST char *pattern)
734 assert(pattern);
736 for (; ('*' != *pattern); ++pattern, ++string)
740 return (NIL == *pattern);
742 if ((trio_to_upper((int)*string) != trio_to_upper((int)*pattern))
743 && ('?' != *pattern))
749 while ('*' == pattern[
728 trio_match(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
781 trio_match_case(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dtriostr.c718 @param pattern Pattern, including wildcards, to search for.
729 TRIO_ARGS2((string, pattern),
731 TRIO_CONST char *pattern)
734 assert(pattern);
736 for (; ('*' != *pattern); ++pattern, ++string)
740 return (NIL == *pattern);
742 if ((trio_to_upper((int)*string) != trio_to_upper((int)*pattern))
743 && ('?' != *pattern))
749 while ('*' == pattern[
728 trio_match(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
781 trio_match_case(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dtriostr.c718 @param pattern Pattern, including wildcards, to search for.
729 TRIO_ARGS2((string, pattern),
731 TRIO_CONST char *pattern)
734 assert(pattern);
736 for (; ('*' != *pattern); ++pattern, ++string)
740 return (NIL == *pattern);
742 if ((trio_to_upper((int)*string) != trio_to_upper((int)*pattern))
743 && ('?' != *pattern))
749 while ('*' == pattern[
728 trio_match(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
781 trio_match_case(string, pattern), TRIO_CONST char *string, TRIO_CONST char *pattern argument
[all...]

Completed in 315 milliseconds

<<11121314151617181920>>