Lines Matching refs:stat

2 …t,__fxstat,_lxstat,__lxstat,_xmknod,__xmknod,_xstat,__xstat,lstat,mknod,sync sys/types.h sys/stat.h
3 …t64,__fxstat64,_lxstat64,__lxstat64,_xstat64,__xstat64 -D_LARGEFILE64_SOURCE sys/types.h sys/stat.h
4 mac fstat,lstat,stat,mknod sys/types.h sys/stat.h
8 #include <sys/stat.h>
11 extern int stat(const char* path, struct stat* st)
13 int stat(path, st)
15 struct stat* st;
27 struct stat st;
28 return stat(".",&st) < 0;
34 #include <sys/stat.h>
56 header sys/stat.h
60 extern fstat int (int, struct stat*)
61 extern lstat int (const char*, struct stat*)
65 extern stat int (const char*, struct stat*)
71 #include <sys/stat.h>
138 mem stat.st_blocks,stat.st_blksize,stat.st_rdev sys/types.h sys/stat.h
229 str st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is a string }end compile{
230 int f(st)struct stat* st;{return st->st_fstype[0];}
233 int st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is an int }end compile{
234 int f(st)struct stat* st;{return st->st_fstype = 1;}
237 int st_spare1 sys/types.h sys/stat.h note{ stat.st_spare1 is an int }end compile{
238 int f(st)struct stat* st;{return st->st_spare1 = 1;}
241 ary st_spare4 sys/types.h sys/stat.h note{ stat.st_spare4 is an array }end compile{
242 int f(st)struct stat* st;{return st->st_spare4[0] = 1;}
245 ary st_extra sys/types.h sys/stat.h note{ stat.st_extra is an array }end compile{
246 int f(st)struct stat* st;{return st->st_extra[0] = 1;}
249 ary st_pad4 sys/types.h sys/stat.h note{ stat.st_pad4 is an array }end compile{
250 int f(st)struct stat* st;{return st->st_pad4[0] = 1;}