Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 2 of 2) sorted by relevance

/littlefs-3.5.0-3.4.0/
Dlfs.h582 lfs_soff_t off, int whence);
Dlfs.c3464 lfs_soff_t off, int whence) { argument
3467 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) { argument
5591 (void*)lfs, (void*)file, off, whence);
5594 lfs_soff_t res = lfs_file_rawseek(lfs, file, off, whence);