/bionic/libfdtrack/ |
D | fdtrack_test.cpp | 87 ASSERT_NE(nullptr, strstr(result.begin()->second.at(0).function_name, "open")); in TEST() 109 ASSERT_NE(nullptr, strstr(result[fd1].at(0).function_name, "open")); in TEST() 110 ASSERT_NE(nullptr, strstr(result[fd3].at(0).function_name, "open")); in TEST()
|
/bionic/libc/include/ |
D | string.h | 101 char* _Nullable strstr(const char* _Nonnull __haystack, const char* _Nonnull __needle) __attribute_… 244 char* _Nullable __bionic_strstr(const char* _Nonnull h, const char* _Nonnull n) { return strstr(h, … in __bionic_strstr() 247 const char* _Nullable strstr(const char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload… in strstr() function 252 char* _Nullable strstr(char* _Nonnull h, const char* _Nonnull n) __prefer_this_overload { in strstr() function
|
/bionic/tests/ |
D | string_test.cpp | 1554 ASSERT_EQ(some_haystack, strstr(some_haystack, "")); in TEST() 1555 ASSERT_EQ(empty_haystack, strstr(empty_haystack, "")); in TEST() 1593 ASSERT_EQ(haystack + 0, strstr(haystack, "")); in TEST() 1595 ASSERT_EQ(haystack + 0, strstr(haystack, "b")); in TEST() 1596 ASSERT_EQ(haystack + 0, strstr(haystack, "bi")); in TEST() 1597 ASSERT_EQ(haystack + 0, strstr(haystack, "big")); in TEST() 1598 ASSERT_EQ(haystack + 0, strstr(haystack, "big ")); in TEST() 1599 ASSERT_EQ(haystack + 0, strstr(haystack, "big d")); in TEST() 1601 ASSERT_EQ(haystack + 2, strstr(haystack, "g")); in TEST() 1602 ASSERT_EQ(haystack + 10, strstr(haystack, "gi")); in TEST() [all …]
|
D | ftw_test.cpp | 131 EXPECT_EQ(strstr(path, "unreadable") != nullptr ? FTW_DNR : FTW_D, flag) << path; in bug_28197840_ftw()
|
D | iconv_test.cpp | 315 if (strstr(dst_enc, "ascii")) { in RoundTrip()
|
D | dlfcn_test.cpp | 1708 EXPECT_NE(nullptr, strstr(info.dli_fname, "libsegment_gap_inner.so")); in TEST()
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strstr.c | 172 strstr(const char *h, const char *n) in strstr() function 189 DEF_STRONG(strstr);
|
/bionic/tests/headers/posix/ |
D | string_h.c | 67 FUNCTION(strstr, char* (*f)(const char*, const char*)); in string_h()
|
/bionic/libc/bionic/ |
D | iconv.cpp | 76 if ((*lhs == '\0' || strstr(lhs, "//") == lhs) && *rhs == '\0') return true; in __match_encoding() 81 const char* suffix = strstr(s, "//"); in __parse_encoding()
|
D | locale.cpp | 131 return (*locale_name == '\0' || strstr(locale_name, "UTF-8")); in __is_utf8_locale()
|
D | malloc_common_dynamic.cpp | 234 strstr(getprogname(), program) == nullptr) { in CheckLoadMallocDebug()
|
/bionic/linker/ |
D | linker_utils.cpp | 153 const char* const separator = strstr(path, kZipFileSeparator); in parse_zip_path()
|
D | linker.cpp | 932 const char* const separator = strstr(path, kZipFileSeparator); in open_library_in_zipfile() 1002 if (strstr(path, kZipFileSeparator) != nullptr) { in open_library_at_path()
|
/bionic/benchmarks/ |
D | string_benchmark.cpp | 286 if (strstr(haystack_aligned, needle_aligned) == nullptr) { in BM_string_strstr()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_081.S | 337 CALL(strstr)
|
D | liblinker_reloc_bench_144.S | 213 CALL(strstr)
|
D | liblinker_reloc_bench_076.S | 270 CALL(strstr)
|
D | liblinker_reloc_bench_084.S | 993 CALL(strstr)
|
D | liblinker_reloc_bench_085.S | 1847 CALL(strstr)
|
D | liblinker_reloc_bench_029.S | 2169 CALL(strstr)
|
D | liblinker_reloc_bench_154.S | 2455 CALL(strstr)
|
D | liblinker_reloc_bench_070.S | 1369 CALL(strstr)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1020 strstr
|
/bionic/libc/ |
D | libc.map.txt | 1029 strstr;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1029 strstr;
|