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

/freebsd-12-stable/contrib/atf/atf-c/detail/
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
H A Ddynstr.c111 const size_t atf_dynstr_npos = SIZE_MAX; variable

Completed in 152 milliseconds