Lines Matching full:read
102 * @param mode read: FS_MODE_RD, write: FS_MODE_WR, both: FS_MODE_RD | FS_MODE_WR
116 /*Open a file for read*/
120 /*Open a file for read and write*/
143 * Read data from an opened file
146 * @param buf pointer to a memory block where to store the read data
147 * @param btr number of Bytes To Read
148 * @param br the real number of read bytes (Byte Read)
179 * Set the read write pointer. Also expand the file size if necessary.
182 * @param pos the new position of read write pointer
195 * Give the position of the read write pointer
214 * @return pointer to the directory read descriptor or NULL on error
225 * Read the next filename form a directory.