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

/freebsd-10.1-release/contrib/apr-util/test/
H A Dteststrmatch.c40 const char *input4 = "string that ends with a pattern"; local
74 match = apr_strmatch(pattern, input4, strlen(input4));
75 ABTS_PTR_EQUAL(tc, input4 + 24, match);

Completed in 52 milliseconds