Home
last modified time | relevance | path

Searched refs:memrchr (Results 1 – 22 of 22) sorted by relevance

/external/elfutils/libelf/
Delf_strptr.c169 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/
Dstring.in.h189 _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/
Dstring.h501 _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/
Dstring.h501 _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/
Dcurl_memrchr.h40 #define memrchr(x,y,z) Curl_memrchr((x),(y),(z)) macro
Dcookie.c630 endslash = memrchr(path, '/', (size_t)(queryp - path)); in Curl_cookie_add()
/external/valgrind/memcheck/tests/
Dstr_tester.c589 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/
Delf_symbols_to_module.cc147 const void* null_terminator = memrchr(string_section, '\0', string_size); in ELFSymbolsToModule()
/external/curl/
Dlocal-configure.patch19 /* Define to 1 if you have the memrchr function or macro. */
/external/bison/m4/
Dstring_h.m430 [ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def737 // 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/
Ddfa.cc37 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/
Dcurl-functions.m44620 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/
Dmsan_test.cc2251 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/
DBuildLibCalls.cpp242 case LibFunc::memrchr: in inferLibFuncAttributes()
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp628 case LibFunc::memrchr: in isValidProtoForLibFunc()
/external/valgrind/shared/
Dvg_replace_strmem.c926 MEMRCHR(VG_Z_LIBC_SONAME, memrchr)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc629 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/
DChangeLog-201212210 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 …]
Dconfigure19514 …for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup st…
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2275 fun:memrchr=uninstrumented
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/
Dlibc-2.13.so.sym568 PUBLIC 8d0e0 0 memrchr