/external/elfutils/libelf/ |
D | elf_strptr.c | 169 if (likely (memrchr (&strscn->zdata_base[offset], in elf_strptr() 188 if (likely (memrchr (&strscn->rawdata_base[offset], in elf_strptr() 206 if (likely (memrchr ((char *) dl->data.d.d_buf in elf_strptr()
|
/external/bison/lib/ |
D | string.in.h | 189 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 196 _GL_CXXALIAS_SYS_CAST2 (memrchr, 201 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t)); 202 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t)); 204 _GL_CXXALIASWARN (memrchr); 207 # undef memrchr 209 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - "
|
/external/bison/linux-lib/ |
D | string.h | 501 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 508 _GL_CXXALIAS_SYS_CAST2 (memrchr, 513 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t)); 514 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t)); 516 _GL_CXXALIASWARN (memrchr); 519 # undef memrchr 521 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - "
|
/external/bison/darwin-lib/ |
D | string.h | 501 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t) 508 _GL_CXXALIAS_SYS_CAST2 (memrchr, 513 _GL_CXXALIASWARN1 (memrchr, void *, (void *, int, size_t)); 514 _GL_CXXALIASWARN1 (memrchr, void const *, (void const *, int, size_t)); 516 _GL_CXXALIASWARN (memrchr); 519 # undef memrchr 521 _GL_WARN_ON_USE (memrchr, "memrchr is unportable - "
|
/external/curl/lib/ |
D | curl_memrchr.h | 40 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) macro
|
D | cookie.c | 630 endslash = memrchr(path, '/', (size_t)(queryp - path)); in Curl_cookie_add()
|
/external/valgrind/memcheck/tests/ |
D | str_tester.c | 589 check (memrchr ("abcd", 'z', 5) == NULL, 1); /* Not found. */ in test_memrchr() 592 check (memrchr (one, 'c', l) == one+2, 2); /* Basic test. */ in test_memrchr() 593 check (memrchr (one, 'd', l) == one+3, 3); /* End of string. */ in test_memrchr() 594 check (memrchr (one, 'a', l) == one, 4); /* Beginning. */ in test_memrchr() 595 check (memrchr (one, '\0', l) == one+4, 5); /* Finding NUL. */ in test_memrchr() 598 check (memrchr (one, 'b', l) == one+3, 6); /* Finding last. */ in test_memrchr() 601 check (memrchr (one, 'b', l) == NULL, 7); /* Empty string. */ in test_memrchr() 602 check (memrchr (one, '\0', l) == one, 8); /* NUL in empty string. */ in test_memrchr() 620 check(memrchr(buf + align, 'x', len) == buf + align + pos, 9); in test_memrchr() 621 check(memrchr(buf + align + pos + 1, 'x', len - (pos + 1)) == NULL, in test_memrchr()
|
/external/google-breakpad/src/common/linux/ |
D | elf_symbols_to_module.cc | 147 const void* null_terminator = memrchr(string_section, '\0', string_size); in ELFSymbolsToModule()
|
/external/curl/ |
D | local-configure.patch | 19 /* Define to 1 if you have the memrchr function or macro. */
|
/external/bison/m4/ |
D | string_h.m4 | 30 [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 737 // void *memrchr(const void *s, int c, size_t n); 738 TLI_DEFINE_ENUM_INTERNAL(memrchr) 739 TLI_DEFINE_STRING_INTERNAL("memrchr")
|
/external/regex-re2/re2/ |
D | dfa.cc | 37 static void* memrchr(const void* s, int c, size_t n) { in memrchr() function 1359 if ((p = BytePtr(memrchr(ep, params->firstbyte, p - ep))) == NULL) { in InlinedSearchLoop()
|
/external/curl/m4/ |
D | curl-functions.m4 | 4620 dnl Verify if memrchr is available, prototyped, and 4635 AC_MSG_CHECKING([if memrchr can be linked]) 4637 AC_LANG_FUNC_LINK_TRY([memrchr]) 4647 AC_MSG_CHECKING([if memrchr seems a macro]) 4652 if(0 != memrchr(0, 0, 0)) 4665 AC_MSG_CHECKING([if memrchr is prototyped]) 4666 AC_EGREP_CPP([memrchr],[ 4679 AC_MSG_CHECKING([if memrchr is compilable]) 4684 if(0 != memrchr(0, 0, 0)) 4697 AC_MSG_CHECKING([if memrchr usage allowed]) [all …]
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2251 TEST(MemorySanitizer, memrchr) { in TEST() argument 2257 EXPECT_UMR(res = memrchr(x, '9', 10)); in TEST() 2261 res = memrchr(x, '0', 2); in TEST() 2263 EXPECT_UMR(res = memrchr(x, '7', 10)); in TEST()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 242 case LibFunc::memrchr: in inferLibFuncAttributes()
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 628 case LibFunc::memrchr: in isValidProtoForLibFunc()
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 926 MEMRCHR(VG_Z_LIBC_SONAME, memrchr)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 629 INTERCEPTOR(void*, memrchr, const void *s, int c, SIZE_T n) { 631 COMMON_INTERCEPTOR_ENTER(ctx, memrchr, s, c, n); 633 return REAL(memrchr)(s, c, n); 636 #define INIT_MEMRCHR COMMON_INTERCEPT_FUNCTION(memrchr)
|
/external/bison/ |
D | ChangeLog-2012 | 12210 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c, 12271 (strnlen, memrchr): Remove decls; functions no longer used. 12279 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h, 12288 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4, 12307 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h, 13220 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4, 13244 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul. 13497 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr): 13909 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c, 16125 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c, [all …]
|
D | configure | 19514 …for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup st…
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2275 fun:memrchr=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 568 PUBLIC 8d0e0 0 memrchr
|