Searched refs:nw (Results 1 – 1 of 1) sorted by relevance
223 size_t nw = buf->length / sizeof (wchar_t); in fnmatch_convert_to_wide() local224 *n = strnlen (str, nw - 1); in fnmatch_convert_to_wide()225 if (__glibc_likely (*n < nw)) in fnmatch_convert_to_wide()
Completed in 4 milliseconds