Home
last modified time | relevance | path

Searched refs:test_whitespace_string (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/lib/libsbuf/tests/
H A Dsbuf_string_test.c40 static char test_whitespace_string[] = " \f\n\r\t\v "; variable
252 ATF_CHECK_MSG(sbuf_cat(sb, test_whitespace_string) == 0, in ATF_TC_BODY()
257 strlen(test_whitespace_string)); in ATF_TC_BODY()