Searched defs:atf_dynstr_npos (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Ddynstr.c111 const size_t atf_dynstr_npos = SIZE_MAX; variable
H A Ddynstr_test.c353 ATF_REQUIRE_EQ(atf_dynstr_rfind_ch(&str, '\0'), atf_dynstr_npos); local
355 ATF_REQUIRE_EQ(atf_dynstr_rfind_ch(&str, '0'), atf_dynstr_npos); local
356 ATF_REQUIRE_EQ(atf_dynstr_rfind_ch(&str, 'b'), atf_dynstr_npos); local

Completed in 128 milliseconds