Lines Matching refs:fd
46 read(int fd, void *buf, size_t count) in read() argument
48 (void) fd; in read()
55 write(int fd, const void *buf, size_t count) in write() argument
57 (void) fd; in write()
71 close(int fd) in close() argument
73 (void) fd; in close()
77 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
79 (void) fd; in lseek()
85 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() argument
87 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
98 fstat (int fd, struct stat *sbuf) in fstat() argument
100 (void) fd; in fstat()
106 isatty (int fd) in isatty() argument
108 (void) fd; in isatty()