Searched refs:stpncpy (Results 1 – 13 of 13) sorted by relevance
/external/clang/test/Sema/ |
D | builtins-gnu-mode.c | 7 int stpncpy; variable
|
/external/elfutils/backends/ |
D | sparc_regs.c | 71 return stpncpy (name, names[ebl->class == ELFCLASS64][regno], in sparc_register_info()
|
/external/autotest/client/site_tests/platform_ToolchainTests/src/ |
D | clang-fortify-tests.cpp | 147 EXPECT_DEATH(stpncpy(small_buffer, large_string, sizeof(large_string))); in TestString() 192 stpncpy(split.tiny_buffer, small_string, sizeof(small_string))); in TestString()
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 675 ; CHECK: declare void @stpncpy(...) 676 declare void @stpncpy(...)
|
D | annotate.ll | 691 ; CHECK: declare i8* @stpncpy(i8*, i8* nocapture readonly, i64) [[G0]] 692 declare i8* @stpncpy(i8*, i8*, i64)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 804 ; CHECK: declare void @stpncpy(...) 805 declare void @stpncpy(...)
|
D | annotate.ll | 826 ; CHECK: declare i8* @stpncpy(i8*, i8* nocapture readonly, i64) [[G0]] 827 declare i8* @stpncpy(i8*, i8*, i64)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 941 /// char *stpncpy(char *s1, const char *s2, size_t n); 942 TLI_DEFINE_ENUM_INTERNAL(stpncpy) 943 TLI_DEFINE_STRING_INTERNAL("stpncpy")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 271 TLI.setUnavailable(LibFunc::stpncpy); in initialize() 552 case LibFunc::stpncpy: in isValidProtoForLibFunc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1141 /// char *stpncpy(char *s1, const char *s2, size_t n); 1142 TLI_DEFINE_ENUM_INTERNAL(stpncpy) 1143 TLI_DEFINE_STRING_INTERNAL("stpncpy")
|
/external/llvm/lib/Transforms/Utils/ |
D | BuildLibCalls.cpp | 142 case LibFunc::stpncpy: in inferLibFuncAttributes()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 808 LIBBUILTIN(stpncpy, "c*c*cC*z", "f", "string.h", ALL_GNU_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2965 fun:stpncpy=uninstrumented
|