function.def 3.0 KB

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