2.9
[glibc/nacl-glibc.git] / nss / Versions
blobf7f0e569796f29ba440c3b82426cc7f50d975286
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_gethostbyname4_r;
42     _nss_files_gethostbyname_r;
43     _nss_files_gethostent_r;
44     _nss_files_gethostton_r;
46     _nss_files_setnetent;
47     _nss_files_endnetent;
48     _nss_files_getnetbyaddr_r;
49     _nss_files_getnetbyname_r;
50     _nss_files_getnetent_r;
51     _nss_files_getntohost_r;
52     _nss_files_parse_netent;
54     _nss_files_setnetgrent;
55     _nss_files_endnetgrent;
56     _nss_files_getnetgrent_r;
58     _nss_files_setprotoent;
59     _nss_files_endprotoent;
60     _nss_files_getprotobyname_r;
61     _nss_files_getprotobynumber_r;
62     _nss_files_getprotoent_r;
63     _nss_files_parse_protoent;
65     _nss_files_setpwent;
66     _nss_files_endpwent;
67     _nss_files_getpwent_r;
68     _nss_files_getpwnam_r;
69     _nss_files_getpwuid_r;
71     _nss_files_setrpcent;
72     _nss_files_endrpcent;
73     _nss_files_getrpcbyname_r;
74     _nss_files_getrpcbynumber_r;
75     _nss_files_getrpcent_r;
76     _nss_files_parse_rpcent;
78     _nss_files_setservent;
79     _nss_files_endservent;
80     _nss_files_getservbyname_r;
81     _nss_files_getservbyport_r;
82     _nss_files_getservent_r;
83     _nss_files_parse_servent;
85     _nss_files_setspent;
86     _nss_files_endspent;
87     _nss_files_getspent_r;
88     _nss_files_getspnam_r;
90     _nss_netgroup_parseline;
91     _nss_files_getpublickey;
92     _nss_files_getsecretkey;
93   }