OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_STLP_STRNCPY
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c
33
# define
_STLP_STRNCPY
(D, DS, S, C) strncpy_s(D, DS, S, C)
38
# define
_STLP_STRNCPY
(D, DS, S, C) strncpy(D, S, C)
278
_STLP_STRNCPY
(buf1, 64, s1, bufsize1); buf1[bufsize1] = 0;
279
_STLP_STRNCPY
(buf2, 64, s2, bufsize2); buf2[bufsize2] = 0;
315
_STLP_STRNCPY
(dest, dest_n, src, dest_n - 1); dest[dest_n - 1] = 0;
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c
33
# define
_STLP_STRNCPY
(D, DS, S, C) strncpy_s(D, DS, S, C)
37
# define
_STLP_STRNCPY
(D, DS, S, C) strncpy(D, S, C)
[
all
...]
Completed in 164 milliseconds