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

  /external/aac/libSYS/include/
cmdl_parser.h 161 #define _tcsncpy FDKstrncpy macro
  /external/aac/libSYS/src/
cmdl_parser.cpp 206 _tcsncpy( tmp, arg, CMDL_MAX_STRLEN );
349 _tcsncpy(&(s_str[argCounter*CMDL_MAX_ARGC]), str_start, CMDL_MAX_ARGC );
411 _tcsncpy( found_string, _TEXT("1"), 1);
432 _tcsncpy( found_string, argv[i+1], CMDL_MAX_STRLEN);

Completed in 193 milliseconds