strace/xlat/modetypes.in
Eugene Syromyatnikov be048f54c5 printmode: update print_symbolic_mode_t decoder
* printmode.c (print_symbolic_mode_t): Rewrite.
* xlat/modetypes.in: Add fallback values.
* xlat/modeflags.in: New file.
2018-10-07 14:31:00 +02:00

9 lines
127 B
Plaintext

#sorted
S_IFIFO 0010000
S_IFCHR 0020000
S_IFDIR 0040000
S_IFBLK 0060000
S_IFREG 0100000
S_IFLNK 0120000
S_IFSOCK 0140000