Lines Matching refs:strncat
110 strncat(result, in DEFINE_TEST()
113 strncat(result, strerror(ERANGE), in DEFINE_TEST()
115 strncat(result, "\n", in DEFINE_TEST()
119 strncat(result, in DEFINE_TEST()
122 strncat(result, strerror(ERANGE), in DEFINE_TEST()
124 strncat(result, "\n", in DEFINE_TEST()
128 strncat(result, in DEFINE_TEST()
131 strncat(result, strerror(ERANGE), in DEFINE_TEST()
133 strncat(result, "\n", in DEFINE_TEST()
137 strncat(result, in DEFINE_TEST()
140 strncat(result, strerror(ERANGE), in DEFINE_TEST()
142 strncat(result, "\n", in DEFINE_TEST()
158 strncat(result, "2 blocks\n", sizeof(result) - strlen(result) -1); in DEFINE_TEST()
160 strncat(result, "1 block\n", sizeof(result) - strlen(result) -1); in DEFINE_TEST()