Lines Matching defs:A
50 #define FTYPE(A) (A.st_mode)
51 #define FMODE(A) (A.st_mode)
52 #define IDENTICAL(A, B) (A.st_dev == B.st_dev && A.st_ino == B.st_ino)
53 #define ISBLK(A) ((A.st_mode & S_IFMT) == S_IFBLK)
54 #define ISCHR(A) ((A.st_mode & S_IFMT) == S_IFCHR)
55 #define ISDIR(A) ((A.st_mode & S_IFMT) == S_IFDIR)
56 #define ISFIFO(A) ((A.st_mode & S_IFMT) == S_IFIFO)
57 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG)
422 "A copy of an editor buffer of yours was saved on %s when the system went down.\n" :
423 "A copy of an editor buffer of yours was saved on %s when the editor was killed\nor was unable to save your changes.\n", hostname);
428 "A copy of an editor buffer of your file \"%s\"%s was saved on %s\nwhen the system \
430 "A copy of an editor buffer of your file \"%s\"%s was saved on %s\nwhen the editor \