OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_STLP_WCSNCPY
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
35
# define
_STLP_WCSNCPY
(D, DS, S, C) wcsncpy_s(D, DS, S, C)
40
# define
_STLP_WCSNCPY
(D, DS, S, C) wcsncpy(D, S, C)
298
_STLP_WCSNCPY
(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0;
299
_STLP_WCSNCPY
(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0;
326
_STLP_WCSNCPY
(dest, dest_n, src, dest_n - 1); dest[dest_n - 1] = 0;
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_wlocale_win32.c
17
# define
_STLP_WCSNCPY
(D, DS, S, C) wcsncpy_s(D, DS, S, C)
19
# define
_STLP_WCSNCPY
(D, DS, S, C) wcsncpy(D, S, C)
229
_STLP_WCSNCPY
(dst, dst_size, src, src_size);
Completed in 54 milliseconds