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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regposerr.c 98 strncpy_s(buf, size, s, size - 1);
OnigurumaUefiPort.h 67 #define strncpy_s(Dest,MaxSize,Src,Length) AsciiStrnCpyS (Dest, MaxSize, Src, Length) macro
  /external/libpcap/
portability.h 52 * strncpy_s() is supported at least back to Visual
56 strncpy_s((x), (z), (y), _TRUNCATE)
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.cc 222 strncpy_s((char *) deviceUniqueIdUTF8,
706 strncpy_s((char*) productUniqueIdUTF8, productUniqueIdUTF8Length, "", 1);
716 strncpy_s((char*) productUniqueIdUTF8, productUniqueIdUTF8Length, "", 1);
727 strncpy_s((char*) productUniqueIdUTF8, productUniqueIdUTF8Length,
732 strncpy_s((char*) productUniqueIdUTF8, productUniqueIdUTF8Length, "", 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
tchar_s.h 236 #define _tcsncpy_s strncpy_s
249 #define _tcsnccpy_s strncpy_s
string_s.h 30 _CRTIMP errno_t __cdecl strncpy_s(char *_Dst,size_t _DstSizeInChars,const char *_Src,size_t _MaxCount);
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c 214 strncpy_s(fullpath, PATH_MAX, basePath, basePathLength);
215 strncpy_s(fullpath + basePathLength, PATH_MAX - basePathLength, winFindData.cFileName, (int)strlen(winFindData.cFileName));
  /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...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c     [all...]

Completed in 180 milliseconds