This file is indexed.

/usr/include/ntirpc/misc/stdio.h is in libntirpc-dev 1.3.1-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
 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#ifndef NTIRPC_STDIO_H
#define NTIRPC_STDIO_H

#if defined(__MINGW32__)
/* XXX fix -- another attraction MSVC */
#undef fprintf
#undef printf
#undef sprintf
#undef vfprintf
#undef vprintf
#undef fscanf
#undef scanf
#undef sscanf
#undef fclose
#undef fflush
#undef fgetc
#undef fgetpos
#undef fgets
#undef fopen
#undef fputc
#undef fputs
#undef fread
#undef freopen
#undef fsetpos
#undef fseek
#undef fseeko
#undef ftell
#undef ftello
#undef fwrite
#undef getc
#undef getchar
#undef gets
#undef popen
#undef pclose
#undef putc
#undef putchar
#undef puts
#undef remove
#undef rename
#undef unlink
#undef rewind
#undef tmpfile
#undef tmpnam
#undef ungetc
#undef fwscanf
#undef wscanf
#undef fwprintf
#undef wprintf
#undef vfwprintf
#undef vwprintf
#undef fgetwc
#undef fputwc
#undef getwc
#undef getwchar
#undef putwc
#undef putwchar
#undef ungetwc
#undef fgetws
#undef fputws
#endif
#include <stdio.h>
#endif				/* NTIRPC_STDIO_H */