Lines Matching refs:vsscanf
26 int result = vsscanf(s, fmt, ap);
33 * @tc.desc : Call vsscanf to convert and format the data from the data according to format
42 t_error("%s vsscanf get result is %d are less 0\n", __func__, result);
45 t_error("%s vsscanf get is '%s' are not 'value'\n", __func__, buffer);
48 t_error("%s vsscanf get is %d are not 123\n", __func__, val);
63 t_error("%s vsscanf get result is %d are less 0\n", __func__, result);
66 t_error("%s vsscanf get is '%s' are not 'value'\n", __func__, buffer);
69 t_error("%s vsscanf get is %s are not 123\n", __func__, get_val);
84 t_error("%s vsscanf get result is %d are more than the 0\n", __func__, result);
87 t_error("%s vsscanf get is %d are not 0\n", __func__, val);
90 t_error("%s vsscanf get is %d are not 0\n", __func__, val_temp);