HomeSort by relevance Sort by last modified time
    Searched full:_tcsncpy (Results 1 - 4 of 4) sorted by null

  /external/aac/libSYS/src/
cmdl_parser.cpp 203 _tcsncpy( tmp, arg, CMDL_MAX_STRLEN );
346 _tcsncpy(&(s_str[argCounter*CMDL_MAX_ARGC]), str_start, CMDL_MAX_ARGC );
408 _tcsncpy( found_string, _TEXT("1"), 1);
429 _tcsncpy( found_string, argv[i+1], CMDL_MAX_STRLEN);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 25 #define _ftcsncpy _tcsncpy
250 #define _tcsncpy wcsncpy macro
771 #define _tcsncpy _mbsnbcpy macro
842 _CRTIMP char *__cdecl _tcsncpy(char *_Dst,const char *_Src,size_t _MaxCount);
965 #define _tcsncpy strncpy macro
  /external/curl/lib/
curl_sspi.c 179 _tcsncpy(dup_domain.tchar_ptr, domain.tchar_ptr, domlen);
  /external/aac/libSYS/include/
cmdl_parser.h 161 #define _tcsncpy FDKstrncpy macro

Completed in 156 milliseconds