Searched refs:memccpy (Results 1 – 16 of 16) sorted by relevance
/external/clang/test/Analysis/ |
D | redefined_system.c | 10 char memccpy(); 16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi(); in foo()
|
/external/libutf/ |
D | utfecpy.c | 26 end = (char*)memccpy(to, from, '\0', e - to); in utfecpy()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 471 ; CHECK: declare void @memccpy(...) 472 declare void @memccpy(...)
|
D | annotate.ll | 490 ; CHECK: declare i8* @memccpy(i8*, i8* nocapture readonly, i32, i64) [[G0]] 491 declare i8* @memccpy(i8*, i8*, i32, i64)
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 146 INTERCEPTOR(void *, memccpy, void *dest, const void *src, int c, SIZE_T n) { in INTERCEPTOR() argument 148 void *res = REAL(memccpy)(dest, src, c, n); in INTERCEPTOR() 1493 INTERCEPT_FUNCTION(memccpy); in InitializeInterceptors()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 597 ; CHECK: declare void @memccpy(...) 598 declare void @memccpy(...)
|
D | annotate.ll | 619 ; CHECK: declare i8* @memccpy(i8*, i8* nocapture readonly, i32, i64) [[G0]] 620 declare i8* @memccpy(i8*, i8*, i32, i64)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 722 /// void *memccpy(void *s1, const void *s2, int c, size_t n); 723 TLI_DEFINE_ENUM_INTERNAL(memccpy) 724 TLI_DEFINE_STRING_INTERNAL("memccpy")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 253 TLI.setUnavailable(LibFunc::memccpy); in initialize() 662 case LibFunc::memccpy: in isValidProtoForLibFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 913 /// void *memccpy(void *s1, const void *s2, int c, size_t n); 914 TLI_DEFINE_ENUM_INTERNAL(memccpy) 915 TLI_DEFINE_STRING_INTERNAL("memccpy")
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1438 memccpy(y, x, 'd', 4); in TEST() 1452 memccpy(y, x, 'b', 4); in TEST() 1466 EXPECT_UMR(memccpy(y, x, 'd', 5)); in TEST() 1476 EXPECT_UMR(memccpy(y, x, 'b', 5)); in TEST()
|
/external/elfutils/libelf/ |
D | elf_begin.c | 925 endp = (char *) memccpy (elf->state.ar.ar_name, ar_hdr->ar_name, in __libelf_next_arhdr_wrlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 253 case LibFunc::memccpy: in inferLibFuncAttributes()
|
/external/toybox/toys/posix/ |
D | ps.c | 1225 memccpy(toybuf, string_field(ta, field), 0, 2048); in ksort()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2267 fun:memccpy=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 531 PUBLIC 891e0 0 memccpy
|