Lines Matching refs:strxfrm

31     size_t result = strxfrm(desp, str, want + 1);
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);
50 size_t result = strxfrm(desp, str, 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);
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);
88 size_t result = strxfrm(desp, str, want + 1);
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);
108 size_t result = strxfrm(desp, str, want + 1);
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);
119 * @tc.desc : The test copies the content of src to dest whose length is greater than src through strxfrm
128 size_t result = strxfrm(desp, str, want + 1);
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);
148 size_t result = strxfrm(desp, str, move);
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);