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

  /external/python/cpython2/PC/VS8.0/
make_buildinfo.c 45 strcat_s(command, CMD_SIZE, "bin\\subwcrev.exe");
49 strcat_s(command, CMD_SIZE, "\" ..\\.. ..\\..\\Modules\\getbuildinfo.c getbuildinfo2.c");
65 strcat_s(command, CMD_SIZE, "-MD ");
68 strcat_s(command, CMD_SIZE, "-D_DEBUG -MDd ");
71 strcat_s(command, CMD_SIZE, "-MD /USECL:MS_ITANIUM ");
74 strcat_s(command, CMD_SIZE, "-MD ");
75 strcat_s(command, CMD_SIZE, "-MD /USECL:MS_OPTERON ");
83 strcat_s(command, CMD_SIZE, "getbuildinfo2.c -DSUBWCREV ");
85 strcat_s(command, CMD_SIZE, "..\\..\\Modules\\getbuildinfo.c");
86 strcat_s(command, CMD_SIZE, " -Fogetbuildinfo.o -I..\\..\\Include -I..\\..\\PC")
    [all...]
  /external/python/cpython2/PC/VS9.0/
make_buildinfo.c 45 strcat_s(command, CMD_SIZE, "bin\\subwcrev.exe");
49 strcat_s(command, CMD_SIZE, "\" .. ..\\..\\Modules\\getbuildinfo.c getbuildinfo2.c");
65 strcat_s(command, CMD_SIZE, "-MD ");
68 strcat_s(command, CMD_SIZE, "-D_DEBUG -MDd ");
71 strcat_s(command, CMD_SIZE, "-MD /USECL:MS_ITANIUM ");
74 strcat_s(command, CMD_SIZE, "-MD ");
75 strcat_s(command, CMD_SIZE, "-MD /USECL:MS_OPTERON ");
83 strcat_s(command, CMD_SIZE, "getbuildinfo2.c -DSUBWCREV ");
85 strcat_s(command, CMD_SIZE, "..\\..\\Modules\\getbuildinfo.c");
86 strcat_s(command, CMD_SIZE, " -Fogetbuildinfo.o -I..\\..\\Include -I..\\..\\PC")
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 66 #define strcat_s(Dest,MaxSize,Src) AsciiStrCatS (Dest, MaxSize, Src) macro
regerror.c 355 strcat_s((char* )buf, bufsize, ": /");
  /external/deqp/framework/delibs/debase/
deString.c 171 (void)strcat_s(s1, size, s2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
string_s.h 34 _CRTIMP errno_t __cdecl strcat_s(char *_Dst, rsize_t _SizeInBytes, const char * _Src);
35 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_1(errno_t, strcat_s, char, _Dest, const char *, _Source)
tchar_s.h 151 #define _tcscat_s strcat_s
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc     [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c     [all...]

Completed in 251 milliseconds