Lines Matching refs:want
30 int want = 6;
31 size_t result = strxfrm(desp, str, want + 1);
32 if (result != want) {
33 t_error("%s strxfrm get size is %d is not want %d\n", __func__, result, want);
36 t_error("%s strxfrm get desp is %s is not want %s\n", __func__, desp, str);
49 int want = 6;
50 size_t result = strxfrm(desp, str, want);
51 if (result != want) {
52 t_error("%s strxfrm get size is %d is not want %d\n", __func__, result, want);
55 t_error("%s strxfrm get desp is %s is not want %s\n", __func__, desp, str);
68 int want = 3;
69 size_t result = strxfrm(desp, str, want);
71 t_error("%s strxfrm get size is %d is not want %d\n", __func__, result, strlen(str));
74 t_error("%s strxfrm get desp is %s is not want %s\n", __func__, desp, str);
87 int want = 6;
88 size_t result = strxfrm(desp, str, want + 1);
89 if (result != want) {
90 t_error("%s strxfrm get size is %d is not want %d\n", __func__, result, want);
93 t_error("%s strxfrm get desp is %s is not want %s\n", __func__, desp, str);
107 int want = 6;
108 size_t result = strxfrm(desp, str, want + 1);
109 if (result != want) {
110 t_error("%s strxfrm get size is %d is not want %d\n", __func__, result, want);
113 t_error("%s strxfrm get desp is %s is not want %s\n", __func__, desp, str);
127 int want = 6;
128 size_t result = strxfrm(desp, str, want + 1);
129 if (result != want) {
130 t_error("%s strxfrm get size is %d is not want %d\n", __func__, result, want);
133 t_error("%s strxfrm get desp is %s is not want %s\n", __func__, desp, str);
149 int want = 6;
150 if (result != want) {
151 t_error("%s strxfrm get size is %d is not want %d\n", __func__, result, want);
154 t_error("%s strxfrm get desp is %s is not want %s\n", __func__, desp, str);