Lines Matching refs:vfscanf
25 int result = vfscanf(stream, fmt, ap);
55 t_error("%s vfscanf get result is %d are less 0\n", __func__, result);
58 t_error("%s vfscanf get is '%s' are not 'vfscanftest'\n", __func__, buffer);
61 t_error("%s vfscanf get is %d are not 123\n", __func__, val);
92 t_error("%s vfscanf get result is %d are less 0\n", __func__, result);
95 t_error("%s vfscanf get is '%s' are not 'vfscanftest'\n", __func__, buffer);
98 t_error("%s vfscanf get is '%s' are not '123'\n", __func__, val);
129 t_error("%s vfscanf get result is %d are more than the 0\n", __func__, result);
132 t_error("%s vfscanf get is %d are not 0\n", __func__, val1);
135 t_error("%s vfscanf get is %d are not 0\n", __func__, val2);