Lines Matching refs:state

3123 		wchar_t* state;
3124 wchar_t* result = wcstok(string, delim, &state);
3127 if (result != expected || state != expectedState) {
3129 "(expected %p), state = %p (expected %p)\n", string, delim,
3130 &state, result, expected, state, expectedState);
3134 result = wcstok(NULL, delim, &state);
3137 if (result != expected || state != expectedState) {
3139 "(expected %p), state = %p (expected %p)\n", string, delim,
3140 &state, result, expected, state, expectedState);
3148 wchar_t* state;
3149 wchar_t* result = wcstok(string, delim, &state);
3152 if (result != expected || state != expectedState) {
3154 "(expected %p), state = %p (expected %p)\n", string, delim,
3155 &state, result, expected, state, expectedState);
3159 result = wcstok(NULL, delim, &state);
3162 if (result != expected || state != expectedState) {
3164 "(expected %p), state = %p (expected %p)\n", string, delim,
3165 &state, result, expected, state, expectedState);
3173 wchar_t* state;
3174 wchar_t* result = wcstok(string, delim, &state);
3177 if (result != expected || state != expectedState) {
3179 "(expected %p), state = %p (expected %p)\n", string, delim,
3180 &state, result, expected, state, expectedState);
3184 result = wcstok(NULL, delim, &state);
3187 if (result != expected || state != expectedState) {
3189 "(expected %p), state = %p (expected %p)\n", string, delim,
3190 &state, result, expected, state, expectedState);
3194 result = wcstok(NULL, delim, &state);
3197 if (result != expected || state != expectedState) {
3199 "(expected %p), state = %p (expected %p)\n", string, delim,
3200 &state, result, expected, state, expectedState);
3204 result = wcstok(NULL, delim, &state);
3207 if (result != expected || state != expectedState) {
3209 "(expected %p), state = %p (expected %p)\n", string, delim,
3210 &state, result, expected, state, expectedState);
3214 result = wcstok(NULL, delim, &state);
3217 if (result != expected || state != expectedState) {
3219 "(expected %p), state = %p (expected %p)\n", string, delim,
3220 &state, result, expected, state, expectedState);
3228 wchar_t* state;
3229 wchar_t* result = wcstok(string, delim, &state);
3232 if (result != expected || state != expectedState) {
3234 "(expected %p), state = %p (expected %p)\n", string, delim,
3235 &state, result, expected, state, expectedState);
3240 "(expected %ls)\n", string, delim, &state, result, L"just");
3244 result = wcstok(NULL, delim, &state);
3247 if (result != expected || state != expectedState) {
3249 "(expected %p), state = %p (expected %p)\n", string, delim,
3250 &state, result, expected, state, expectedState);
3255 "(expected %ls)\n", string, delim, &state, result, L"some");
3259 result = wcstok(NULL, delim, &state);
3262 if (result != expected || state != expectedState) {
3264 "(expected %p), state = %p (expected %p)\n", string, delim,
3265 &state, result, expected, state, expectedState);
3270 "(expected %ls)\n", string, delim, &state, result, L"text");
3274 result = wcstok(NULL, delim, &state);
3277 if (result != expected || state != expectedState) {
3279 "(expected %p), state = %p (expected %p)\n", string, delim,
3280 &state, result, expected, state, expectedState);
3285 "(expected %ls)\n", string, delim, &state, result, L"here!");
3289 result = wcstok(NULL, delim, &state);
3292 if (result != expected || state != expectedState) {
3294 "(expected %p), state = %p (expected %p)\n", string, delim,
3295 &state, result, expected, state, expectedState);