Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h325 FRESULT f_getcwd (TCHAR* buff, UINT len); /* Get current directory */
332 FRESULT f_mkfs (const TCHAR* path, const MKFS_PARM* opt, void* work, UINT len); /* Create a FAT vol…
338 TCHAR* f_gets (TCHAR* buff, int len, FIL* fp); /* Get a string from the file */
/fatfs-2.7.6/
Dff.c2441 UINT n, len, n_ent; local
2446 for (len = 0; fs->lfnbuf[len]; len++) ; /* Get lfn length */
2450 n_ent = (len + 14) / 15 + 2; /* Number of entries to allocate (85+C0+C1s) */
2494 n_ent = (sn[NSFLAG] & NS_LFN) ? (len + 12) / 13 + 1 : 1; /* Number of entries to allocate */
4269 UINT len /* Size of buff in unit of TCHAR */ argument
4296 i = len; /* Bottom of buffer (directory stack base) */
4325 if (i == len) buff[--i] = '/'; /* Is it the root-directory? */
4347 do *tp++ = buff[i++]; while (i < len); /* Copy stacked path string */
5806 UINT len /* Size of working buffer [byte] */ argument
5853 sz_buf = len / ss; /* Size of working buffer [sector] */
[all …]