Searched refs:needle (Results 1 – 6 of 6) sorted by relevance
/hardware/ti/omap3/dspbridge/inc/ |
D | csl.h | 218 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | csl.h | 219 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle);
|
/hardware/broadcom/wlan/bcm4329/dhdutil/ |
D | bcmutils.c | 627 bcmstrstr(char *haystack, char *needle) in bcmstrstr() argument 632 if ((haystack == NULL) || (needle == NULL)) in bcmstrstr() 635 nlen = strlen(needle); in bcmstrstr() 639 if (memcmp(needle, &haystack[i], nlen) == 0) in bcmstrstr()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 751 bcmstrstr(const char *haystack, const char *needle) in bcmstrstr() argument 756 if ((haystack == NULL) || (needle == NULL)) in bcmstrstr() 759 nlen = strlen(needle); in bcmstrstr() 763 if (memcmp(needle, &haystack[i], nlen) == 0) in bcmstrstr()
|
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
D | bcmutils.h | 307 extern char *bcmstrstr(char *haystack, char *needle);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 345 extern char *bcmstrstr(const char *haystack, const char *needle);
|