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*)
72 #include <sys/stat.h>
139 mem stat.st_blocks,stat.st_blksize,stat.st_rdev sys/types.h sys/stat.h
219 str st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is a string }end compile{
220 int f(st)struct stat* st;{return st->st_fstype[0];}
223 int st_fstype sys/types.h sys/stat.h note{ stat.st_fstype is an int }end compile{
224 int f(st)struct stat* st;{return st->st_fstype = 1;}
227 int st_spare1 sys/types.h sys/stat.h note{ stat.st_spare1 is an int }end compile{
228 int f(st)struct stat* st;{return st->st_spare1 = 1;}
231 ary st_spare4 sys/types.h sys/stat.h note{ stat.st_spare4 is an array }end compile{
232 int f(st)struct stat* st;{return st->st_spare4[0] = 1;}
235 ary st_pad4 sys/types.h sys/stat.h note{ stat.st_pad4 is an array }end compile{
236 int f(st)struct stat* st;{return st->st_pad4[0] = 1;}