Lines Matching refs:file
81 int _close(int file);
82 int _close(int file) in _close() argument
84 (void)file; in _close()
127 int _fstat(int file, struct stat *st);
128 int _fstat(int file, struct stat *st) in _fstat() argument
130 (void)file; in _fstat()
147 int _isatty(int file);
148 int _isatty(int file) in _isatty() argument
150 (void)file; in _isatty()
181 int _lseek(int file, int ptr, int dir);
182 int _lseek(int file, int ptr, int dir) in _lseek() argument
184 (void)file; in _lseek()
205 int _read(int file, char *ptr, int len);
206 int _read(int file, char *ptr, int len) in _read() argument
208 (void)file; in _read()
220 int _write_r( void * reent, int file, char * ptr, int len );
221 int _write_r( void * reent, int file, char * ptr, int len ) in _write_r() argument
224 (void)file; in _write_r()
343 int _stat(char *file, struct stat *st);
344 int _stat(char *file, struct stat *st) in _stat() argument
346 (void)file; in _stat()