Searched refs:DS (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/ |
D | c_locale_dummy.c | 33 # 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/ |
D | c_wlocale_win32.c | 17 # 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
|
D | c_locale_win32.c | 32 # 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/ |
D | config.guess | 1242 DS/*:UNIX_System_V:*:*)
|