Searched refs:nchars (Results 1 – 1 of 1) sorted by relevance
735 DWORD nchars = GetTempPath(sizeof(temp_path), temp_path); in win32_tmpfile() local736 if (nchars == 0 || nchars >= sizeof(temp_path)) { in win32_tmpfile()