Searched refs:_strncpy_l (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dtchar.h966 #define _tcsncpy_l _strncpy_l
1009 #define _tcsnccpy_l _strncpy_l
1091 #define _strncpy_l(_Destination,_Source,_Count,_Locale) (strncpy(_Destination,_Source,_Count)) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dtchar.h966 #define _tcsncpy_l _strncpy_l
1009 #define _tcsnccpy_l _strncpy_l
1091 #define _strncpy_l(_Destination,_Source,_Count,_Locale) (strncpy(_Destination,_Source,_Count)) macro

Completed in 26 milliseconds