Lines Matching refs:fd
45 read(int fd, void *buf, size_t count) in read() argument
47 (void) fd; in read()
54 write(int fd, const void *buf, size_t count) in write() argument
59 (void) fd; in write()
75 close(int fd) in close() argument
77 (void) fd; in close()
81 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
83 (void) fd; in lseek()
89 _off64_t lseek64(int fd, _off64_t offset, int whence) in lseek64() argument
91 return (_off64_t) lseek(fd, (off_t) offset, whence); in lseek64()
102 fstat (int fd, struct stat *sbuf) in fstat() argument
104 (void) fd; in fstat()
110 isatty (int fd) in isatty() argument
112 (void) fd; in isatty()