Searched refs:needle (Results 1 - 25 of 162) sorted by relevance

1234567

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dstrcasestr.h4 extern char * strcasestr(char* haystack, char* needle);
H A Dstrcasestr.c10 char * strcasestr(char* haystack, char* needle) { argument
12 int nlength = strlen (needle);
20 if (strncasecmp (haystack + i, needle, nlength) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dstrcasestr.h4 extern char * strcasestr(char* haystack, char* needle);
H A Dstrcasestr.c10 char * strcasestr(char* haystack, char* needle) { argument
12 int nlength = strlen (needle);
20 if (strncasecmp (haystack + i, needle, nlength) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dstrcasestr.h4 extern char * strcasestr(char* haystack, char* needle);
H A Dstrcasestr.c10 char * strcasestr(char* haystack, char* needle) { argument
12 int nlength = strlen (needle);
20 if (strncasecmp (haystack + i, needle, nlength) == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/demos/tunala/
H A Dbreakage.c43 char *int_strstr(const char *haystack, const char *needle) argument
45 const char *sub_haystack = haystack, *sub_needle = needle;
47 if (!needle)
60 sub_needle = needle;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/demos/tunala/
H A Dbreakage.c41 char *int_strstr(const char *haystack, const char *needle) argument
43 const char *sub_haystack = haystack, *sub_needle = needle;
45 if(!needle)
58 sub_needle = needle;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/demos/tunala/
H A Dbreakage.c41 char *int_strstr(const char *haystack, const char *needle) argument
43 const char *sub_haystack = haystack, *sub_needle = needle;
45 if(!needle)
58 sub_needle = needle;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/demos/tunala/
H A Dbreakage.c43 char *int_strstr(const char *haystack, const char *needle) argument
45 const char *sub_haystack = haystack, *sub_needle = needle;
47 if (!needle)
60 sub_needle = needle;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/demos/tunala/
H A Dbreakage.c43 char *int_strstr(const char *haystack, const char *needle) argument
45 const char *sub_haystack = haystack, *sub_needle = needle;
47 if (!needle)
60 sub_needle = needle;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/demos/tunala/
H A Dbreakage.c41 char *int_strstr(const char *haystack, const char *needle) argument
43 const char *sub_haystack = haystack, *sub_needle = needle;
45 if(!needle)
58 sub_needle = needle;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dstrcasestr.c46 const char *needle = needle_start; local
54 while (*haystack && *needle)
57 == TOLOWER ((unsigned char) *needle));
59 needle++;
61 if (*needle)
65 needle_len = needle - needle_start;
H A Dstr-two-way.h61 needle, the better the potential performance gain. On the other
108 critical_factorization (const unsigned char *needle, size_t needle_len, argument
141 a = CANON_ELEMENT (needle[j + k]);
142 b = CANON_ELEMENT (needle[max_suffix + k]);
176 a = CANON_ELEMENT (needle[j + k]);
177 b = CANON_ELEMENT (needle[max_suffix_rev + k]);
236 const unsigned char *needle, size_t needle_len)
240 size_t period; /* The period of the right half of needle. */
241 size_t suffix; /* The index of the right half of needle. */
243 /* Factor the needle int
235 two_way_short_needle(const unsigned char *haystack, size_t haystack_len, const unsigned char *needle, size_t needle_len) argument
329 two_way_long_needle(const unsigned char *haystack, size_t haystack_len, const unsigned char *needle, size_t needle_len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dstrcasestr.c46 const char *needle = needle_start; local
54 while (*haystack && *needle)
57 == TOLOWER ((unsigned char) *needle));
59 needle++;
61 if (*needle)
65 needle_len = needle - needle_start;
H A Dstr-two-way.h61 needle, the better the potential performance gain. On the other
108 critical_factorization (const unsigned char *needle, size_t needle_len, argument
141 a = CANON_ELEMENT (needle[j + k]);
142 b = CANON_ELEMENT (needle[max_suffix + k]);
176 a = CANON_ELEMENT (needle[j + k]);
177 b = CANON_ELEMENT (needle[max_suffix_rev + k]);
236 const unsigned char *needle, size_t needle_len)
240 size_t period; /* The period of the right half of needle. */
241 size_t suffix; /* The index of the right half of needle. */
243 /* Factor the needle int
235 two_way_short_needle(const unsigned char *haystack, size_t haystack_len, const unsigned char *needle, size_t needle_len) argument
329 two_way_long_needle(const unsigned char *haystack, size_t haystack_len, const unsigned char *needle, size_t needle_len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dstrcasestr.c46 const char *needle = needle_start; local
54 while (*haystack && *needle)
57 == TOLOWER ((unsigned char) *needle));
59 needle++;
61 if (*needle)
65 needle_len = needle - needle_start;
H A Dstr-two-way.h61 needle, the better the potential performance gain. On the other
108 critical_factorization (const unsigned char *needle, size_t needle_len, argument
141 a = CANON_ELEMENT (needle[j + k]);
142 b = CANON_ELEMENT (needle[max_suffix + k]);
176 a = CANON_ELEMENT (needle[j + k]);
177 b = CANON_ELEMENT (needle[max_suffix_rev + k]);
236 const unsigned char *needle, size_t needle_len)
240 size_t period; /* The period of the right half of needle. */
241 size_t suffix; /* The index of the right half of needle. */
243 /* Factor the needle int
235 two_way_short_needle(const unsigned char *haystack, size_t haystack_len, const unsigned char *needle, size_t needle_len) argument
329 two_way_long_needle(const unsigned char *haystack, size_t haystack_len, const unsigned char *needle, size_t needle_len) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dstrrstr.c19 * The strrstr() function finds the last occurrence of the substring needle
22 char* FAST_FUNC strrstr(const char *haystack, const char *needle) argument
26 if (!needle[0])
29 char *p = strstr(haystack, needle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dstrrstr.c19 * The strrstr() function finds the last occurrence of the substring needle
22 char* FAST_FUNC strrstr(const char *haystack, const char *needle) argument
26 if (!needle[0])
29 char *p = strstr(haystack, needle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dstrrstr.c19 * The strrstr() function finds the last occurrence of the substring needle
22 char* FAST_FUNC strrstr(const char *haystack, const char *needle) argument
26 if (!needle[0])
29 char *p = strstr(haystack, needle);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dem_nbyte.c45 struct bstr *needle = args; local
58 if (needle->len <= 0)
59 return PARSE_ERR(args, "nbyte: needle length is 0");
96 nb.len = needle->len;
102 addraw_l(n, MAX_MSG, needle->data, needle->len);
113 __u8 *needle; local
125 needle = data + sizeof(*nb);
128 fprintf(fd, "%02x ", needle[i]);
132 fprintf(fd, "%c", isprint(needle[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dem_nbyte.c44 struct bstr *needle = args; local
57 if (needle->len <= 0)
58 return PARSE_ERR(args, "nbyte: needle length is 0");
95 nb.len = needle->len;
101 addraw_l(n, MAX_MSG, needle->data, needle->len);
112 __u8 *needle; local
124 needle = data + sizeof(*nb);
127 fprintf(fd, "%02x ", needle[i]);
131 fprintf(fd, "%c", isprint(needle[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dem_nbyte.c45 struct bstr *needle = args; local
58 if (needle->len <= 0)
59 return PARSE_ERR(args, "nbyte: needle length is 0");
96 nb.len = needle->len;
102 addraw_l(n, MAX_MSG, needle->data, needle->len);
113 __u8 *needle; local
125 needle = data + sizeof(*nb);
128 fprintf(fd, "%02x ", needle[i]);
132 fprintf(fd, "%c", isprint(needle[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dem_nbyte.c44 struct bstr *needle = args; local
57 if (needle->len <= 0)
58 return PARSE_ERR(args, "nbyte: needle length is 0");
95 nb.len = needle->len;
101 addraw_l(n, MAX_MSG, needle->data, needle->len);
112 __u8 *needle; local
124 needle = data + sizeof(*nb);
127 fprintf(fd, "%02x ", needle[i]);
131 fprintf(fd, "%c", isprint(needle[
[all...]

Completed in 226 milliseconds

1234567