/external/valgrind/memcheck/tests/ |
D | stpncpy.vgtest | 1 prog: stpncpy 2 prereq: test -e ./stpncpy
|
D | stpncpy.c | 20 c = stpncpy (b, a, l + 3); in main() 30 e = stpncpy (d, b, l - 1); in main()
|
D | Makefile.am | 232 stpncpy.vgtest stpncpy.stderr.exp stpncpy.stdout.exp \ 373 check_PROGRAMS += stpncpy program
|
D | str_tester.c | 274 check (stpncpy (one, "abc", 2) == one + 2, 1); in test_stpncpy() 275 check (stpncpy (one, "abc", 3) == one + 3, 2); in test_stpncpy() 276 check (stpncpy (one, "abc", 4) == one + 3, 3); in test_stpncpy() 278 check (stpncpy (one, "abcd", 5) == one + 4, 5); in test_stpncpy() 280 check (stpncpy (one, "abcd", 6) == one + 4, 7); in test_stpncpy()
|
/external/bison/lib/ |
D | string.in.h | 267 # undef stpncpy 268 # define stpncpy rpl_stpncpy macro 270 _GL_FUNCDECL_RPL (stpncpy, char *, 274 _GL_CXXALIAS_RPL (stpncpy, char *, 279 _GL_FUNCDECL_SYS (stpncpy, char *, 284 _GL_CXXALIAS_SYS (stpncpy, char *, 288 _GL_CXXALIASWARN (stpncpy); 290 # undef stpncpy 292 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - "
|
/external/bison/linux-lib/ |
D | string.h | 579 # undef stpncpy 580 # define stpncpy rpl_stpncpy 582 _GL_FUNCDECL_RPL (stpncpy, char *, 586 _GL_CXXALIAS_RPL (stpncpy, char *, 591 _GL_FUNCDECL_SYS (stpncpy, char *, 596 _GL_CXXALIAS_SYS (stpncpy, char *, 600 _GL_CXXALIASWARN (stpncpy); 602 # undef stpncpy 604 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - "
|
/external/bison/darwin-lib/ |
D | string.h | 579 # undef stpncpy 580 # define stpncpy rpl_stpncpy 582 _GL_FUNCDECL_RPL (stpncpy, char *, 586 _GL_CXXALIAS_RPL (stpncpy, char *, 591 _GL_FUNCDECL_SYS (stpncpy, char *, 596 _GL_CXXALIAS_SYS (stpncpy, char *, 600 _GL_CXXALIASWARN (stpncpy); 602 # undef stpncpy 604 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - "
|
/external/clang/test/Sema/ |
D | builtins-gnu-mode.c | 7 int stpncpy; variable
|
/external/elfutils/src/backends/ |
D | sparc_regs.c | 71 return stpncpy (name, names[ebl->machine != EM_SPARC][regno], in sparc_register_info()
|
/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 | 846 /// char *stpncpy(char *s1, const char *s2, size_t n); 847 TLI_DEFINE_ENUM_INTERNAL(stpncpy) 848 TLI_DEFINE_STRING_INTERNAL("stpncpy")
|
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 256 TLI.setUnavailable(LibFunc::stpncpy); in initialize()
|
/external/valgrind/ |
D | configure.ac | 1085 # Check for stpncpy function definition in string.h 1088 # since stpncpy is part of The Open Group Base Specifications Issue 7 1090 AC_MSG_CHECKING([for stpncpy]) 1098 char *r = stpncpy(d, s, n);
|
D | NEWS | 878 309427 SSE optimized stpncpy trigger uninitialised value [..] errors
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 1083 STPNCPY(VG_Z_LIBC_SONAME, stpncpy)
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 884 case LibFunc::stpncpy: in inferPrototypeAttributes()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 141 case LibFunc::stpncpy: in checkStringCopyLibFuncSignature()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 779 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
|
/external/bison/ |
D | configure | 19514 …for gl_func in ffsl ffsll memmem mempcpy memrchr rawmemchr stpcpy stpncpy strchrnul strdup st…
|