This file is indexed.

/usr/share/autoconf-dickey/autoconf/acfunctions is in autoconf-dickey 2.52+20150926-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
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# acfunctions -- autoscan's mapping from functions to Autoconf macros
# Copyright 1992, 1993, 1994, 1996, 1999, 2000, 2001
# Free Software Foundation, Inc.

# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.

# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
# 02111-1307, USA.

# Ones that have their own macros.
alloca		AC_FUNC_ALLOCA
bcmp		AC_HEADER_STDC
bcopy		AC_HEADER_STDC
bzero		AC_HEADER_STDC
bzero		AC_CHECK_FUNCS
chown		AC_FUNC_CHOWN
error		AC_FUNC_ERROR_AT_LINE
error_at_line	AC_FUNC_ERROR_AT_LINE
fnmatch		AC_FUNC_FNMATCH
fork		AC_FUNC_FORK
fseeko		AC_FUNC_FSEEKO
ftello		AC_FUNC_FSEEKO
getgroups	AC_FUNC_GETGROUPS
getloadavg	AC_FUNC_GETLOADAVG
getpgrp		AC_FUNC_GETPGRP
index		AC_HEADER_STDC
ioctl		AC_PROG_GCC_TRADITIONAL
lstat		AC_FUNC_LSTAT
major		AC_HEADER_MAJOR
malloc		AC_FUNC_MALLOC
makedev		AC_HEADER_MAJOR
memchr		AC_HEADER_STDC
memchr		AC_CHECK_FUNCS
memcmp		AC_FUNC_MEMCMP
memcpy		AC_HEADER_STDC
memmove		AC_HEADER_STDC
memmove		AC_CHECK_FUNCS
memset		AC_HEADER_STDC
memset		AC_CHECK_FUNCS
minor		AC_HEADER_MAJOR
mktime		AC_FUNC_MKTIME
mmap		AC_FUNC_MMAP
obstack_init	AC_FUNC_OBSTACK
rindex		AC_HEADER_STDC
setpgrp		AC_FUNC_SETPGRP
setvbuf		AC_FUNC_SETVBUF_REVERSED
signal		AC_TYPE_SIGNAL
stat		AC_FUNC_STAT
strcoll		AC_FUNC_STRCOLL
strerror_r	AC_FUNC_STRERROR_R
strftime	AC_FUNC_STRFTIME
strtod		AC_FUNC_STRTOD
utime		AC_FUNC_UTIME_NULL
utime		AC_CHECK_FUNCS
vfork		AC_FUNC_FORK
vfprintf	AC_FUNC_VPRINTF
vprintf		AC_FUNC_VPRINTF
vsprintf	AC_FUNC_VPRINTF
wait3		AC_FUNC_WAIT3

# Others, checked with AC_CHECK_FUNCS.
__argz_count
__argz_next
__argz_stringify
__fpending
acl
alarm
atexit
btowc
clock_gettime
dcgettext
doprnt
dup2
endgrent
endpwent
euidaccess
fchdir
fdatasync
fesetround
floor
fs_stat_dev
ftime
ftruncate
getcwd
getdelim
gethostbyaddr
gethostbyname
gethostname
gethrtime
getmntent
getmntinfo
getpagesize
getpass
getspnam
gettimeofday
getusershell
getwd
hasmntopt
inet_ntoa
isascii
iswprint
lchown
listmntent
localeconv
localtime_r
mblen
mbrlen
mbrtowc
mempcpy
mkdir
mkfifo
modf
munmap
next_dev
nl_langinfo
pathconf
pow
pstat_getdynamic
putenv
re_comp
realpath
regcmp
regcomp
resolvepath
rint
rmdir
rpmatch
select
setenv
sethostname
setlocale
socket
sqrt
stime
stpcpy
strcasecmp
strchr
strcspn
strdup
strerror
strncasecmp
strndup
strnlen
strpbrk
strrchr
strspn
strstr
strtol
strtoul
strtoull
strtoumax
strverscmp
sysinfo
tzset
uname
utmpname
utmpxname
wcwidth

# Local Variables:
# mode: shell-script
# End: