Searched refs:my_strchr (Results 1 – 15 of 15) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | linux_libc_support_unittest.cc | 130 ASSERT_EQ(NULL, my_strchr("abc", 'd')); in TEST() 131 ASSERT_EQ(NULL, my_strchr("", 'd')); in TEST() 132 ASSERT_EQ(NULL, my_strchr("efghi", 'd')); in TEST() 134 ASSERT_TRUE(my_strchr("a", 'a')); in TEST() 135 ASSERT_TRUE(my_strchr("abc", 'a')); in TEST() 136 ASSERT_TRUE(my_strchr("bcda", 'a')); in TEST() 137 ASSERT_TRUE(my_strchr("sdfasdf", 'a')); in TEST() 140 ASSERT_EQ(abc3, my_strchr(abc3, 'a')); in TEST()
|
D | linux_libc_support.h | 66 extern const char* my_strchr(const char* haystack, char needle);
|
D | linux_libc_support.cc | 123 const char* my_strchr(const char* haystack, char needle) { in my_strchr() function
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_stringptr.py | 45 strchr = lib.my_strchr
|
D | test_funcptr.py | 97 strchr = lib.my_strchr
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_stringptr.py | 47 strchr = lib.my_strchr
|
D | test_funcptr.py | 97 strchr = lib.my_strchr
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 115 EXPORT(char *)my_strchr(const char *s, int c) in my_strchr() function
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper.cc | 580 if (((name = my_strchr(line, '/')) == NULL) && in EnumerateMappings()
|
D | minidump_writer.cc | 1184 const char* p = my_strchr(tag, ' '); in WriteCPUInformation()
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 294 EXPORT(char *)my_strchr(const char *s, int c) in my_strchr() function
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 3256 FUNC a0a0 42 0 my_strchr
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 3343 FUNC a600 42 0 my_strchr
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 31844 FUNC 4887c 1a 0 my_strchr
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 33476 FUNC 6cc5c 28 0 my_strchr
|