HomeSort by relevance Sort by last modified time
    Searched defs:strncat (Results 1 - 25 of 26) sorted by null

1 2

  /bionic/libc/upstream-openbsd/lib/libc/string/
strncat.c 1 /* $OpenBSD: strncat.c,v 1.5 2005/08/08 08:05:37 espie Exp $ */
41 strncat(char *dst, const char *src, size_t n) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
string3.h 35 # undef strncat macro
151 __NTH (strncat (char *__restrict __dest, __const char *__restrict __src, function
string2.h 776 # define strncat(dest, src, n) \ macro
783 : strncat (dest, src, n); }))
785 # define strncat(dest, src, n) __builtin_strncat (dest, src, n) macro
787 # define strncat(dest, src, n) \ macro
791 : strncat (dest, src, n)) \
792 : strncat (dest, src, n)))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
string3.h 35 # undef strncat macro
151 __NTH (strncat (char *__restrict __dest, __const char *__restrict __src, function
string2.h 776 # define strncat(dest, src, n) \ macro
783 : strncat (dest, src, n); }))
785 # define strncat(dest, src, n) __builtin_strncat (dest, src, n) macro
787 # define strncat(dest, src, n) \ macro
791 : strncat (dest, src, n)) \
792 : strncat (dest, src, n)))
    [all...]
  /bionic/libc/include/
string.h 73 extern char* strncat(char* __restrict, const char* __restrict, size_t);
172 char *strncat(char* __restrict dest, const char* __restrict src, size_t n) { function
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
array.pxd 49 from libc.string cimport strcat, strncat, \
50 memset, memchr, memcmp, memcpy, memmove namespace
  /external/clang/test/Sema/
warn-strncat-size.c 15 #define strncat BUILTIN(strncat) macro
16 char *strncat(char *restrict s1, const char *restrict s2, size_t n);
30 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - strlen(dest) - 1); // no-warning
31 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest) - 1); // no-warning - the code might assume that dest is empty
33 strncat(dest, src, sizeof(src)); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
35 strncat(dest, src, sizeof(src) - 1); // expected-warning {{size argument in 'strncat' call appears to be size of the source}} expected-note {{change the argument to be the free space in the destination buffer minus the terminating null byte}}
37 strncat(dest, "AAAAAAAAAAAAAAAAAAAAAAAAAAA", sizeof(dest)); // expected-warning{{the value of the size arg (…)
    [all...]
  /development/ndk/platforms/android-L/include/
string.h 72 extern char* strncat(char* __restrict, const char* __restrict, size_t);
189 char *strncat(char* __restrict dest, const char* __restrict src, size_t n) { function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/include/ssp/
string.h 48 #undef strncat macro
155 #define strncat(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/ssp/
string.h 48 #undef strncat macro
155 #define strncat(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ssp/
string.h 48 #undef strncat macro
155 #define strncat(dest, src, len) \ macro