Go to the source code of this file.
◆ _mbstok_s_l()
Definition at line 17 of file mbstok_s.cpp.
18{
20 const unsigned char *ctl;
21 int dbc;
22
23
27
30 {
32 }
33
34
36 {
38 }
39
40
41
43 {
44 for (ctl = _Control; *ctl != 0; ctl++)
45 {
47 {
48 if (ctl[1] == 0)
49 {
50 ctl++;
52 break;
53 }
55 {
56 break;
57 }
58 ctl++;
59 }
60 else
61 {
63 {
64 break;
65 }
66 }
67 }
68 if (*ctl == 0)
69 {
70 break;
71 }
73 {
76 {
78 break;
79 }
80 }
81 }
82
84
85
86
88 {
89 for (ctl = _Control, dbc = 0; *ctl != 0; ctl++)
90 {
92 {
93 if (ctl[1] == 0)
94 {
95 ctl++;
96 break;
97 }
99 {
100 dbc = 1;
101 break;
102 }
103 ctl++;
104 }
105 else
106 {
108 {
109 break;
110 }
111 }
112 }
113 if (*ctl != 0)
114 {
116 if (dbc)
117 {
119 }
120 break;
121 }
123 {
125 {
127 break;
128 }
130 }
131 }
132
133
135
136
138 {
139 return nullptr;
140 }
141 else
142 {
144 }
145}
#define _VALIDATE_CONDITION_ERROR_RETURN(_Condition, _ErrorCode, _Ret)
#define _LOCALE_SHORTCUT_TEST
#define _VALIDATE_POINTER_ERROR_RETURN(_Pointer, _ErrorCode, _Ret)
#define _ISMBBLEAD(_Character)
_Check_return_ _In_z_ wchar_t const _Inout_opt_ _Deref_prepost_opt_z_ wchar_t ** _Context
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat token
char *CDECL strtok_s(char *str, const char *delim, char **ctx)
Referenced by _mbstok_l().