Home
last modified time | relevance | path

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

/posix/
A Dfnmatch.c260 struct scratch_buffer wstring; in fnmatch() local
261 scratch_buffer_init (&wstring); in fnmatch()
269 r = fnmatch_convert_to_wide (string, &wstring, &n); in fnmatch()
271 r = internal_fnwmatch (wpattern.data, wstring.data, in fnmatch()
272 (wchar_t *) wstring.data + n, in fnmatch()
276 scratch_buffer_free (&wstring); in fnmatch()

Completed in 4 milliseconds