Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c949 DIR* dp, /* Directory object pointing the file to be checked */ in chk_share()
985 DIR* dp, /* Directory object pointing the file to register or increment */ in inc_share()
1716 DIR* dp, /* Pointer to directory object */ in dir_sdi()
1764 DIR* dp, /* Pointer to the directory object */ in dir_next()
1825 DIR* dp, /* Pointer to the directory object */
2149 DIR* dp /* Reading directory object pointing top of the entry block to load */
2219 DIR* dp, /* Blank directory object to be used to access containing directory */
2248 DIR* dp /* Pointer to the directory object */
2324 #define DIR_READ_FILE(dp) dir_read(dp, 0) argument
2325 #define DIR_READ_LABEL(dp) dir_read(dp, 1) argument
[all …]
/fatfs-latest/include/
Dff.h347 #define f_rewinddir(dp) f_readdir((dp), 0) argument