/bionic/libc/arch-x86/silvermont/string/ |
sse2-stpncpy-slm.S | 33 #define STRCPY stpncpy
|
/bionic/libc/arch-x86_64/string/ |
sse2-stpncpy-slm.S | 33 #define STRCPY stpncpy
|
/ndk/tests/build/issue79114-__builtin___stpncpy_chk/jni/ |
__builtin___stpncpy_chk.c | 5 stpncpy(argv[1], argv[2], argc);
|
/external/clang/test/Sema/ |
builtins-gnu-mode.c | 7 int stpncpy; variable
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
stpncpy.c | 1 /* $OpenBSD: stpncpy.c,v 1.2 2012/07/11 10:44:59 naddy Exp $ */ 38 stpncpy(char *dst, const char *src, size_t n) function
|
/toolchain/binutils/binutils-2.25/libiberty/ |
stpncpy.c | 1 /* Implement the stpncpy function. 23 @deftypefn Supplemental char* stpncpy (char *@var{dst}, const char *@var{src}, @ 42 stpncpy (char *dst, const char *src, size_t len) function
|
/external/valgrind/memcheck/tests/ |
stpncpy.c | 20 c = stpncpy (b, a, l + 3); 30 e = stpncpy (d, b, l - 1);
|
/bionic/libc/bionic/ |
__stpncpy_chk.cpp | 43 * This stpncpy check is called if _FORTIFY_SOURCE is defined and 49 __fortify_chk_fail("stpncpy: prevented write past end of buffer", 53 return stpncpy(dest, src, len); 61 * based on the original version of stpncpy, but modified to check 68 __fortify_chk_fail("stpncpy: prevented write past end of buffer", 87 __fortify_chk_fail("stpncpy: prevented read past end of buffer", 0);
|
/bionic/libc/arch-x86_64/ |
x86_64.mk | 10 upstream-openbsd/lib/libc/string/stpncpy.c \ 40 arch-x86_64/string/sse2-stpncpy-slm.S \
|
/external/elfutils/backends/ |
sparc_regs.c | 71 return stpncpy (name, names[ebl->class == ELFCLASS64][regno],
|
/external/bison/lib/ |
string.in.h | 267 # undef stpncpy macro 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); variable 290 # undef stpncpy macro 292 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
string3.h | 131 size_t __n), stpncpy); 134 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
string3.h | 129 size_t __n), stpncpy); 132 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
string3.h | 129 size_t __n), stpncpy); 132 __NTH (stpncpy (char *__dest, __const char *__src, size_t __n)) function
|
/external/bison/darwin-lib/ |
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 macro 604 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - [all...] |
/external/bison/linux-lib/ |
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 macro 604 _GL_WARN_ON_USE (stpncpy, "stpncpy is unportable - [all...] |
/bionic/tests/ |
fortify_test.cpp | 67 ASSERT_FORTIFY(stpncpy(myfoo.a, "01234567890", copy_amt)); 78 ASSERT_FORTIFY(stpncpy(myfoo.b, myfoo.one, sizeof(myfoo.b))); 568 ASSERT_FORTIFY(stpncpy(bufb, bufa, n)); 575 ASSERT_FORTIFY(stpncpy(dest, src, sizeof(dest))); 870 TEST(TEST_NAME, stpncpy) { 874 stpncpy(dst, src, sizeof(dst)); 891 stpncpy(dst, src, sizeof(dst));
|
/bionic/libc/arch-x86/ |
x86.mk | 23 arch-x86/silvermont/string/sse2-stpncpy-slm.S \ 84 upstream-openbsd/lib/libc/string/stpncpy.c \
|
/bionic/libc/include/ |
string.h | 99 extern char* stpncpy(char* __restrict, const char* __restrict, size_t); 211 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { function
|
/development/ndk/platforms/android-21/include/ |
string.h | 76 extern char* stpncpy(char* __restrict, const char* __restrict, size_t); 125 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { function
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/ |
string.h | 76 extern char* stpncpy(char* __restrict, const char* __restrict, size_t); 125 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { function
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/ |
string.h | 76 extern char* stpncpy(char* __restrict, const char* __restrict, size_t); 125 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { function
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/ |
string.h | 76 extern char* stpncpy(char* __restrict, const char* __restrict, size_t); 125 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { function
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/ |
string.h | 76 extern char* stpncpy(char* __restrict, const char* __restrict, size_t); 125 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { function
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/ |
string.h | 76 extern char* stpncpy(char* __restrict, const char* __restrict, size_t); 125 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { function
|