pollution: quot intmax_t quot; pollution: rem intmax_t rem; pollution: strtoimax static intmax_t strtoimax (const char * restrict __nptr, char ** restrict __endptr, int __base) { return __strtollmax (__nptr, __endptr, __base); } pollution: imaxabs extern intmax_t imaxabs (intmax_t); pollution: imaxdiv extern imaxdiv_t imaxdiv (intmax_t, intmax_t); pollution: strtoumax extern uintmax_t strtoumax (const char * restrict, char ** restrict, int); pollution: wcstoimax extern intmax_t wcstoimax (const wchar_t * restrict, wchar_t ** restrict, int ); pollution: wcstoumax extern uintmax_t wcstoumax (const wchar_t * restrict, wchar_t ** restrict, int); pollution: int8 typedef signed char int8; pollution: int16 typedef signed short int16; pollution: int32 typedef signed int int32; pollution: int64 typedef signed long long int64; pollution: u_int8 typedef unsigned char u_int8; pollution: u_int16 typedef unsigned short u_int16; pollution: u_int32 typedef unsigned int u_int32; pollution: u_int64 typedef unsigned long long u_int64; pollution: losigs unsigned int losigs; pollution: hisigs unsigned int hisigs; pollution: losigs pollution: hisigs unsigned int losigs, hisigs; pollution: ss_set uint64_t ss_set[4]; pollution: val unsigned int val[2]; pollution: val uint64_t val[2]; pollution: val int val[2]; pollution: quad typedef struct _quad { int val[2]; } quad; pollution: srval vmhandle_t srval; pollution: offset caddr_t offset; pollution: alloc ulong32int64_t alloc; pollution: srval vmhandle_t srval[16]; pollution: alloc uint_t alloc; pollution: srval uint_t srval[16]; pollution: BadAttr pollution: VirtAddr pollution: MR_ATTR_TYPE typedef enum _MR_ATTR_TYPE { BadAttr = 0, VirtAddr = 1 } MR_ATTR_TYPE; pollution: BadMem pollution: FreeMem pollution: IPLCB pollution: RMALLOC pollution: PM_HEAP pollution: RTAS_HEAP pollution: TCE_TABLE pollution: IO_SPACE pollution: HUGE_PAGE pollution: MR_LABEL_TYPE typedef enum _MR_LABEL_TYPE { BadMem = 0, FreeMem = 1, IPLCB = 2, RMALLOC = 3, PM_HEAP = 4, RTAS_HEAP = 5, TCE_TABLE = 6, IO_SPACE = 7, HUGE_PAGE = 8 } MR_LABEL_TYPE; pollution: mr_addr unsigned long long mr_addr; pollution: mr_size unsigned long long mr_size; pollution: mr_att unsigned char mr_att; pollution: mr_label unsigned char mr_label; pollution: mr_nodeid unsigned short mr_nodeid; pollution: mr_flags unsigned short mr_flags; pollution: reserved char reserved[2]; pollution: UniChar typedef ushort_t UniChar; pollution: UTF32Char typedef uint_t UTF32Char; pollution: uchar typedef uchar_t uchar; pollution: ushort typedef ushort_t ushort; pollution: uint typedef uint_t uint; pollution: ulong typedef ulong_t ulong; pollution: r int r[1]; pollution: physadr typedef physadr_t physadr; pollution: u_char typedef unsigned char u_char; pollution: u_short typedef unsigned short u_short; pollution: u_int typedef unsigned int u_int; pollution: u_long typedef unsigned long u_long; pollution: losigs unsigned int losigs; pollution: hisigs unsigned int hisigs; pollution: sigset struct sigset { unsigned int losigs; unsigned int hisigs; }; pollution: val unsigned int val[2]; pollution: fsid struct fsid { unsigned int val[2]; }; pollution: fid_len uint_t fid_len; pollution: fid_ino ino32_t fid_ino; pollution: fid_gen uint_t fid_gen; pollution: fid_x char fid_x[20 - (sizeof(ino32_t) + 2) - sizeof(uint_t)]; pollution: fileid struct fileid { uint_t fid_len; ino32_t fid_ino; uint_t fid_gen; char fid_x[20 - (sizeof(ino32_t) + 2) - sizeof(uint_t)]; }; pollution: fid_len uint_t fid_len; pollution: fid_data char fid_data[20]; pollution: fid struct fid { uint_t fid_len; char fid_data[20]; }; pollution: fid typedef struct fid fid_t; pollution: x char x[32]; pollution: fhandle struct fhandle { char x[32]; }; pollution: fhandle typedef struct fhandle fhandle_t; pollution: fh_fsid fsid_t fh_fsid; pollution: fileid pollution: fh_fid struct fileid fh_fid; pollution: filehandle struct filehandle { fsid_t fh_fsid; struct fileid fh_fid; }; pollution: word1 __ulong32_t word1; pollution: word2 __ulong32_t word2; pollution: word3 __ulong32_t word3; pollution: word4 __ulong32_t word4; pollution: unique_id struct unique_id { __ulong32_t word1; __ulong32_t word2; __ulong32_t word3; __ulong32_t word4; }; pollution: unique_id typedef struct unique_id unique_id_t; pollution: acl_get extern char *acl_get(char *); pollution: acl_fget extern char *acl_fget(int); pollution: acl_chg extern int acl_chg(char *, int, int, int); pollution: acl_fchg extern int acl_fchg(int, int, int, int); pollution: acl_put extern int acl_put(char *, char *, int); pollution: acl_fput extern int acl_fput(int, char *, int); pollution: acl_set extern int acl_set(char *, int, int, int); pollution: acl_fset extern int acl_fset(int, int, int, int); pollution: accessx extern int accessx(char *, int, int); pollution: accessxat extern int accessxat(int, char *, int, int); pollution: lseek64 extern off64_t lseek64 (int, off64_t, int); pollution: pthread_atfork extern int pthread_atfork (void (*)(void), void (*)(void), void (*)(void)); pollution: crypt extern char *crypt(const char *, const char *); pollution: nice extern int nice (int); pollution: swab extern void swab (const void *, void *, ssize_t); pollution: getpass extern char *getpass(const char *); pollution: chroot extern int chroot(const char *); pollution: timespec64 struct timespec64 { time64_t tv_sec; int32_t tv_nsec; int32_t tv_pad; }; pollution: stat64 struct stat64 { dev_t st_dev; ino_t st_ino; mode_t st_mode; nlink_t st_nlink; ushort_t st_flag; uid_t st_uid; gid_t st_gid; dev_t st_rdev; soff_t st_ssize; st_timespec_t st_atim; st_timespec_t st_mtim; st_timespec_t st_ctim; blksize_t st_blksize; blkcnt_t st_blocks; int st_vfstype; uint_t st_vfs; uint_t st_type; uint_t st_gen; uint_t st_reserved[10]; off64_t st_size; }; pollution: timespec64 struct timespec64 st_atim; pollution: timespec64 struct timespec64 st_mtim; pollution: timespec64 struct timespec64 st_ctim; pollution: stat64x struct stat64x { dev64_t st_dev; ino64_t st_ino; mode_t st_mode; nlink_t st_nlink; ushort_t st_flag; uid_t st_uid; gid_t st_gid; dev64_t st_rdev; off64_t st_size; struct timespec64 st_atim; struct timespec64 st_mtim; struct timespec64 st_ctim; blksize64_t st_blksize; blkcnt64_t st_blocks; int32_t st_vfstype; uint32_t st_vfs; uint32_t st_type; uint32_t st_gen; uint32_t st_reserved[11]; }; pollution: stat64x pollution: stat64x extern int stat64x(const char *restrict, struct stat64x *restrict); pollution: stat64x pollution: fstat64x extern int fstat64x(int, struct stat64x *restrict); pollution: stat64x pollution: lstat64x extern int lstat64x(const char *restrict, struct stat64x *restrict); pollution: stat64x pollution: stat64xat extern int stat64xat(int, const char *restrict, struct stat64x *restrict, int); pollution: stat64 pollution: stat64 extern int stat64(const char *restrict, struct stat64 *restrict); pollution: stat64 pollution: fstat64 extern int fstat64(int, struct stat64 *); pollution: stat64 pollution: stat64at extern int stat64at(int,const char *restrict, struct stat64 *restrict, int); pollution: stat64 pollution: lstat64 extern int lstat64(const char *restrict, struct stat64 *restrict); pollution: mknod extern int mknod(const char *, mode_t, dev_t); pollution: mknodat extern int mknodat(int, const char *, mode_t, dev_t); pollution: statx int statx(char *, struct stat *, int, int); pollution: fstatx int fstatx(int, struct stat *, int, int); pollution: statxat int statxat(int, char *, struct stat *, int, int); pollution: pathname pollution: cmd pollution: retVal pollution: size pollution: fobject_stat int fobject_stat(char *pathname, int cmd, void *retVal, size_t size); pollution: lockf extern int lockf (int, int, off_t); pollution: lockf64 extern int lockf64 (int, int, off64_t); pollution: brk extern int brk(void *); pollution: getpagesize extern int getpagesize (void); pollution: getdtablesize static int getdtablesize () { return __fd_getdtablesize(); } pollution: sbrk extern void *sbrk (intptr_t); pollution: ftruncate64 extern int ftruncate64 (int, off64_t); pollution: gethostid extern long gethostid(void); pollution: getwd extern char *getwd (char *); pollution: setpgrp extern pid_t setpgrp (void); pollution: setregid extern int setregid (gid_t, gid_t); pollution: setreuid extern int setreuid (uid_t, uid_t); pollution: sync extern void sync(void); pollution: truncate64 extern int truncate64 (const char *, off64_t); pollution: ualarm extern useconds_t ualarm(useconds_t, useconds_t); pollution: usleep extern int usleep(useconds_t); pollution: vfork extern pid_t vfork (void); pollution: pread64 extern ssize_t pread64(int, void *, size_t, off64_t); pollution: pwrite64 extern ssize_t pwrite64(int, const void *, size_t, off64_t); pollution: environ extern char **environ; pollution: f_fork extern pid_t f_fork(void); pollution: p_fork extern pid_t p_fork(uint); pollution: cuserid extern char * cuserid(char *); pollution: setrgid extern int setrgid(gid_t); pollution: setruid extern int setruid(uid_t); pollution: ioctl extern int ioctl(int, int, ...); pollution: ioctlx extern int ioctlx(int, int, void *, long); pollution: setgroups extern int setgroups(int, gid_t []); pollution: setroles extern int setroles(rid_t [], int); pollution: getroles extern int getroles(pid_t, rid_t [], int); pollution: open64x extern int open64x(char *, int64_t, mode_t, ext_t); pollution: open64xat extern int open64xat(int, char *, int64_t, mode_t, ext_t); pollution: read64x extern ssize_t read64x(int, char *, ssize_t, long); pollution: write64x extern ssize_t write64x(int, char *, ssize_t, long); pollution: cpfile extern int cpfile(int , int, off64_t, ssize64_t *, uint64_t); pollution: readx extern int readx(int, char*, unsigned, long); pollution: writex extern int writex(int, char*, unsigned, long); pollution: fclear extern off_t fclear(int, off_t); pollution: fsync_range extern int fsync_range(int, int, off_t, off_t); pollution: fclear64 extern off64_t fclear64(int, off64_t); pollution: fsync_range64 extern int fsync_range64(int, int, off64_t, off64_t); pollution: llseek extern offset_t llseek(int, offset_t, int); pollution: getusershell extern char * getusershell (void); pollution: setusershell extern void setusershell (void); pollution: endusershell extern void endusershell (void); pollution: get_current_dir_name extern char * get_current_dir_name (void); pollution: sysfs extern int sysfs(int, ...); pollution: finfo extern int finfo(const char *, int, void *, int32long64_t); pollution: ffinfo extern int ffinfo(int, int, void *, int32long64_t); pollution: ACC_ALL #define ACC_ALL 0x20 pollution: ACC_ANY #define ACC_ANY 0x10 pollution: ACC_DENY #define ACC_DENY 0x02 pollution: ACC_INVOKER #define ACC_INVOKER 0x01 pollution: ACC_OBJ_GROUP #define ACC_OBJ_GROUP 0x04 pollution: ACC_OBJ_OWNER #define ACC_OBJ_OWNER 0x02 pollution: ACC_OTHERS #define ACC_OTHERS 0x08 pollution: ACC_PERMIT #define ACC_PERMIT 0x01 pollution: ACC_SELF #define ACC_SELF 0x00 pollution: ACC_SPECIFY #define ACC_SPECIFY 0x03 pollution: ADSP_MASK #define ADSP_MASK(_x) ((1U << 31) >> (_x)) pollution: E_ACC #define E_ACC 00 pollution: FALSE #define FALSE 0 pollution: FHSIZE #define FHSIZE 32 pollution: FORK_FAST #define FORK_FAST 0x80000000 pollution: FORK_NO_SHM #define FORK_NO_SHM 0x00000001 pollution: FO_FLAGS #define FO_FLAGS 0x01 pollution: FO_OPENED #define FO_OPENED 0x00 pollution: FS_MOUNT #define FS_MOUNT FS_VMP pollution: FS_REMOTE #define FS_REMOTE 02 pollution: FS_VMP #define FS_VMP 01 pollution: FWADUMP_DATA #define FWADUMP_DATA 0x1 pollution: IEXEC #define IEXEC S_IEXEC pollution: IFBLK #define IFBLK S_IFBLK pollution: IFCHR #define IFCHR S_IFCHR pollution: IFDIR #define IFDIR S_IFDIR pollution: IFIFO #define IFIFO S_IFIFO pollution: IFLNK #define IFLNK S_IFLNK pollution: IFMT #define IFMT S_IFMT pollution: IFREG #define IFREG S_IFREG pollution: IFSOCK #define IFSOCK S_IFSOCK pollution: INTFAST_MAX #define INTFAST_MAX INT32_MAX pollution: INTFAST_MIN #define INTFAST_MIN INT32_MIN pollution: IREAD #define IREAD S_IREAD pollution: ISGID #define ISGID S_ISGID pollution: ISUID #define ISUID S_ISUID pollution: ISVTX #define ISVTX S_ISVTX pollution: IWRITE #define IWRITE S_IWRITE pollution: IXACL #define IXACL S_IXACL pollution: IXATTR #define IXATTR S_IXATTR pollution: IXINTERFACE #define IXINTERFACE S_IXINTERFACE pollution: IXMOD #define IXMOD S_IXMOD pollution: MAXFIDSZ #define MAXFIDSZ 20 pollution: NBBY #define NBBY 8 pollution: NO_ACC #define NO_ACC 00 pollution: PRIX16 #define PRIX16 "hX" pollution: PRIX32 #define PRIX32 "X" pollution: PRIX64 #define PRIX64 "llX" pollution: PRIX8 #define PRIX8 "hhX" pollution: PRIXFAST16 #define PRIXFAST16 "hX" pollution: PRIXFAST32 #define PRIXFAST32 "X" pollution: PRIXFAST64 #define PRIXFAST64 "llX" pollution: PRIXFAST8 #define PRIXFAST8 "hhX" pollution: PRIXLEAST16 #define PRIXLEAST16 "hX" pollution: PRIXLEAST32 #define PRIXLEAST32 "X" pollution: PRIXLEAST64 #define PRIXLEAST64 "llX" pollution: PRIXLEAST8 #define PRIXLEAST8 "hhX" pollution: PRIXMAX #define PRIXMAX "llX" pollution: PRIXPTR #define PRIXPTR "lX" pollution: PRId16 #define PRId16 "hd" pollution: PRId32 #define PRId32 "d" pollution: PRId64 #define PRId64 "lld" pollution: PRId8 #define PRId8 "hhd" pollution: PRIdFAST #define PRIdFAST "d" pollution: PRIdFAST16 #define PRIdFAST16 "hd" pollution: PRIdFAST32 #define PRIdFAST32 "d" pollution: PRIdFAST64 #define PRIdFAST64 "lld" pollution: PRIdFAST8 #define PRIdFAST8 "hhd" pollution: PRIdLEAST16 #define PRIdLEAST16 "hd" pollution: PRIdLEAST32 #define PRIdLEAST32 "d" pollution: PRIdLEAST64 #define PRIdLEAST64 "lld" pollution: PRIdLEAST8 #define PRIdLEAST8 "hhd" pollution: PRIdMAX #define PRIdMAX "lld" pollution: PRIdPTR #define PRIdPTR "ld" pollution: PRIi16 #define PRIi16 "hi" pollution: PRIi32 #define PRIi32 "i" pollution: PRIi64 #define PRIi64 "lli" pollution: PRIi8 #define PRIi8 "hhi" pollution: PRIiFAST16 #define PRIiFAST16 "hi" pollution: PRIiFAST32 #define PRIiFAST32 "i" pollution: PRIiFAST64 #define PRIiFAST64 "lli" pollution: PRIiFAST8 #define PRIiFAST8 "hhi" pollution: PRIiLEAST16 #define PRIiLEAST16 "hi" pollution: PRIiLEAST32 #define PRIiLEAST32 "i" pollution: PRIiLEAST64 #define PRIiLEAST64 "lli" pollution: PRIiLEAST8 #define PRIiLEAST8 "hhi" pollution: PRIiMAX #define PRIiMAX "lld" pollution: PRIiPTR #define PRIiPTR "ld" pollution: PRIo16 #define PRIo16 "ho" pollution: PRIo32 #define PRIo32 "o" pollution: PRIo64 #define PRIo64 "llo" pollution: PRIo8 #define PRIo8 "hho" pollution: PRIoFAST #define PRIoFAST "o" pollution: PRIoFAST16 #define PRIoFAST16 "ho" pollution: PRIoFAST32 #define PRIoFAST32 "o" pollution: PRIoFAST64 #define PRIoFAST64 "llo" pollution: PRIoFAST8 #define PRIoFAST8 "hho" pollution: PRIoLEAST16 #define PRIoLEAST16 "ho" pollution: PRIoLEAST32 #define PRIoLEAST32 "o" pollution: PRIoLEAST64 #define PRIoLEAST64 "llo" pollution: PRIoLEAST8 #define PRIoLEAST8 "ho" pollution: PRIoMAX #define PRIoMAX "llo" pollution: PRIoPTR #define PRIoPTR "lo" pollution: PRIu16 #define PRIu16 "hu" pollution: PRIu32 #define PRIu32 "u" pollution: PRIu64 #define PRIu64 "llu" pollution: PRIu8 #define PRIu8 "hhu" pollution: PRIuFAST #define PRIuFAST "u" pollution: PRIuFAST16 #define PRIuFAST16 "hu" pollution: PRIuFAST32 #define PRIuFAST32 "u" pollution: PRIuFAST64 #define PRIuFAST64 "llu" pollution: PRIuFAST8 #define PRIuFAST8 "hhu" pollution: PRIuLEAST16 #define PRIuLEAST16 "hu" pollution: PRIuLEAST32 #define PRIuLEAST32 "u" pollution: PRIuLEAST64 #define PRIuLEAST64 "llu" pollution: PRIuLEAST8 #define PRIuLEAST8 "hhu" pollution: PRIuMAX #define PRIuMAX "llu" pollution: PRIuPTR #define PRIuPTR "lu" pollution: PRIx16 #define PRIx16 "hx" pollution: PRIx32 #define PRIx32 "x" pollution: PRIx64 #define PRIx64 "llx" pollution: PRIx8 #define PRIx8 "hhx" pollution: PRIxFAST #define PRIxFAST "x" pollution: PRIxFAST16 #define PRIxFAST16 "hx" pollution: PRIxFAST32 #define PRIxFAST32 "x" pollution: PRIxFAST64 #define PRIxFAST64 "llx" pollution: PRIxFAST8 #define PRIxFAST8 "hhx" pollution: PRIxLEAST16 #define PRIxLEAST16 "hx" pollution: PRIxLEAST32 #define PRIxLEAST32 "x" pollution: PRIxLEAST64 #define PRIxLEAST64 "llx" pollution: PRIxLEAST8 #define PRIxLEAST8 "hhx" pollution: PRIxMAX #define PRIxMAX "llx" pollution: PRIxPTR #define PRIxPTR "lx" pollution: R_ACC #define R_ACC 04 pollution: SCNd16 #define SCNd16 "hd" pollution: SCNd32 #define SCNd32 "d" pollution: SCNd64 #define SCNd64 "lld" pollution: SCNd8 #define SCNd8 "hhd" pollution: SCNdFAST #define SCNdFAST "d" pollution: SCNdFAST16 #define SCNdFAST16 "hd" pollution: SCNdFAST32 #define SCNdFAST32 "d" pollution: SCNdFAST64 #define SCNdFAST64 "lld" pollution: SCNdFAST8 #define SCNdFAST8 "hhd" pollution: SCNdLEAST16 #define SCNdLEAST16 "hd" pollution: SCNdLEAST32 #define SCNdLEAST32 "d" pollution: SCNdLEAST64 #define SCNdLEAST64 "lld" pollution: SCNdLEAST8 #define SCNdLEAST8 "hhd" pollution: SCNdMAX #define SCNdMAX "lld" pollution: SCNdPTR #define SCNdPTR "ld" pollution: SCNi16 #define SCNi16 "hi" pollution: SCNi32 #define SCNi32 "i" pollution: SCNi64 #define SCNi64 "lli" pollution: SCNi8 #define SCNi8 "hhi" pollution: SCNiFAST16 #define SCNiFAST16 "hi" pollution: SCNiFAST32 #define SCNiFAST32 "i" pollution: SCNiFAST64 #define SCNiFAST64 "lli" pollution: SCNiFAST8 #define SCNiFAST8 "hhi" pollution: SCNiLEAST16 #define SCNiLEAST16 "hi" pollution: SCNiLEAST32 #define SCNiLEAST32 "i" pollution: SCNiLEAST64 #define SCNiLEAST64 "lli" pollution: SCNiLEAST8 #define SCNiLEAST8 "hhi" pollution: SCNiMAX #define SCNiMAX "lld" pollution: SCNiPTR #define SCNiPTR "ld" pollution: SCNo16 #define SCNo16 "ho" pollution: SCNo32 #define SCNo32 "o" pollution: SCNo64 #define SCNo64 "llo" pollution: SCNo8 #define SCNo8 "hho" pollution: SCNoFAST #define SCNoFAST "o" pollution: SCNoFAST16 #define SCNoFAST16 "ho" pollution: SCNoFAST32 #define SCNoFAST32 "o" pollution: SCNoFAST64 #define SCNoFAST64 "llo" pollution: SCNoFAST8 #define SCNoFAST8 "hho" pollution: SCNoLEAST16 #define SCNoLEAST16 "ho" pollution: SCNoLEAST32 #define SCNoLEAST32 "o" pollution: SCNoLEAST64 #define SCNoLEAST64 "llo" pollution: SCNoLEAST8 #define SCNoLEAST8 "hho" pollution: SCNoMAX #define SCNoMAX "llo" pollution: SCNoPTR #define SCNoPTR "lo" pollution: SCNu16 #define SCNu16 "hu" pollution: SCNu32 #define SCNu32 "u" pollution: SCNu64 #define SCNu64 "llu" pollution: SCNu8 #define SCNu8 "hhu" pollution: SCNuFAST #define SCNuFAST "u" pollution: SCNuFAST16 #define SCNuFAST16 "hu" pollution: SCNuFAST32 #define SCNuFAST32 "u" pollution: SCNuFAST64 #define SCNuFAST64 "llu" pollution: SCNuFAST8 #define SCNuFAST8 "hhu" pollution: SCNuLEAST16 #define SCNuLEAST16 "hu" pollution: SCNuLEAST32 #define SCNuLEAST32 "u" pollution: SCNuLEAST64 #define SCNuLEAST64 "llu" pollution: SCNuLEAST8 #define SCNuLEAST8 "hhu" pollution: SCNuMAX #define SCNuMAX "llu" pollution: SCNuPTR #define SCNuPTR "lu" pollution: SCNx16 #define SCNx16 "hx" pollution: SCNx32 #define SCNx32 "x" pollution: SCNx64 #define SCNx64 "llx" pollution: SCNx8 #define SCNx8 "hhx" pollution: SCNxFAST #define SCNxFAST "x" pollution: SCNxFAST16 #define SCNxFAST16 "hx" pollution: SCNxFAST32 #define SCNxFAST32 "x" pollution: SCNxFAST64 #define SCNxFAST64 "llx" pollution: SCNxFAST8 #define SCNxFAST8 "hhx" pollution: SCNxLEAST16 #define SCNxLEAST16 "hx" pollution: SCNxLEAST32 #define SCNxLEAST32 "x" pollution: SCNxLEAST64 #define SCNxLEAST64 "llx" pollution: SCNxLEAST8 #define SCNxLEAST8 "hhx" pollution: SCNxMAX #define SCNxMAX "llx" pollution: SCNxPTR #define SCNxPTR "lx" pollution: SDEV_REMOTE #define SDEV_REMOTE 0x80000000 pollution: STATSIZE #define STATSIZE (sizeof(struct stat)) pollution: STATXSIZE #define STATXSIZE (sizeof(struct stat)) pollution: STX_64 #define STX_64 0x008 pollution: STX_64X #define STX_64X 0x010 pollution: STX_EFSRAW #define STX_EFSRAW 0x020 pollution: STX_FLAGS #define STX_FLAGS (STX_NORMAL | STX_LINK | STX_MOUNT | STX_HIDDEN | STX_64 | STX_64X | STX_EFSRAW | STX_PFS | STX_LOCALONLY | STX_TIMESPEC) pollution: STX_HIDDEN #define STX_HIDDEN 0x004 pollution: STX_LINK #define STX_LINK 0x001 pollution: STX_LOCALONLY #define STX_LOCALONLY 0x080 pollution: STX_MOUNT #define STX_MOUNT 0x002 pollution: STX_NORMAL #define STX_NORMAL 0x000 pollution: STX_PFS #define STX_PFS 0x040 pollution: STX_TIMESPEC #define STX_TIMESPEC 0x100 pollution: TRUE #define TRUE 1 pollution: UINTFAST_MAX #define UINTFAST_MAX UINT32_MAX pollution: VALID_MODE_BITS #define VALID_MODE_BITS (S_IFJOURNAL | S_IXMOD | S_IXATTR | S_IXACL | S_ITCB | S_ITP | S_ICRYPTO | S_IXINTERFACE) pollution: W_ACC #define W_ACC 02 pollution: W_EAACC #define W_EAACC 06 pollution: X_ACC #define X_ACC 01 pollution: adsp_is_alloc #define adsp_is_alloc(_a,_x) ((_a)->alloc & ADSP_MASK(_x)) pollution: fh_dev #define fh_dev fh_fsid.fsid_dev pollution: fh_gen #define fh_gen fh_fid.fid_gen pollution: fh_ino #define fh_ino fh_fid.fid_ino pollution: fh_len #define fh_len fh_fid.fid_len pollution: fh_type #define fh_type fh_fsid.fsid_type pollution: fsid_dev #define fsid_dev val[0] pollution: fsid_type #define fsid_type val[1]