Searched refs:nw (Results 1 – 1 of 1) sorted by relevance
2596 UINT nw; local2619 …nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding …2620 if (nw == 0) { di = 0; break; } /* Buffer overflow or wrong char? */2621 di += nw;2645 …nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding …2646 if (nw == 0) { di = 0; break; } /* Buffer overflow or wrong char? */2647 di += nw;2667 nw = put_utf(wc, &fno->altname[di], FF_SFN_BUF - di); /* Store it in API encoding */2668 if (nw == 0) { di = 0; break; } /* Buffer overflow? */2669 di += nw;[all …]