1 | /* List of all functions defined for the NSS in GNU C Library. |
---|---|
2 | Copyright (C) 1996-2024 Free Software Foundation, Inc. |
3 | This file is part of the GNU C Library. |
4 | |
5 | The GNU C Library is free software; you can redistribute it and/or |
6 | modify it under the terms of the GNU Lesser General Public |
7 | License as published by the Free Software Foundation; either |
8 | version 2.1 of the License, or (at your option) any later version. |
9 | |
10 | The GNU C Library is distributed in the hope that it will be useful, |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
13 | Lesser General Public License for more details. |
14 | |
15 | You should have received a copy of the GNU Lesser General Public |
16 | License along with the GNU C Library; if not, see |
17 | <https://www.gnu.org/licenses/>. */ |
18 | |
19 | /* This list must be kept sorted!!! */ |
20 | |
21 | DEFINE_NSS_FUNCTION (endaliasent) |
22 | DEFINE_NSS_FUNCTION (endetherent) |
23 | DEFINE_NSS_FUNCTION (endgrent) |
24 | DEFINE_NSS_FUNCTION (endhostent) |
25 | DEFINE_NSS_FUNCTION (endnetent) |
26 | DEFINE_NSS_FUNCTION (endnetgrent) |
27 | DEFINE_NSS_FUNCTION (endprotoent) |
28 | DEFINE_NSS_FUNCTION (endpwent) |
29 | DEFINE_NSS_FUNCTION (endrpcent) |
30 | DEFINE_NSS_FUNCTION (endservent) |
31 | DEFINE_NSS_FUNCTION (endsgent) |
32 | DEFINE_NSS_FUNCTION (endspent) |
33 | DEFINE_NSS_FUNCTION (getaliasbyname_r) |
34 | DEFINE_NSS_FUNCTION (getaliasent_r) |
35 | DEFINE_NSS_FUNCTION (getcanonname_r) |
36 | DEFINE_NSS_FUNCTION (getetherent_r) |
37 | DEFINE_NSS_FUNCTION (getgrent_r) |
38 | DEFINE_NSS_FUNCTION (getgrgid_r) |
39 | DEFINE_NSS_FUNCTION (getgrnam_r) |
40 | DEFINE_NSS_FUNCTION (gethostbyaddr2_r) |
41 | DEFINE_NSS_FUNCTION (gethostbyaddr_r) |
42 | DEFINE_NSS_FUNCTION (gethostbyname2_r) |
43 | DEFINE_NSS_FUNCTION (gethostbyname3_r) |
44 | DEFINE_NSS_FUNCTION (gethostbyname4_r) |
45 | DEFINE_NSS_FUNCTION (gethostbyname_r) |
46 | DEFINE_NSS_FUNCTION (gethostent_r) |
47 | DEFINE_NSS_FUNCTION (gethostton_r) |
48 | DEFINE_NSS_FUNCTION (getnetbyaddr_r) |
49 | DEFINE_NSS_FUNCTION (getnetbyname_r) |
50 | DEFINE_NSS_FUNCTION (getnetent_r) |
51 | DEFINE_NSS_FUNCTION (getnetgrent_r) |
52 | DEFINE_NSS_FUNCTION (getntohost_r) |
53 | DEFINE_NSS_FUNCTION (getprotobyname_r) |
54 | DEFINE_NSS_FUNCTION (getprotobynumber_r) |
55 | DEFINE_NSS_FUNCTION (getprotoent_r) |
56 | DEFINE_NSS_FUNCTION (getpublickey) |
57 | DEFINE_NSS_FUNCTION (getpwent_r) |
58 | DEFINE_NSS_FUNCTION (getpwnam_r) |
59 | DEFINE_NSS_FUNCTION (getpwuid_r) |
60 | DEFINE_NSS_FUNCTION (getrpcbyname_r) |
61 | DEFINE_NSS_FUNCTION (getrpcbynumber_r) |
62 | DEFINE_NSS_FUNCTION (getrpcent_r) |
63 | DEFINE_NSS_FUNCTION (getsecretkey) |
64 | DEFINE_NSS_FUNCTION (getservbyname_r) |
65 | DEFINE_NSS_FUNCTION (getservbyport_r) |
66 | DEFINE_NSS_FUNCTION (getservent_r) |
67 | DEFINE_NSS_FUNCTION (getsgent_r) |
68 | DEFINE_NSS_FUNCTION (getsgnam_r) |
69 | DEFINE_NSS_FUNCTION (getspent_r) |
70 | DEFINE_NSS_FUNCTION (getspnam_r) |
71 | DEFINE_NSS_FUNCTION (initgroups_dyn) |
72 | DEFINE_NSS_FUNCTION (netname2user) |
73 | DEFINE_NSS_FUNCTION (setaliasent) |
74 | DEFINE_NSS_FUNCTION (setetherent) |
75 | DEFINE_NSS_FUNCTION (setgrent) |
76 | DEFINE_NSS_FUNCTION (sethostent) |
77 | DEFINE_NSS_FUNCTION (setnetent) |
78 | DEFINE_NSS_FUNCTION (setnetgrent) |
79 | DEFINE_NSS_FUNCTION (setprotoent) |
80 | DEFINE_NSS_FUNCTION (setpwent) |
81 | DEFINE_NSS_FUNCTION (setrpcent) |
82 | DEFINE_NSS_FUNCTION (setservent) |
83 | DEFINE_NSS_FUNCTION (setsgent) |
84 | DEFINE_NSS_FUNCTION (setspent) |
85 |