[BZ #5427]
[glibc.git] / nss / Versions
blob8f2f0fb37163eec340a38d4474167299cabe9d25
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_PRIVATE {
11     _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent;
12     __nss_disable_nscd; __nss_lookup_function;
14     __nss_passwd_lookup2; __nss_group_lookup2; __nss_hosts_lookup2;
15     __nss_services_lookup2; __nss_next2;
16   }
19 libnss_files {
20   GLIBC_PRIVATE {
21     _nss_files_setaliasent;
22     _nss_files_endaliasent;
23     _nss_files_getaliasbyname_r;
24     _nss_files_getaliasent_r;
26     _nss_files_setetherent;
27     _nss_files_endetherent;
28     _nss_files_getetherent_r;
29     _nss_files_parse_etherent;
31     _nss_files_setgrent;
32     _nss_files_endgrent;
33     _nss_files_getgrent_r;
34     _nss_files_getgrgid_r;
35     _nss_files_getgrnam_r;
37     _nss_files_sethostent;
38     _nss_files_endhostent;
39     _nss_files_gethostbyaddr_r;
40     _nss_files_gethostbyname2_r;
41     _nss_files_gethostbyname_r;
42     _nss_files_gethostent_r;
43     _nss_files_gethostton_r;
45     _nss_files_setnetent;
46     _nss_files_endnetent;
47     _nss_files_getnetbyaddr_r;
48     _nss_files_getnetbyname_r;
49     _nss_files_getnetent_r;
50     _nss_files_getntohost_r;
51     _nss_files_parse_netent;
53     _nss_files_setnetgrent;
54     _nss_files_endnetgrent;
55     _nss_files_getnetgrent_r;
57     _nss_files_setprotoent;
58     _nss_files_endprotoent;
59     _nss_files_getprotobyname_r;
60     _nss_files_getprotobynumber_r;
61     _nss_files_getprotoent_r;
62     _nss_files_parse_protoent;
64     _nss_files_setpwent;
65     _nss_files_endpwent;
66     _nss_files_getpwent_r;
67     _nss_files_getpwnam_r;
68     _nss_files_getpwuid_r;
70     _nss_files_setrpcent;
71     _nss_files_endrpcent;
72     _nss_files_getrpcbyname_r;
73     _nss_files_getrpcbynumber_r;
74     _nss_files_getrpcent_r;
75     _nss_files_parse_rpcent;
77     _nss_files_setservent;
78     _nss_files_endservent;
79     _nss_files_getservbyname_r;
80     _nss_files_getservbyport_r;
81     _nss_files_getservent_r;
82     _nss_files_parse_servent;
84     _nss_files_setspent;
85     _nss_files_endspent;
86     _nss_files_getspent_r;
87     _nss_files_getspnam_r;
89     _nss_netgroup_parseline;
90     _nss_files_getpublickey;
91     _nss_files_getsecretkey;
92   }