Lines Matching refs:fd
46 read(int fd, void *buf, size_t count) in read() argument
49 (void) fd; in read()
56 write(int fd, const void *buf, size_t count) in write() argument
61 (void) fd; in write()
76 close(int fd) in close() argument
78 (void) fd; in close()
82 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
84 (void) fd; in lseek()
90 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() argument
92 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
103 fstat (int fd, struct stat *sbuf) in fstat() argument
105 (void) fd; in fstat()
111 isatty (int fd) in isatty() argument
113 (void) fd; in isatty()