Home | History | Annotate | Download | only in Uefi

Lines Matching defs:lseek

493     The lseek() function repositions the offset of the file descriptor fildes

495 fildes must be an open file descriptor. lseek() repositions the file
506 The lseek() function allows the file offset to be set beyond the end of
518 @return Upon successful completion, lseek() returns the resulting offset
524 lseek (int fd, __off_t offset, int how)
1141 read() shall return bytes with value 0. For example, lseek() allows the