Home
last modified time | relevance | path

Searched refs:_STLP_STRNCPY (Results 1 – 2 of 2) sorted by relevance

/external/stlport/src/c_locale_dummy/
Dc_locale_dummy.c33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C) macro
38 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C) macro
274 _STLP_STRNCPY(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0; in _Locale_strcmp()
275 _STLP_STRNCPY(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0; in _Locale_strcmp()
311 _STLP_STRNCPY(dest, dest_n, src, dest_n - 1); dest[dest_n - 1] = 0; in _Locale_strxfrm()
/external/stlport/src/c_locale_win32/
Dc_locale_win32.c33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C) macro
37 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C) macro
1132 _STLP_STRNCPY(dst, dst_size, src, src_size); in _Locale_strxfrm()
1402 _STLP_STRNCPY(lang, MAX_LANG_LEN + 1, lname, len); in __ParseLocaleString()
1423 { _STLP_STRNCPY(lang, MAX_LANG_LEN + 1, lname, len); } in __ParseLocaleString()
1430 _STLP_STRNCPY(ctry, MAX_CTRY_LEN + 1, lname, len); in __ParseLocaleString()
1441 _STLP_STRNCPY(lang, MAX_LANG_LEN + 1, lname, len); in __ParseLocaleString()
1445 _STLP_STRNCPY(ctry, MAX_CTRY_LEN + 1, lname, len); in __ParseLocaleString()
1449 _STLP_STRNCPY(page, MAX_CP_LEN + 1, lname, len); in __ParseLocaleString()
1596 _STLP_STRNCPY(cp, MAX_CP_LEN + 1, page, 5); in __GetLCIDFromName()
[all …]