Searched refs:needle (Results 26 - 50 of 57) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_recycle.c251 * Check if needle is contained exactly in haystack
253 * @param needle string to be matched exactly to haystack
256 static BOOL checkparam(const char **haystack_list, const char *needle) argument
261 *haystack_list[0] == '\0' || needle == NULL || *needle == '\0') {
266 if(strequal(haystack_list[i], needle)) {
275 * Check if needle is contained in haystack, * and ? patterns are resolved
277 * @param needle string to be matched exectly to haystack including pattern matching
280 static BOOL matchparam(const char **haystack_list, const char *needle) argument
285 *haystack_list[0] == '\0' || needle
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dmetadata.h71 ends_with(const char * haystack, const char * needle);
H A Dutils.c34 ends_with(const char * haystack, const char * needle) argument
37 int nlen = strlen(needle);
44 return (strcasecmp(end, needle) ? 0 : 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dmetadata.h83 ends_with(const char * haystack, const char * needle);
H A Dutils.c56 ends_with(const char * haystack, const char * needle) argument
59 int nlen = strlen(needle);
66 return (strcasecmp(end, needle) ? 0 : 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dmetadata.h73 ends_with(const char * haystack, const char * needle);
H A Dutils.c34 ends_with(const char * haystack, const char * needle) argument
37 int nlen = strlen(needle);
44 return (strcasecmp(end, needle) ? 0 : 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/hotplug2/
H A Drules.c62 static char *replace_str(char *hay, char *needle, char *replacement) { argument
72 if (needle == NULL || *needle=='\0')
78 if (needle[j] == *ptr) {
80 if (needle[j] == '\0') {
95 needle_len = strlen(needle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsslgen.h27 struct ssl_config_data* needle);
H A Durl.c2844 * Given one filled in connection struct (named needle), this function should
2854 struct connectdata *needle,
2859 bool canPipeline = IsPipeliningPossible(data, needle);
2957 if((needle->handler->flags&PROTOPT_SSL) !=
2962 if(needle->handler->flags&PROTOPT_SSL) {
2968 if(needle->bits.proxy != check->bits.proxy)
2977 if(needle->localdev || needle->localport) {
2989 if((check->localport != needle->localport) ||
2990 (check->localportrange != needle
2853 ConnectionExists(struct SessionHandle *data, struct connectdata *needle, struct connectdata **usethis) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstring.in.h331 extern char *strcasestr (const char *haystack, const char *needle);
429 extern char * mbsstr (const char *haystack, const char *needle);
472 strlen (haystack) < strlen (needle) !
474 extern char * mbscasestr (const char *haystack, const char *needle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.in.h120 const gchar *needle);
123 const gchar *needle);
126 const gchar *needle);
H A Dgstrfuncs.c2577 * @needle: the string to search for.
2580 * of the string @needle, limiting the length of the search
2589 const gchar *needle)
2592 g_return_val_if_fail (needle != NULL, NULL);
2595 return strstr (haystack, needle);
2599 gsize needle_len = strlen (needle);
2614 if (p[i] != needle[i])
2632 * @needle: the nul-terminated string to search for.
2635 * of the string @needle.
2642 const gchar *needle)
2587 g_strstr_len(const gchar *haystack, gssize haystack_len, const gchar *needle) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.in.h120 const gchar *needle);
123 const gchar *needle);
126 const gchar *needle);
H A Dgstrfuncs.c2577 * @needle: the string to search for.
2580 * of the string @needle, limiting the length of the search
2589 const gchar *needle)
2592 g_return_val_if_fail (needle != NULL, NULL);
2595 return strstr (haystack, needle);
2599 gsize needle_len = strlen (needle);
2614 if (p[i] != needle[i])
2632 * @needle: the nul-terminated string to search for.
2635 * of the string @needle.
2642 const gchar *needle)
2587 g_strstr_len(const gchar *haystack, gssize haystack_len, const gchar *needle) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstring.in.h331 extern char *strcasestr (const char *haystack, const char *needle);
429 extern char * mbsstr (const char *haystack, const char *needle);
472 strlen (haystack) < strlen (needle) !
474 extern char * mbscasestr (const char *haystack, const char *needle);
H A Dunistr.h624 u8_strstr (const uint8_t *haystack, const uint8_t *needle);
626 u16_strstr (const uint16_t *haystack, const uint16_t *needle);
628 u32_strstr (const uint32_t *haystack, const uint32_t *needle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstring.in.h331 extern char *strcasestr (const char *haystack, const char *needle);
429 extern char * mbsstr (const char *haystack, const char *needle);
472 strlen (haystack) < strlen (needle) !
474 extern char * mbscasestr (const char *haystack, const char *needle);
H A Dunistr.h624 u8_strstr (const uint8_t *haystack, const uint8_t *needle);
626 u16_strstr (const uint16_t *haystack, const uint16_t *needle);
628 u32_strstr (const uint32_t *haystack, const uint32_t *needle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dshutils.h184 extern char *find_in_list(const char *haystack, const char *needle);
H A Dshutils.c513 * locate the string "needle"
516 find_in_list(const char *haystack, const char *needle) argument
523 if (!haystack || !needle || !*haystack || !*needle)
526 needle_len = strlen(needle);
537 if ((needle_len == len) && (!strncmp(needle, ptr, len)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_sip.c210 const char *ct_sip_search(const char *needle, const char *haystack, argument
218 if (strncmp(haystack, needle, needle_len) == 0)
221 if (strnicmp(haystack, needle, needle_len) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dtunala.h211 char *int_strstr(const char *haystack, const char *needle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.h212 char *int_strstr(const char *haystack, const char *needle);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/dma/
H A Ddma-api.c105 static int search_cap(const char **haystack, const char *needle) argument
110 if (strcmp(*p, needle) == 0)

Completed in 294 milliseconds

123