/usr/lib/parrot/5.9.0/include/stat.pasm is in parrot 5.9.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # DO NOT EDIT THIS FILE.
#
# This file is generated automatically from
# include/parrot/platform_interface.h by tools/build/h2inc.pl
#
# Any changes made here will be lost.
#
.macro_const STAT_EXISTS 0
.macro_const STAT_FILESIZE 1
.macro_const STAT_ISDIR 2
.macro_const STAT_ISREG 3
.macro_const STAT_ISDEV 4
.macro_const STAT_CREATETIME 5
.macro_const STAT_ACCESSTIME 6
.macro_const STAT_MODIFYTIME 7
.macro_const STAT_CHANGETIME 8
.macro_const STAT_BACKUPTIME 9
.macro_const STAT_UID 10
.macro_const STAT_GID 11
.macro_const STAT_ISLNK 12
.macro_const STAT_PLATFORM_DEV -1
.macro_const STAT_PLATFORM_INODE -2
.macro_const STAT_PLATFORM_MODE -3
.macro_const STAT_PLATFORM_NLINKS -4
.macro_const STAT_PLATFORM_DEVTYPE -5
.macro_const STAT_PLATFORM_BLOCKSIZE -6
.macro_const STAT_PLATFORM_BLOCKS -7
.macro_const STAT_TYPE_UNKNOWN 0
.macro_const STAT_TYPE_FILE 1
.macro_const STAT_TYPE_DIRECTORY 2
.macro_const STAT_TYPE_PIPE 3
.macro_const STAT_TYPE_LINK 4
.macro_const STAT_TYPE_DEVICE 5
|