This file is indexed.

/usr/lib/ruby/vendor_ruby/ffi/platform/x86_64-solaris/types.conf is in ruby-ffi 1.9.10debian-1build2.

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
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
rbx.platform.typedef.lock_t = uchar
rbx.platform.typedef.int8_t = char
rbx.platform.typedef.int16_t = short
rbx.platform.typedef.int32_t = int
rbx.platform.typedef.int64_t = long
rbx.platform.typedef.uint8_t = uchar
rbx.platform.typedef.uint16_t = ushort
rbx.platform.typedef.uint32_t = uint
rbx.platform.typedef.uint64_t = ulong
rbx.platform.typedef.intmax_t = long
rbx.platform.typedef.uintmax_t = ulong
rbx.platform.typedef.intptr_t = long
rbx.platform.typedef.uintptr_t = ulong
rbx.platform.typedef.int_fast8_t = char
rbx.platform.typedef.int_fast16_t = int
rbx.platform.typedef.int_fast32_t = int
rbx.platform.typedef.int_fast64_t = long
rbx.platform.typedef.uint_fast8_t = uchar
rbx.platform.typedef.uint_fast16_t = uint
rbx.platform.typedef.uint_fast32_t = uint
rbx.platform.typedef.uint_fast64_t = ulong
rbx.platform.typedef.int_least8_t = char
rbx.platform.typedef.int_least16_t = short
rbx.platform.typedef.int_least32_t = int
rbx.platform.typedef.int_least64_t = long
rbx.platform.typedef.uint_least8_t = uchar
rbx.platform.typedef.uint_least16_t = ushort
rbx.platform.typedef.uint_least32_t = uint
rbx.platform.typedef.uint_least64_t = ulong
rbx.platform.typedef.longlong_t = long_long
rbx.platform.typedef.u_longlong_t = ulong_long
rbx.platform.typedef.t_scalar_t = int
rbx.platform.typedef.t_uscalar_t = uint
rbx.platform.typedef.uchar_t = uchar
rbx.platform.typedef.ushort_t = ushort
rbx.platform.typedef.uint_t = uint
rbx.platform.typedef.ulong_t = ulong
rbx.platform.typedef.*caddr_t = char
rbx.platform.typedef.daddr_t = long
rbx.platform.typedef.cnt_t = short
rbx.platform.typedef.ptrdiff_t = long
rbx.platform.typedef.pfn_t = ulong
rbx.platform.typedef.pgcnt_t = ulong
rbx.platform.typedef.spgcnt_t = long
rbx.platform.typedef.use_t = uchar
rbx.platform.typedef.sysid_t = short
rbx.platform.typedef.index_t = short
rbx.platform.typedef.off_t = long
rbx.platform.typedef.off64_t = long
rbx.platform.typedef.ino_t = ulong
rbx.platform.typedef.blkcnt_t = long
rbx.platform.typedef.fsblkcnt_t = ulong
rbx.platform.typedef.fsfilcnt_t = ulong
rbx.platform.typedef.ino64_t = ulong
rbx.platform.typedef.blkcnt64_t = long
rbx.platform.typedef.fsblkcnt64_t = ulong
rbx.platform.typedef.fsfilcnt64_t = ulong
rbx.platform.typedef.blksize_t = int
rbx.platform.typedef.pad64_t = long
rbx.platform.typedef.upad64_t = ulong
rbx.platform.typedef.offset_t = long_long
rbx.platform.typedef.u_offset_t = ulong_long
rbx.platform.typedef.len_t = ulong_long
rbx.platform.typedef.diskaddr_t = ulong_long
rbx.platform.typedef.k_fltset_t = uint
rbx.platform.typedef.id_t = int
rbx.platform.typedef.lgrp_id_t = int
rbx.platform.typedef.useconds_t = uint
rbx.platform.typedef.suseconds_t = long
rbx.platform.typedef.major_t = uint
rbx.platform.typedef.minor_t = uint
rbx.platform.typedef.pri_t = short
rbx.platform.typedef.cpu_flag_t = ushort
rbx.platform.typedef.o_mode_t = ushort
rbx.platform.typedef.o_dev_t = short
rbx.platform.typedef.o_uid_t = ushort
rbx.platform.typedef.o_gid_t = ushort
rbx.platform.typedef.o_nlink_t = short
rbx.platform.typedef.o_pid_t = short
rbx.platform.typedef.o_ino_t = ushort
rbx.platform.typedef.key_t = int
rbx.platform.typedef.mode_t = uint
rbx.platform.typedef.uid_t = uint
rbx.platform.typedef.gid_t = uint
rbx.platform.typedef.datalink_id_t = uint
rbx.platform.typedef.taskid_t = int
rbx.platform.typedef.projid_t = int
rbx.platform.typedef.poolid_t = int
rbx.platform.typedef.zoneid_t = int
rbx.platform.typedef.ctid_t = int
rbx.platform.typedef.pthread_t = uint
rbx.platform.typedef.pthread_key_t = uint
rbx.platform.typedef.dev_t = ulong
rbx.platform.typedef.nlink_t = uint
rbx.platform.typedef.pid_t = int
rbx.platform.typedef.size_t = ulong
rbx.platform.typedef.ssize_t = long
rbx.platform.typedef.time_t = long
rbx.platform.typedef.clock_t = long
rbx.platform.typedef.clockid_t = int
rbx.platform.typedef.timer_t = int
rbx.platform.typedef.unchar = uchar
rbx.platform.typedef.ushort = ushort
rbx.platform.typedef.uint = uint
rbx.platform.typedef.ulong = ulong
rbx.platform.typedef.u_char = uchar
rbx.platform.typedef.u_short = ushort
rbx.platform.typedef.u_int = uint
rbx.platform.typedef.u_long = ulong
rbx.platform.typedef.hrtime_t = long_long
rbx.platform.typedef.fd_mask = long
rbx.platform.typedef.fds_mask = long
rbx.platform.typedef.sa_family_t = ushort
rbx.platform.typedef.socklen_t = uint
rbx.platform.typedef.nfds_t = ulong
rbx.platform.typedef.disp_lock_t = uchar
rbx.platform.typedef.model_t = uint
rbx.platform.typedef.in_port_t = ushort
rbx.platform.typedef.in_addr_t = uint
rbx.platform.typedef.ipaddr_t = uint
rbx.platform.typedef.rlim_t = ulong
rbx.platform.typedef.rlim64_t = ulong_long