Home
last modified time | relevance | path

Searched defs:SEEK_CUR (Results 1 – 3 of 3) 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/kernel/src/filesystem/vfs/
Dsyscall.rs22 pub const SEEK_CUR: u32 = 1; constant