Searched refs:whence (Results 1 – 2 of 2) sorted by relevance
582 lfs_soff_t off, int whence);
3464 lfs_soff_t off, int whence) { argument3467 if (whence == LFS_SEEK_SET) {3469 } else if (whence == LFS_SEEK_CUR) {3475 } else if (whence == LFS_SEEK_END) {5585 lfs_soff_t off, int whence) { argument5591 (void*)lfs, (void*)file, off, whence);5594 lfs_soff_t res = lfs_file_rawseek(lfs, file, off, whence);