This file is indexed.

/usr/include/ITK-4.5/generic/vcl_fstream.h is in libinsighttoolkit4-dev 4.5.0-3.

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
#ifndef vcl_generic_fstream_h_
#define vcl_generic_fstream_h_

// THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_fstream.hhh and run make

// filebuf
#ifndef vcl_filebuf
#define vcl_filebuf vcl_generic_fstream_STD :: filebuf
#endif
// fstream
#ifndef vcl_fstream
#define vcl_fstream vcl_generic_fstream_STD :: fstream
#endif
// ifstream
#ifndef vcl_ifstream
#define vcl_ifstream vcl_generic_fstream_STD :: ifstream
#endif
// ofstream
#ifndef vcl_ofstream
#define vcl_ofstream vcl_generic_fstream_STD :: ofstream
#endif

#endif // vcl_generic_fstream_h_