Searched defs:_fstat (Results 1 – 2 of 2) sorted by relevance
62 int _fstat(int fd, struct stat *buf) in _fstat() function109 int _fstat(int fd, struct stat *buf) in _fstat() function
54 #define _fstat(fd, statbuf) (fstat((fd), (statbuf))) macro