Searched refs:input3 (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/apr-util/test/
H A Dteststrmatch.c39 const char *input3 = "pattern at the start of a string"; local
71 match = apr_strmatch(pattern, input3, strlen(input3));
72 ABTS_PTR_EQUAL(tc, input3, match);

Completed in 53 milliseconds