HomeSort by relevance Sort by last modified time
    Searched refs:__strncpy_chk (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
__strncpy_chk.cpp 46 extern "C" char* __strncpy_chk(char* __restrict dest, const char* __restrict src, function
59 * This is a variant of __strncpy_chk, but it also checks to make
  /external/clang/test/Analysis/
string.c 448 #define __strncpy_chk BUILTIN(__strncpy_chk) macro
449 char *__strncpy_chk(char *restrict s1, const char *restrict s2, size_t n, size_t destlen);
451 #define strncpy(a,b,n) __strncpy_chk(a,b,n,(size_t)-1)
  /external/clang/test/CodeGen/
builtins.c 105 V(__strncpy_chk, (s0, s1, sizeof s0, n));
  /bionic/libc/
Android.mk 90 bionic/__strncpy_chk.cpp \
    [all...]

Completed in 358 milliseconds