Home | History | Annotate | Download | only in sys

Lines Matching refs:stat

174 int __cdecl stat(const char *_Filename,struct stat *_Stat);
175 int __cdecl fstat(int _Desc,struct stat *_Stat);
176 int __cdecl wstat(const wchar_t *_Filename,struct stat *_Stat);
181 fstat(int _Desc,struct stat *_Stat) {
185 memset(_Stat,0,sizeof(struct stat));
188 /* struct stat and struct _stat32
196 stat(const char *_Filename,struct stat *_Stat) {
200 memset(_Stat,0,sizeof(struct stat));
203 /* struct stat and struct _stat32
211 fstat(int _Desc,struct stat *_Stat) {
215 memset(_Stat,0,sizeof(struct stat));
218 /* struct stat and struct _stat64i32
236 stat(const char *_Filename,struct stat *_Stat) {
240 memset(_Stat,0,sizeof(struct stat));
243 /* struct stat and struct _stat64i32
265 #define stat _stat32i64
268 #define stat _stat64