Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 2 of 2) sorted by relevance

/stdio-common/
A Dscanf9.c8 int matches; in main() local
12 matches = -9; in main()
13 matches = sscanf ("x ]", "%[^] ]", str); in main()
14 printf ("Matches = %d, string str = \"%s\".\n", matches, str); in main()
21 matches = -9; in main()
22 matches = sscanf (" ] x", "%[] ]", str); in main()
23 printf ("Matches = %d, string str = \"%s\".\n", matches, str); in main()
A Dtfformat.c4081 matches (char *result, const char *desired) in matches() function
4111 if (!matches(buffer, dptr->result)) in main()
4138 if (!matches (buffer, ref)) in main()

Completed in 9 milliseconds