Lines Matching defs:result
26 int result = 0;
31 return result;
44 int result = get_str_value(symbol, L"%ls", str);
45 if (result != 0) {
46 t_error("%s vswscanf get result is %d are not want 0\n", __func__, result);
55 * @tc.desc : Test the result of wswscanf when fetching multiple variables from a wide character buffer
63 int result = get_str_value(symbol, L"%ls %ls", str, strs);
64 if (result != 0) {
65 t_error("%s vswscanf get result is %d are not want 0\n", __func__, result);