Lines Matching full:re
55 RE(atf_dynstr_init(&str)); in ATF_TC_BODY()
68 RE(atf_dynstr_init_ap(str, fmt, ap)); in init_fmt()
112 RE(atf_dynstr_init_fmt(&str, "String 1")); in ATF_TC_BODY()
116 RE(atf_dynstr_init_fmt(&str, "String %d", 2)); in ATF_TC_BODY()
120 RE(atf_dynstr_init_fmt(&str, "%s %d", "String", 3)); in ATF_TC_BODY()
124 RE(atf_dynstr_init_fmt(&str, "%s%s%s%s%s%s%s", "This ", "should ", in ATF_TC_BODY()
144 RE(atf_dynstr_init_raw(&str, src, 0)); in ATF_TC_BODY()
148 RE(atf_dynstr_init_raw(&str, src, 8)); in ATF_TC_BODY()
152 RE(atf_dynstr_init_raw(&str, src + 10, 8)); in ATF_TC_BODY()
156 RE(atf_dynstr_init_raw(&str, "String\0Lost", 11)); in ATF_TC_BODY()
185 RE(atf_dynstr_init_rep(&str, i, 'a')); in ATF_TC_BODY()
225 RE(atf_dynstr_init_fmt(&src, "Str 1, Str 2")); in ATF_TC_BODY()
227 RE(atf_dynstr_init_substr(&str, &src, 0, 0)); in ATF_TC_BODY()
231 RE(atf_dynstr_init_substr(&str, &src, 0, atf_dynstr_npos)); in ATF_TC_BODY()
235 RE(atf_dynstr_init_substr(&str, &src, 0, 100)); in ATF_TC_BODY()
239 RE(atf_dynstr_init_substr(&str, &src, 0, 5)); in ATF_TC_BODY()
243 RE(atf_dynstr_init_substr(&str, &src, 100, atf_dynstr_npos)); in ATF_TC_BODY()
247 RE(atf_dynstr_init_substr(&str, &src, 7, atf_dynstr_npos)); in ATF_TC_BODY()
263 RE(atf_dynstr_init_fmt(&str, "Test string")); in ATF_TC_BODY()
264 RE(atf_dynstr_copy(&str2, &str)); in ATF_TC_BODY()
268 RE(atf_dynstr_append_fmt(&str2, " non-shared text")); in ATF_TC_BODY()
288 RE(atf_dynstr_init_fmt(&str, "Test string 1")); in ATF_TC_BODY()
311 RE(atf_dynstr_init_fmt(&str, "Test string 1")); in ATF_TC_BODY()
317 RE(atf_dynstr_init_fmt(&str, "Test string 2")); in ATF_TC_BODY()
335 RE(atf_dynstr_init_rep(&str, i, 'a')); in ATF_TC_BODY()
351 RE(atf_dynstr_init_fmt(&str, "Foo1/Bar2/,.Baz")); in ATF_TC_BODY()
381 RE(atf_dynstr_init(&str)); in check_append()
388 RE(append(&str, "a")); in check_append()
395 RE(atf_dynstr_init(&str)); in check_append()
402 RE(append(&str, "%s", "a")); in check_append()
454 RE(atf_dynstr_init(&str)); in ATF_TC_BODY()
461 RE(atf_dynstr_init_fmt(&str, "Not empty")); in ATF_TC_BODY()
481 RE(atf_dynstr_init(&str)); in check_prepend()
490 RE(prepend(&str, "%s", "a")); in check_prepend()
493 RE(prepend(&str, "%s", "b")); in check_prepend()
501 RE(atf_dynstr_init(&str)); in check_prepend()
510 RE(prepend(&str, "%s", "a")); in check_prepend()
513 RE(prepend(&str, "%s", "b")); in check_prepend()
570 RE(atf_dynstr_init(&str)); in ATF_TC_BODY()
575 RE(atf_dynstr_init_fmt(&str, "Test")); in ATF_TC_BODY()
593 RE(atf_dynstr_init(&str)); in ATF_TC_BODY()
594 RE(atf_dynstr_init_fmt(&str2, "Test")); in ATF_TC_BODY()