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

  /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)
    [all...]
  /external/clang/test/CodeGen/
builtins.c 105 V(__strncpy_chk, (s0, s1, sizeof s0, n));
  /bionic/libc/bionic/
fortify.cpp 349 extern "C" char* __strncpy_chk(char* dst, const char* src, size_t len, size_t dst_len) { function
354 // This is a variant of __strncpy_chk, but it also checks to make

Completed in 51 milliseconds