Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c6475 int idx, nchr; /* Write index of buf[] (-1:error), number of encoding units written */ member
6504 i = pb->idx; /* Write index of pb->buf[] */
6612 pb->idx = i;
6623 if ( pb->idx >= 0 /* Flush buffered characters to the file */
6624 && f_write(pb->fp, pb->buf, (UINT)pb->idx, &nw) == FR_OK
6625 && (UINT)pb->idx == nw) return pb->nchr;