HomeSort by relevance Sort by last modified time
    Searched defs:strncpy_s (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 57 #define strncpy_s(Dest,MaxSize,Src,Length) AsciiStrnCpyS (Dest, MaxSize, Src, Length) macro
  /external/v8/src/base/platform/
platform-win32.cc 67 int strncpy_s(char* dest, size_t dest_size, const char* source, size_t count) { function
675 // Use _TRUNCATE or strncpy_s crashes (by design) if buffer is too small.
679 int result = strncpy_s(dest, length, src, n);
    [all...]

Completed in 128 milliseconds