Searched refs:whence (Results 1 – 2 of 2) sorted by relevance
612 lfs_soff_t off, int whence);
3637 lfs_soff_t off, int whence) { argument3640 if (whence == LFS_SEEK_SET) {3642 } else if (whence == LFS_SEEK_CUR) {3648 } else if (whence == LFS_SEEK_END) {6034 lfs_soff_t off, int whence) { argument6040 (void*)lfs, (void*)file, off, whence);6043 lfs_soff_t res = lfs_file_rawseek(lfs, file, off, whence);