Home
last modified time | relevance | path

Searched refs:lsp (Results 1 – 4 of 4) sorted by relevance

/stdio-common/
A Dscanf14.c36 wchar_t *lsp; in main() local
60 if (sscanf (" 3.25S x", "%4mS%3c", &lsp, c) != 2) in main()
64 if (wcscmp (lsp, L"3.25") != 0 || memcmp (c, "S x", 3) != 0) in main()
66 memset (lsp, 'x', sizeof L"3.25"); in main()
67 free (lsp); in main()
A Dscanf14a.c42 wchar_t *lsp; in main() local
66 if (sscanf (" 3.25S x", "%4aS%3c", &lsp, c) != 2) in main()
70 if (wcscmp (lsp, L"3.25") != 0 || memcmp (c, "S x", 3) != 0) in main()
72 memset (lsp, 'x', sizeof L"3.25"); in main()
73 free (lsp); in main()
A Dscanf16.c67 wchar_t *lsp; in main() local
91 if (xsscanf (" 3.25S x", "%4mS%3c", &lsp, c) != 2) in main()
95 if (wcscmp (lsp, L"3.25") != 0 || memcmp (c, "S x", 3) != 0) in main()
97 memset (lsp, 'x', sizeof L"3.25"); in main()
98 free (lsp); in main()
A Dscanf16a.c72 wchar_t *lsp; in main() local
96 if (xsscanf (" 3.25S x", "%4aS%3c", &lsp, c) != 2) in main()
100 if (wcscmp (lsp, L"3.25") != 0 || memcmp (c, "S x", 3) != 0) in main()
102 memset (lsp, 'x', sizeof L"3.25"); in main()
103 free (lsp); in main()

Completed in 5 milliseconds