Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c2649 UINT nw; local
2674nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding …
2675 if (nw == 0) { /* Buffer overflow or wrong char? */
2678 di += nw;
2702nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding …
2703 if (nw == 0) { /* Buffer overflow or wrong char? */
2706 di += nw;
2728 nw = put_utf(wc, &fno->altname[di], FF_SFN_BUF - di); /* Store it in API encoding */
2729 if (nw == 0) { /* Buffer overflow? */
2732 di += nw;
[all …]