Lines Matching refs:fd
40 read(int fd, void *buf, size_t count) in read() argument
42 (void) fd; in read()
49 write(int fd, const void *buf, size_t count) in write() argument
54 (void) fd; in write()
69 close(int fd) in close() argument
71 (void) fd; in close()
75 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
77 (void) fd; in lseek()
83 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() argument
85 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
96 fstat (int fd, struct stat *sbuf) in fstat() argument
98 (void) fd; in fstat()
104 isatty (int fd) in isatty() argument
106 (void) fd; in isatty()