Searched defs:lseek_args (Results 1 – 1 of 1) sorted by relevance
539 struct lseek_args { struct540 int fd; char fd_[PAD_(int)];541 int pad; char pad_[PAD_(int)];542 off_t offset; char offset_[PAD_(off_t)];543 int whence; char whence_[PAD_(int)];