Add sysdeps/ieee754/soft-fp.
[glibc.git] / nss / Versions
blobdb8c8877202fbcd1956595622a730ec2196a2215
1 libc {
2   GLIBC_2.0 {
3      # functions used in other libraries
4     __nss_passwd_lookup; __nss_group_lookup; __nss_hosts_lookup; __nss_next;
5     __nss_database_lookup; __nss_configure_lookup;
6   }
7   GLIBC_2.2.2 {
8     __nss_hostname_digits_dots;
9   }
10   GLIBC_2.27 {
11   }
12   GLIBC_PRIVATE {
13     _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent;
14     __nss_disable_nscd; __nss_lookup_function; _nss_files_parse_sgent;
16     __nss_passwd_lookup2; __nss_group_lookup2; __nss_hosts_lookup2;
17     __nss_services_lookup2; __nss_next2; __nss_lookup;
18     __nss_hash;
19   }
22 libnss_files {
23   GLIBC_PRIVATE {
24     _nss_files_setaliasent;
25     _nss_files_endaliasent;
26     _nss_files_getaliasbyname_r;
27     _nss_files_getaliasent_r;
29     _nss_files_setetherent;
30     _nss_files_endetherent;
31     _nss_files_getetherent_r;
32     _nss_files_parse_etherent;
33     _nss_files_gethostton_r;
34     _nss_files_getntohost_r;
36     _nss_files_setgrent;
37     _nss_files_endgrent;
38     _nss_files_getgrent_r;
39     _nss_files_getgrgid_r;
40     _nss_files_getgrnam_r;
42     _nss_files_sethostent;
43     _nss_files_endhostent;
44     _nss_files_gethostbyaddr_r;
45     _nss_files_gethostbyname2_r;
46     _nss_files_gethostbyname3_r;
47     _nss_files_gethostbyname4_r;
48     _nss_files_gethostbyname_r;
49     _nss_files_gethostent_r;
51     _nss_files_setnetent;
52     _nss_files_endnetent;
53     _nss_files_getnetbyaddr_r;
54     _nss_files_getnetbyname_r;
55     _nss_files_getnetent_r;
56     _nss_files_parse_netent;
58     _nss_files_setnetgrent;
59     _nss_files_endnetgrent;
60     _nss_files_getnetgrent_r;
62     _nss_files_setprotoent;
63     _nss_files_endprotoent;
64     _nss_files_getprotobyname_r;
65     _nss_files_getprotobynumber_r;
66     _nss_files_getprotoent_r;
67     _nss_files_parse_protoent;
69     _nss_files_setpwent;
70     _nss_files_endpwent;
71     _nss_files_getpwent_r;
72     _nss_files_getpwnam_r;
73     _nss_files_getpwuid_r;
75     _nss_files_setrpcent;
76     _nss_files_endrpcent;
77     _nss_files_getrpcbyname_r;
78     _nss_files_getrpcbynumber_r;
79     _nss_files_getrpcent_r;
80     _nss_files_parse_rpcent;
82     _nss_files_setservent;
83     _nss_files_endservent;
84     _nss_files_getservbyname_r;
85     _nss_files_getservbyport_r;
86     _nss_files_getservent_r;
87     _nss_files_parse_servent;
89     _nss_files_setspent;
90     _nss_files_endspent;
91     _nss_files_getspent_r;
92     _nss_files_getspnam_r;
94     _nss_files_setsgent;
95     _nss_files_endsgent;
96     _nss_files_getsgent_r;
97     _nss_files_getsgnam_r;
99     _nss_netgroup_parseline;
100     _nss_files_getpublickey;
101     _nss_files_getsecretkey;
103     _nss_files_initgroups_dyn;
105     _nss_files_init;
106   }
109 libnss_db {
110   GLIBC_PRIVATE {
111     _nss_db_setetherent;
112     _nss_db_endetherent;
113     _nss_db_getetherent_r;
114     _nss_db_gethostton_r;
115     _nss_db_getntohost_r;
117     _nss_db_setgrent;
118     _nss_db_endgrent;
119     _nss_db_getgrent_r;
120     _nss_db_getgrgid_r;
121     _nss_db_getgrnam_r;
123     _nss_db_setnetgrent;
124     _nss_db_endnetgrent;
125     _nss_db_getnetgrent_r;
127     _nss_db_setprotoent;
128     _nss_db_endprotoent;
129     _nss_db_getprotoent_r;
130     _nss_db_getprotobyname_r;
131     _nss_db_getprotobynumber_r;
133     _nss_db_setpwent;
134     _nss_db_endpwent;
135     _nss_db_getpwent_r;
136     _nss_db_getpwnam_r;
137     _nss_db_getpwuid_r;
139     _nss_db_setrpcent;
140     _nss_db_endrpcent;
141     _nss_db_getrpcent_r;
142     _nss_db_getrpcbyname_r;
143     _nss_db_getrpcbynumber_r;
145     _nss_db_setservent;
146     _nss_db_endservent;
147     _nss_db_getservent_r;
148     _nss_db_getservbyname_r;
149     _nss_db_getservbyport_r;
151     _nss_db_setsgent;
152     _nss_db_endsgent;
153     _nss_db_getsgent_r;
154     _nss_db_getsgnam_r;
156     _nss_db_setspent;
157     _nss_db_endspent;
158     _nss_db_getspent_r;
159     _nss_db_getspnam_r;
161     _nss_db_initgroups_dyn;
163     _nss_db_init;
164   }
167 libnss_compat {
168   GLIBC_PRIVATE {
169     _nss_compat_endgrent; _nss_compat_endpwent; _nss_compat_endspent;
170     _nss_compat_getgrent_r; _nss_compat_getgrgid_r; _nss_compat_getgrnam_r;
171     _nss_compat_getpwent_r; _nss_compat_getpwnam_r; _nss_compat_getpwuid_r;
172     _nss_compat_getspent_r; _nss_compat_getspnam_r;
173     _nss_compat_setgrent; _nss_compat_setpwent; _nss_compat_setspent;
174     _nss_compat_initgroups_dyn;
175   }