Home
last modified time | relevance | path

Searched refs:expectedState (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dwcs_test.cpp3126 wchar_t* expectedState = NULL; in test_wcstok() local
3127 if (result != expected || state != expectedState) { in test_wcstok()
3130 &state, result, expected, state, expectedState); in test_wcstok()
3136 expectedState = NULL; in test_wcstok()
3137 if (result != expected || state != expectedState) { in test_wcstok()
3140 &state, result, expected, state, expectedState); in test_wcstok()
3151 wchar_t* expectedState = NULL; in test_wcstok() local
3152 if (result != expected || state != expectedState) { in test_wcstok()
3155 &state, result, expected, state, expectedState); in test_wcstok()
3161 expectedState = NULL; in test_wcstok()
[all …]