Lines Matching refs:fd
44 read(int fd, void *buf, size_t count) in read() argument
46 (void) fd; in read()
53 write(int fd, const void *buf, size_t count) in write() argument
58 (void) fd; in write()
74 close(int fd) in close() argument
76 (void) fd; in close()
80 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
82 (void) fd; in lseek()
88 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() argument
90 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
101 fstat (int fd, struct stat *sbuf) in fstat() argument
103 (void) fd; in fstat()
109 isatty (int fd) in isatty() argument
111 (void) fd; in isatty()