Home
last modified time | relevance | path

Searched refs:DS (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
Dc_locale_dummy.c33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C) argument
35 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C) argument
38 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C) argument
40 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C) argument
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
Dc_wlocale_win32.c17 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy_s(D, DS, S, C) argument
19 # define _STLP_WCSNCPY(D, DS, S, C) wcsncpy(D, S, C) argument
Dc_locale_win32.c32 # define _STLP_STRCPY(D, DS, S) strcpy_s(D, DS, S) argument
33 # define _STLP_STRNCPY(D, DS, S, C) strncpy_s(D, DS, S, C) argument
34 # define _STLP_STRCAT(D, DS, S) strcat_s(D, DS, S) argument
36 # define _STLP_STRCPY(D, DS, S) strcpy(D, S) argument
37 # define _STLP_STRNCPY(D, DS, S, C) strncpy(D, S, C) argument
38 # define _STLP_STRCAT(D, DS, S) strcat(D, S) argument
/ndk/sources/host-tools/make-3.81/config/
Dconfig.guess1242 DS/*:UNIX_System_V:*:*)