Lines Matching defs:want
29 size_t want = 6;
31 if (result != want) {
32 t_error("%s wcsnlen error get result is %d are not want 6\n", __func__, result);
46 t_error("%s wcsnlen error get result is %d are not want 0\n", __func__, result);
58 size_t want = 3;
60 if (result != want) {
61 t_error("%s wcsnlen error get result is %d are not want 3\n", __func__, result);
74 size_t want = 6;
76 if (result != want) {
77 t_error("%s wcsnlen error get result is %d are not want 6\n", __func__, result);