HomeSort by: relevance | last modified time | path
    Searched defs:matchString (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libbind/dist/tests/
subr.c 198 * i = matchString(" a b c", "a b c") ;
200 * i = matchString("a b c", " a b c");
202 * i = matchString(" a b c", " a b c");
204 * i = matchString("aa bb ", "aa bb ddd sd");
208 matchString (const char *format, const char *src) {

Completed in 24 milliseconds