This file is indexed.

/etc/latrace.d/headers/getopt.h is in latrace 0.5.11-1.

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
/* /usr/include/getopt.h */

int getopt (int argc, void *argv, char *shortopts);
int getopt();
int getopt_long(int argc, void *argv, char *shortopts, void *longopts, int *longind);
int getopt_long_only(int argc, void *argv, char *shortopts, void *longopts, int *longind);