Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 7 of 7) sorted by relevance

/string/
A Dstrstr.c32 #undef strstr
35 #define STRSTR strstr
162 libc_hidden_builtin_def (strstr)
A Dargz-replace.c66 char *match = strstr (arg, str); in __argz_replace()
78 match = strstr (from, str); in __argz_replace()
A Dstring.h330 extern char *strstr (char *__haystack, const char *__needle)
332 extern const char *strstr (const char *__haystack, const char *__needle)
337 strstr (char *__haystack, const char *__needle) __THROW in strstr() function
343 strstr (const char *__haystack, const char *__needle) __THROW in strstr() function
350 extern char *strstr (const char *__haystack, const char *__needle)
A Dtester.c796 check(strstr("abcd", "z") == NULL, 1); /* Not found. */ in test_strstr()
797 check(strstr("abcd", "abx") == NULL, 2); /* Dead end. */ in test_strstr()
799 check(strstr(one, "c") == one+2, 3); /* Basic test. */ in test_strstr()
800 check(strstr(one, "bc") == one+1, 4); /* Multichar. */ in test_strstr()
801 check(strstr(one, "d") == one+3, 5); /* End of string. */ in test_strstr()
803 check(strstr(one, "abc") == one, 7); /* Beginning. */ in test_strstr()
804 check(strstr(one, "abcd") == one, 8); /* Exact match. */ in test_strstr()
805 check(strstr(one, "abcde") == NULL, 9); /* Too long. */ in test_strstr()
806 check(strstr(one, "de") == NULL, 10); /* Past end. */ in test_strstr()
807 check(strstr(one, "") == one, 11); /* Finding empty. */ in test_strstr()
[all …]
A DVersions41 strsignal; strspn; strstr; strtok; strtok_r; strxfrm; swab;
A DMakefile36 strrchr strpbrk strsignal strspn strstr strtok \
54 strstr strcasestr strnlen strcasecmp strncasecmp \
A Dtest-strstr.c57 IMPL (strstr, 1)

Completed in 14 milliseconds