This file is indexed.

/usr/lib/perl5/auto/BSD/Resource/autosplit.ix is in libbsd-resource-perl 1.2907-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
# Index created by AutoSplit for blib/lib/BSD/Resource.pm
#    (file acts as timestamp)
package BSD::Resource;
sub getrusage  (;$);
sub _g  ;
sub utime     ;
sub stime     ;
sub maxrss    ;
sub ixrss     ;
sub idrss     ;
sub isrss     ;
sub minflt    ;
sub majflt    ;
sub nswap     ;
sub inblock   ;
sub oublock   ;
sub msgsnd    ;
sub msgrcv    ;
sub nsignals  ;
sub nvcsw     ;
sub nivcsw    ;
sub _find_rlimit  ($$);
sub _find_prio  ($$);
sub getrlimit  ($);
sub soft    ;
sub hard    ;
sub get_rlimits  ();
sub get_prios  ();
sub getpriority  (;$$);
sub setrlimit  ($$$);
sub setpriority  (;$$$);
sub times  ;
1;