This file is indexed.

/usr/share/autoproject/cli/c/autogen/xmalloc.h is in autoproject 0.20-5.

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
/* Prototypes for functions defined in xmalloc.c  */

VOID *xmalloc (size_t n);
VOID *xcalloc (size_t n, size_t s);
VOID *xrealloc (VOID *p, size_t n);
char *xstrdup (char *p);