Home | History | Annotate | Download | only in lib

Lines Matching refs:needle

69 /* Return the first occurrence of NEEDLE in HAYSTACK.  */
337 char *strstr (const char *haystack, const char *needle)
355 /* Find the first occurrence of NEEDLE in HAYSTACK, using case-insensitive
362 extern char *strcasestr (const char *haystack, const char *needle)
457 /* Find the first occurrence of the character string NEEDLE in the character
458 string HAYSTACK. Return NULL if NEEDLE is not found in HAYSTACK.
461 extern char * mbsstr (const char *haystack, const char *needle);
501 /* Find the first occurrence of the character string NEEDLE in the character
504 strlen (haystack) < strlen (needle) !
506 extern char * mbscasestr (const char *haystack, const char *needle);