Home
last modified time | relevance | path

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

/stdio-common/
A Dscanf13.c11 wchar_t *lsp1, *lsp2, *lsp3, *lsp4; in main() local
47 if (wcscmp (lsp1, L"\xc4-") != 0) in main()
49 free (lsp1); in main()
128 if (sscanf (buf, "%mS%mC", &lsp1, &lsp2) != 2) in main()
132 if (lsp1[0] != L'\xc4' || lsp1[2045] != L'\xc4' in main()
133 || lsp1[2054] != L'\0') in main()
135 lsp1[2045] = L'/'; in main()
137 if (lsp1[i] != L'/') in main()
139 free (lsp1); in main()
161 &lsp1, &lsp2, &lsp3, &lsp4) != 4) in main()
[all …]

Completed in 3 milliseconds