HomeSort by relevance Sort by last modified time
    Searched refs:stpncpy (Results 1 - 25 of 33) sorted by null

1 2

  /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
  /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
  /external/valgrind/main/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);
  /external/elfutils/0.153/backends/
sparc_regs.c 68 return stpncpy (name, names[ebl->machine != EM_SPARC][regno],
  /ndk/sources/host-tools/sed-4.2.1/lib/
string.in.h 150 # define stpncpy gnu_stpncpy macro
151 extern char *stpncpy (char *restrict __dst, char const *restrict __src,
155 # undef stpncpy macro
156 # define stpncpy(a,b,n) \ macro
157 (GL_LINK_WARNING ("stpncpy is unportable - " \
158 "use gnulib module stpncpy for portability"), \
159 stpncpy (a, b, n))
  /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.6/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.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
  /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/libc/arch-arm64/
arm64.mk 13 upstream-openbsd/lib/libc/string/stpncpy.c \
  /bionic/libc/arch-mips64/
mips64.mk 20 upstream-openbsd/lib/libc/string/stpncpy.c \
  /bionic/libc/arch-x86_64/
x86_64.mk 46 arch-x86_64/string/sse2-stpncpy-slm.S \
  /bionic/tests/
fortify_test.cpp 66 ASSERT_EXIT(stpncpy(myfoo.a, "01234567890", copy_amt),
79 ASSERT_EXIT(stpncpy(myfoo.b, myfoo.one, sizeof(myfoo.b)),
627 ASSERT_EXIT(stpncpy(bufb, bufa, n), testing::KilledBySignal(SIGABRT), "");
635 ASSERT_EXIT(stpncpy(dest, src, sizeof(dest)), testing::KilledBySignal(SIGABRT), "");
875 TEST(TEST_NAME, stpncpy) {
879 stpncpy(dst, src, sizeof(dst));
896 stpncpy(dst, src, sizeof(dst));
  /bionic/libc/arch-mips/
mips.mk 32 upstream-openbsd/lib/libc/string/stpncpy.c \
  /bionic/libc/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
  /development/ndk/platforms/android-L/include/
string.h 75 extern char* stpncpy(char* __restrict, const char* __restrict, size_t);
129 __errordecl(__stpncpy_error, "stpncpy: prevented write past end of buffer");
133 char* stpncpy(char* __restrict dest, const char* __restrict src, size_t n) { function
  /prebuilts/ndk/9/platforms/android-19/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/9/platforms/android-19/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/9/platforms/android-19/arch-x86_64/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
  /bionic/libc/arch-arm/
arm.mk 30 upstream-openbsd/lib/libc/string/stpncpy.c \
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 559 /// char *stpncpy(char *s1, const char *s2, size_t n);
560 stpncpy, enumerator in enum:llvm::LibFunc::Func

Completed in 953 milliseconds

1 2