Searched refs:SEEK_CUR (Results 1 – 5 of 5) sorted by relevance
6 #define SEEK_CUR 1 /* Seek relative to current position */ macro
22 #define SEEK_CUR 1 /* Seek relative to current position */ macro
48 ``#define SEEK_CUR 1 /* Seek relative to current position */``
13 syscall::{PosixKstat, SEEK_CUR, SEEK_END, SEEK_MAX, SEEK_SET},480 SEEK_CUR => Ok(SeekFrom::SeekCurrent(offset)), in handle()
22 pub const SEEK_CUR: u32 = 1; constant