Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 2 of 2) sorted by relevance

/fatfs-latest/include/
Dff.h342 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize)) argument
343 #define f_error(fp) ((fp)->err) argument
344 #define f_tell(fp) ((fp)->fptr) argument
345 #define f_size(fp) ((fp)->obj.objsize) argument
346 #define f_rewind(fp) f_lseek((fp), 0) argument
/fatfs-latest/
Dff.c1646 FIL* fp, /* Pointer to the file object */ in clmt_clust()
3733 FIL* fp, /* Pointer to the blank file object */
3930 FIL* fp, /* Open file to be read */
4030 FIL* fp, /* Open file to be written */
4151 FIL* fp /* Open file to be synced */
4232 FIL* fp /* Open file to be closed */
4449 FIL* fp, /* Pointer to the file object */
4928 FIL* fp /* Pointer to the file object */
5584 FIL* fp, /* Pointer to the file object */
5680 FIL* fp, /* Pointer to the file object */
[all …]