This file is indexed.

/usr/lib/octave/packages/3.2/octcdf-1.0.13/x86_64-pc-linux-gnu-api-v37/PKG_ADD is in octave-octcdf 1.0.13-2.

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
dispatch('close','ncclose','ncfile');
dispatch('redef','ncredef','ncfile');
dispatch('endef','endef','ncfile');
dispatch('sync','ncsync','ncfile');

dispatch('var','ncvar','ncfile');

dispatch('att','ncatt','ncfile');
dispatch('att','ncatt','ncvar');

dispatch('dim','ncdim','ncfile');
dispatch('dim','ncdim','ncvar');

dispatch('name','ncname','ncfile');
dispatch('name','ncname','ncvar');
dispatch('name','ncname','ncatt');
dispatch('name','ncname','ncdim');

dispatch('datatype','ncdatatype','ncvar');
dispatch('datatype','ncdatatype','ncatt');

dispatch('autoscale','ncautoscale','ncvar');
dispatch('autonan','ncautonan','ncvar');

dispatch('isrecord','ncisrecord','ncdim');


autoload ("ncclose", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncredef", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncenddef", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncsync", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncvar", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncatt", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncdim", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncname", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncdatatype", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncautonan", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncautoscale", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncisrecord", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));