Lines Matching defs:result
33 int result = wcrtomb(s, wcs, &pr);
34 if (result != 1) {
35 t_error("%s wcrtomb get result is %d are not 1\n", __func__, result);
54 int result = wcrtomb(s, wcs, &pr);
55 if (result != want) {
56 t_error("%s wcrtomb get result is %d are not 2\n", __func__, result);
75 int result = wcrtomb(s, wcs, &pr);
76 if (result != want) {
77 t_error("%s wcrtomb get result is %d are not 3\n", __func__, result);