Home
last modified time | relevance | path

Searched refs:SEEK_CUR (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.8/kernel/src/common/
Dstdio.h6 #define SEEK_CUR 1 /* Seek relative to current position */ macro
/DragonOS-0.1.8/user/libs/libc/src/include/export/
Dstdio.h22 #define SEEK_CUR 1 /* Seek relative to current position */ macro
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/
Dstdio.md48 ``#define SEEK_CUR 1 /* Seek relative to current position */``
/DragonOS-0.1.8/kernel/src/syscall/
Dmod.rs13 syscall::{PosixKstat, SEEK_CUR, SEEK_END, SEEK_MAX, SEEK_SET},
480 SEEK_CUR => Ok(SeekFrom::SeekCurrent(offset)), in handle()
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dsyscall.rs22 pub const SEEK_CUR: u32 = 1; constant