Searched refs:pattern (Results 151 - 175 of 1064) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dstring_32.h254 * as we by now know that both pattern and count is constant..
257 void *__constant_c_and_count_memset(void *s, unsigned long pattern, argument
264 *(unsigned char *)s = pattern & 0xff;
267 *(unsigned short *)s = pattern & 0xffff;
270 *(unsigned short *)s = pattern & 0xffff;
271 *((unsigned char *)s + 2) = pattern & 0xff;
274 *(unsigned long *)s = pattern;
288 register unsigned long eax asm("%eax") = pattern;
290 unsigned long eax = pattern;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dstring_32.h254 * as we by now know that both pattern and count is constant..
257 void *__constant_c_and_count_memset(void *s, unsigned long pattern, argument
264 *(unsigned char *)s = pattern & 0xff;
267 *(unsigned short *)s = pattern & 0xffff;
270 *(unsigned short *)s = pattern & 0xffff;
271 *((unsigned char *)s + 2) = pattern & 0xff;
274 *(unsigned long *)s = pattern;
288 register unsigned long eax asm("%eax") = pattern;
290 unsigned long eax = pattern;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/lib/
H A Dcurl_fnmatch.c71 static int parsekeyword(unsigned char **pattern, unsigned char *charset) argument
78 unsigned char *p = *pattern;
101 *pattern = p; /* move caller's pattern pointer */
127 /* returns 1 (true) if pattern is OK, 0 if is bad ("p" is pattern pointer) */
312 static int loop(const unsigned char *pattern, const unsigned char *string) argument
315 unsigned char *p = (unsigned char *)pattern;
419 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) argument
423 if(!pattern || !strin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dcurl_fnmatch.c71 static int parsekeyword(unsigned char **pattern, unsigned char *charset) argument
78 unsigned char *p = *pattern;
101 *pattern = p; /* move caller's pattern pointer */
127 /* returns 1 (true) if pattern is OK, 0 if is bad ("p" is pattern pointer) */
312 static int loop(const unsigned char *pattern, const unsigned char *string) argument
315 unsigned char *p = (unsigned char *)pattern;
419 int Curl_fnmatch(void *ptr, const char *pattern, const char *string) argument
423 if(!pattern || !strin
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Dtclcompat.tcl59 # case var ?in? pattern action ?pattern action ...?
73 return -code error "extra case pattern with no body"
77 local proc case.checker {value pattern} {
78 string match $pattern $value
105 # Second, option argument is a glob pattern
108 proc parray {arrayname {pattern *} {puts puts}} {
112 foreach name [array names a $pattern]] {
119 foreach name [lsort [array names a $pattern]] {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/raw/
H A Dunlink.c53 io.unlink.in.pattern = fname;
60 io.unlink.in.pattern = fname;
69 io.unlink.in.pattern = fname;
74 io.unlink.in.pattern = fname;
79 io.unlink.in.pattern = fname;
85 io.unlink.in.pattern = BASEDIR;
90 io.unlink.in.pattern = BASEDIR;
96 io.unlink.in.pattern = "..";
101 io.unlink.in.pattern = "\\..";
106 io.unlink.in.pattern
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Dtclcompat.tcl59 # case var ?in? pattern action ?pattern action ...?
73 return -code error "extra case pattern with no body"
77 local proc case.checker {value pattern} {
78 string match $pattern $value
105 # Second, option argument is a glob pattern
108 proc parray {arrayname {pattern *} {puts puts}} {
112 foreach name [array names a $pattern]] {
119 foreach name [lsort [array names a $pattern]] {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/raw/
H A Dunlink.c53 io.unlink.in.pattern = fname;
60 io.unlink.in.pattern = fname;
69 io.unlink.in.pattern = fname;
74 io.unlink.in.pattern = fname;
79 io.unlink.in.pattern = fname;
85 io.unlink.in.pattern = BASEDIR;
90 io.unlink.in.pattern = BASEDIR;
96 io.unlink.in.pattern = "..";
101 io.unlink.in.pattern = "\\..";
106 io.unlink.in.pattern
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/raw/
H A Dunlink.c53 io.unlink.in.pattern = fname;
60 io.unlink.in.pattern = fname;
69 io.unlink.in.pattern = fname;
74 io.unlink.in.pattern = fname;
79 io.unlink.in.pattern = fname;
85 io.unlink.in.pattern = BASEDIR;
90 io.unlink.in.pattern = BASEDIR;
96 io.unlink.in.pattern = "..";
101 io.unlink.in.pattern = "\\..";
106 io.unlink.in.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 Dtclcompat.tcl59 # case var ?in? pattern action ?pattern action ...?
73 return -code error "extra case pattern with no body"
77 local proc case.checker {value pattern} {
78 string match $pattern $value
105 # Second, option argument is a glob pattern
108 proc parray {arrayname {pattern *} {puts puts}} {
112 foreach name [array names a $pattern]] {
119 foreach name [lsort [array names a $pattern]] {
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/tools/firmware-utils/src/
H A Daddpattern.c96 fprintf(stderr, "Usage: addpattern [-i trxfile] [-o binfile] [-p pattern] [-g] [-b] [-v v#.#.#] [-r #.#] [-{0|1|2|4}] -h\n");
108 char *pattern = CODE_PATTERN; local
133 pattern = optarg;
176 if (strlen(pattern) != 4) {
177 fprintf(stderr, "illegal pattern \"%s\": length != 4\n", pattern);
203 memcpy(&hdr->magic, pattern, 4);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibxt_string.c82 /* xt_string does not need \0 at the end of the pattern */
84 strncpy(info->pattern, s, XT_STRING_MAX_PATTERN_SIZE);
131 info->pattern[sindex] = s[i+1];
153 info->pattern[sindex] = (char) schar;
159 info->pattern[sindex] = s[i];
261 if (is_hex_string(info->pattern, info->patlen)) {
263 print_hex_string(info->pattern, info->patlen);
266 print_string(info->pattern, info->patlen);
285 if (is_hex_string(info->pattern, info->patlen)) {
287 print_hex_string(info->pattern, inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibxt_string.c82 /* xt_string does not need \0 at the end of the pattern */
84 strncpy(info->pattern, s, XT_STRING_MAX_PATTERN_SIZE);
131 info->pattern[sindex] = s[i+1];
153 info->pattern[sindex] = (char) schar;
159 info->pattern[sindex] = s[i];
261 if (is_hex_string(info->pattern, info->patlen)) {
263 print_hex_string(info->pattern, info->patlen);
266 print_string(info->pattern, info->patlen);
285 if (is_hex_string(info->pattern, info->patlen)) {
287 print_hex_string(info->pattern, inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/extensions/
H A Dlibxt_string.c82 /* xt_string does not need \0 at the end of the pattern */
84 strncpy(info->pattern, s, XT_STRING_MAX_PATTERN_SIZE);
131 info->pattern[sindex] = s[i+1];
153 info->pattern[sindex] = (char) schar;
159 info->pattern[sindex] = s[i];
261 if (is_hex_string(info->pattern, info->patlen)) {
263 print_hex_string(info->pattern, info->patlen);
266 print_string(info->pattern, info->patlen);
285 if (is_hex_string(info->pattern, info->patlen)) {
287 print_hex_string(info->pattern, inf
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/utils/
H A Dnet_cache.c248 * @param argv key pattern to match the entries to
253 const char* pattern; local
258 _(" net cache search <pattern>\n"));
262 pattern = argv[0];
263 gencache_iterate(print_cache_entry, NULL, pattern);
277 const char* pattern = "*"; local
287 gencache_iterate(print_cache_entry, NULL, pattern);
301 const char* pattern = "*"; local
310 gencache_iterate(delete_cache_entry, NULL, pattern);
375 N_("Search entry by pattern"),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/utils/
H A Dnet_cache.c248 * @param argv key pattern to match the entries to
253 const char* pattern; local
258 _(" net cache search <pattern>\n"));
262 pattern = argv[0];
263 gencache_iterate(print_cache_entry, NULL, pattern);
277 const char* pattern = "*"; local
287 gencache_iterate(print_cache_entry, NULL, pattern);
301 const char* pattern = "*"; local
310 gencache_iterate(delete_cache_entry, NULL, pattern);
375 N_("Search entry by pattern"),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/utils/
H A Dnet_cache.c248 * @param argv key pattern to match the entries to
253 const char* pattern; local
258 _(" net cache search <pattern>\n"));
262 pattern = argv[0];
263 gencache_iterate(print_cache_entry, NULL, pattern);
277 const char* pattern = "*"; local
287 gencache_iterate(print_cache_entry, NULL, pattern);
301 const char* pattern = "*"; local
310 gencache_iterate(delete_cache_entry, NULL, pattern);
375 N_("Search entry by pattern"),
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/smbd/
H A Dmangle_map.c30 const char *pattern, /* This isn't. */
31 int len ) /* This is the length of pattern. */
34 /* a * in pattern if indeed there is a * */
40 StrnCpy( pat, pattern, len ); /* Get pattern into a proper string! */
50 if( (len == 1) && (*pattern == '*') )
56 && (*pp) /* Not the end of the pattern. */
64 if( !*sp && !*pp ) /* End of pattern. */
71 if( !*pp ) /* It is at the end of the pattern. */
78 /* The next character in pattern mus
29 map_filename( char *s, const char *pattern, int len ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/env/
H A Denv_file.c97 * A single pass over the file, writing the specified byte pattern.
103 __db_file_write(env, fhp, mbytes, bytes, pattern)
106 int pattern;
117 memset(buf, pattern, FILE_WRITE_IO_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/unit/
H A Dunit1307.c34 char pattern[MAX_PATTERN_L]; member in struct:testcase
162 /* empty string or pattern */
226 rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);
229 tests[i].pattern, tests[i].string, tests[i].result, rc);
230 fail("pattern mismatch");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/env/
H A Denv_file.c97 * A single pass over the file, writing the specified byte pattern.
103 __db_file_write(env, fhp, mbytes, bytes, pattern)
106 int pattern;
117 memset(buf, pattern, FILE_WRITE_IO_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/unit/
H A Dunit1307.c34 char pattern[MAX_PATTERN_L]; member in struct:testcase
162 /* empty string or pattern */
226 rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);
229 tests[i].pattern, tests[i].string, tests[i].result, rc);
230 fail("pattern mismatch");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/smbd/
H A Dmangle_map.c30 const char *pattern, /* This isn't. */
31 int len ) /* This is the length of pattern. */
34 /* a * in pattern if indeed there is a * */
40 StrnCpy( pat, pattern, len ); /* Get pattern into a proper string! */
50 if( (len == 1) && (*pattern == '*') )
56 && (*pp) /* Not the end of the pattern. */
64 if( !*sp && !*pp ) /* End of pattern. */
71 if( !*pp ) /* It is at the end of the pattern. */
78 /* The next character in pattern mus
29 map_filename( char *s, const char *pattern, int len ) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/env/
H A Denv_file.c97 * A single pass over the file, writing the specified byte pattern.
103 __db_file_write(env, fhp, mbytes, bytes, pattern)
106 int pattern;
117 memset(buf, pattern, FILE_WRITE_IO_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/tests/unit/
H A Dunit1307.c34 char pattern[MAX_PATTERN_L]; member in struct:testcase
162 /* empty string or pattern */
226 rc = Curl_fnmatch(NULL, tests[i].pattern, tests[i].string);
229 tests[i].pattern, tests[i].string, tests[i].result, rc);
230 fail("pattern mismatch");

Completed in 159 milliseconds

1234567891011>>