Searched defs:SEEK_CUR (Results 1 – 2 of 2) sorted by relevance
/DragonOS/kernel/src/common/ | ||
H A D | stdio.h | 6 #define SEEK_CUR 1 /* Seek relative to current position */ macro |
/DragonOS/kernel/src/filesystem/vfs/ | ||
H A D | syscall.rs | 38 pub const SEEK_CUR: u32 = 1; constant |