Lines Matching defs:result
30 size_t result = wcsnlen(wc, 6);
31 if (result != want) {
32 t_error("%s wcsnlen error get result is %d are not want 6\n", __func__, result);
44 size_t result = wcsnlen(wc, 0);
45 if (result != 0) {
46 t_error("%s wcsnlen error get result is %d are not want 0\n", __func__, result);
59 size_t result = wcsnlen(wc, 3);
60 if (result != want) {
61 t_error("%s wcsnlen error get result is %d are not want 3\n", __func__, result);
75 size_t result = wcsnlen(wc, 7);
76 if (result != want) {
77 t_error("%s wcsnlen error get result is %d are not want 6\n", __func__, result);