Lines Matching defs:A
65 #define FTYPE(A) (A.st_mode) argument
66 #define FMODE(A) (A.st_mode) argument
67 #define UID(A) (A.st_uid) argument
68 #define GID(A) (A.st_gid) argument
69 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino) argument
70 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR) argument
71 #define ISDOOR(A) ((A.st_mode & S_IFMT) == S_IFDOOR) argument
72 #define ISLNK(A) ((A.st_mode & S_IFMT) == S_IFLNK) argument
73 #define ISREG(A) (((A).st_mode & S_IFMT) == S_IFREG) argument
74 #define ISDEV(A) ((A.st_mode & S_IFMT) == S_IFCHR || \ argument
77 #define ISSOCK(A) ((A.st_mode & S_IFMT) == S_IFSOCK) argument