HomeSort by relevance Sort by last modified time
    Searched defs:__strncpy_chk (Results 1 - 2 of 2) 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)

Completed in 201 milliseconds