Go to the source code of this file.
◆ _mbscat_s_l()
Definition at line 19 of file mbscat_s_l.cpp.
20{
23 BOOL fFoundInvalidMBC, fIsLeadPrefix;
24
25
28
31 {
33 }
34
35 fFoundInvalidMBC =
FALSE;
39 {
42 }
43
44
45
46
47
48
49
50
52 {
55 }
56
57
58
59
60
61
62
63
65 if (fIsLeadPrefix)
66 {
67 fFoundInvalidMBC =
TRUE;
71 }
72
73
74
75 while ((*
p++ = *_Src++) != 0 && --
available > 0)
76 {
77 }
78
79
80
81
82
83
84
86 {
87 if (*_Src == 0)
88 {
90 if (fIsLeadPrefix)
91 {
92
95 }
96 }
99 }
100
101
102
103
104
105
107 if (fIsLeadPrefix)
108 {
111 fFoundInvalidMBC =
TRUE;
112 }
113
115
116 if (fFoundInvalidMBC)
117 {
119 }
120
122}
#define _RETURN_DEST_NOT_NULL_TERMINATED(_String, _Size)
#define _ISMBBLEADPREFIX(_Result, _StringStart, _BytePtr)
#define _RETURN_BUFFER_TOO_SMALL(_String, _Size)
#define _LOCALE_SHORTCUT_TEST
#define _RESET_STRING(_String, _Size)
#define _VALIDATE_POINTER_RESET_STRING(_Pointer, _String, _Size)
#define _RETURN_MBCS_ERROR
#define _VALIDATE_STRING(_String, _Size)
static WCHAR available[MAX_STRING_RESOURCE_LEN]
int CDECL strcat_s(char *dst, size_t elem, const char *src)