Lines Matching refs:result
30 int result = wctob(c);
31 if (result != 'A') {
32 t_error("%s wctob get result is %c are not 'A'", __func__, result);
44 int result = wctob(c);
45 if (result != EOF) {
46 t_error("%s wctob get result is %d are not -1", __func__, result);
58 int result = wctob(c);
59 if (result != EOF) {
60 t_error("%s wctob get result is %c are not EOF", __func__, result);