Searched refs:dir_next (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 1714 static FRESULT dir_next ( /* FR_OK(0):succeeded, FR_NO_FILE:End of table, FR_DENIED:Could not stret… in dir_next() function 1800 res = dir_next(dp, 1); /* Next entry with table stretch enabled */ 2117 res = dir_next(dp, 0); 2129 res = dir_next(dp, 0); 2218 res = dir_next(dp, 0); 2337 res = dir_next(dp, 0); /* Next entry */ 2420 res = dir_next(dp, 0); /* Next entry */ 2505 res = dir_next(dp, 0); /* Next entry */ 2561 res = dir_next(dp, 0); /* Next entry */ 4311 res = dir_next(&dj, 0); [all …]
|