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

/external/stlport/src/c_locale_dummy/
H A Dc_locale_dummy.c35 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C) macro
40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C) macro
319 _STLP_WCSNCPY(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0;
320 _STLP_WCSNCPY(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0;
347 _STLP_WCSNCPY(dest, dest_n, src, dest_n - 1); dest[dest_n - 1] = 0;
/external/stlport/src/c_locale_win32/
H A Dc_wlocale_win32.c17 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C) macro
19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C) macro
229 _STLP_WCSNCPY(dst, dst_size, src, src_size);

Completed in 232 milliseconds