Searched refs:wfb (Results 1 – 1 of 1) sorted by relevance
3353 WIN32_FIND_DATAW wfb; in dos_expandpath() local3466 hFind = FindFirstFileW(wn, &wfb); in dos_expandpath()3471 p = utf16_to_enc(wfb.cFileName, NULL); // p is allocated here in dos_expandpath()3479 if (*wfb.cAlternateFileName == NUL || p[STRLEN(p) - 1] == '~') in dos_expandpath()3482 p_alt = utf16_to_enc(wfb.cAlternateFileName, NULL); in dos_expandpath()3501 && (wfb.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY)) in dos_expandpath()3532 ok = FindNextFileW(hFind, &wfb); in dos_expandpath()