Searched refs:__s_ (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/ttymon/ |
H A D | uucp.h | 496 EXTERN struct stat __s_; variable 497 #define READANY(f) ((stat((f),&__s_)==0) && ((__s_.st_mode&(0004))!=0) ) 498 #define READSOME(f) ((stat((f),&__s_)==0) && ((__s_.st_mode&(0444))!=0) ) 500 #define WRITEANY(f) ((stat((f),&__s_)==0) && ((__s_.st_mode&(0002))!=0) ) 501 #define DIRECTORY(f) ((stat((f),&__s_)==0) && ((__s_.st_mode&(S_IFMT))==S_IFDIR) ) 502 #define NOTEMPTY(f) ((stat((f),&__s_)==0) && (__s_.st_size!=0) )
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | uucp.h | 567 EXTERN struct stat __s_; variable 568 #define F_READANY(f) ((fstat((f),&__s_)==0) && ((__s_.st_mode&(0004))!=0) ) 569 #define READANY(f) ((stat((f),&__s_)==0) && ((__s_.st_mode&(0004))!=0) ) 571 #define WRITEANY(f) ((stat((f),&__s_)==0) && ((__s_.st_mode&(0002))!=0) ) 572 #define DIRECTORY(f) ((stat((f),&__s_)==0) && ((__s_.st_mode&(S_IFMT))==S_IFDIR) ) 573 #define NOTEMPTY(f) ((stat((f),&__s_)==0) && (__s_.st_size!=0) )
|
H A D | expfile.c | 114 if (__s_.st_uid == UUCPUID) 115 mask |= ((~__s_.st_mode) & PUB_DIRMODE);
|
H A D | uucpdefs.c | 82 GLOBAL struct stat __s_; variable
|
H A D | uucheck.c | 60 struct stat __s_; variable
|