Blame nss/function.def

Packit 6c4009
/* List of functions defined for static NSS in GNU C Library.
Packit 6c4009
   Copyright (C) 1996-2018 Free Software Foundation, Inc.
Packit 6c4009
   This file is part of the GNU C Library.
Packit 6c4009
Packit 6c4009
   The GNU C Library is free software; you can redistribute it and/or
Packit 6c4009
   modify it under the terms of the GNU Lesser General Public
Packit 6c4009
   License as published by the Free Software Foundation; either
Packit 6c4009
   version 2.1 of the License, or (at your option) any later version.
Packit 6c4009
Packit 6c4009
   The GNU C Library is distributed in the hope that it will be useful,
Packit 6c4009
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 6c4009
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 6c4009
   Lesser General Public License for more details.
Packit 6c4009
Packit 6c4009
   You should have received a copy of the GNU Lesser General Public
Packit 6c4009
   License along with the GNU C Library; if not, see
Packit 6c4009
   <http://www.gnu.org/licenses/>.  */
Packit 6c4009
Packit 6c4009
/*
Packit 6c4009
  This is a minimal config.  Only services `files' and `dns' are supported.
Packit 6c4009
*/
Packit 6c4009
Packit 6c4009
/* aliases */
Packit 6c4009
DEFINE_ENT (files, alias)
Packit 6c4009
DEFINE_GETBY (files, alias, name)
Packit 6c4009
Packit 6c4009
/* ethers */
Packit 6c4009
DEFINE_ENT (files, ether)
Packit 6c4009
Packit 6c4009
/* group */
Packit 6c4009
DEFINE_ENT (files, gr)
Packit 6c4009
DEFINE_GET (files, grgid)
Packit 6c4009
DEFINE_GET (files, grnam)
Packit 6c4009
Packit 6c4009
/* hosts */
Packit 6c4009
DEFINE_ENT (files, host)
Packit 6c4009
DEFINE_GETBY (files, host, addr)
Packit 6c4009
DEFINE_GETBY (files, host, name)
Packit 6c4009
DEFINE_GETBY (files, host, name2)
Packit 6c4009
DEFINE_GET (files, hostton)
Packit 6c4009
DEFINE_GET (files, ntohost)
Packit 6c4009
DEFINE_GETBY (dns, host, addr)
Packit 6c4009
DEFINE_GETBY (dns, host, name)
Packit 6c4009
DEFINE_GETBY (dns, host, name2)
Packit 6c4009
Packit 6c4009
/* netgroup */
Packit 6c4009
DEFINE_ENT (files, netgr)
Packit 6c4009
Packit 6c4009
/* networks */
Packit 6c4009
DEFINE_ENT (files, net)
Packit 6c4009
DEFINE_GETBY (files, net, name)
Packit 6c4009
DEFINE_GETBY (files, net, addr)
Packit 6c4009
DEFINE_GETBY (dns, net, name)
Packit 6c4009
DEFINE_GETBY (dns, net, addr)
Packit 6c4009
Packit 6c4009
/* protocols */
Packit 6c4009
DEFINE_ENT (files, proto)
Packit 6c4009
DEFINE_GETBY (files, proto, name)
Packit 6c4009
DEFINE_GETBY (files, proto, number)
Packit 6c4009
Packit 6c4009
/* passwd */
Packit 6c4009
DEFINE_ENT (files, pw)
Packit 6c4009
DEFINE_GET (files, pwnam)
Packit 6c4009
DEFINE_GET (files, pwuid)
Packit 6c4009
Packit 6c4009
/* rpc */
Packit 6c4009
DEFINE_ENT (files, rpc)
Packit 6c4009
DEFINE_GETBY (files, rpc, name)
Packit 6c4009
DEFINE_GETBY (files, rpc, number)
Packit 6c4009
Packit 6c4009
/* services */
Packit 6c4009
DEFINE_ENT (files, serv)
Packit 6c4009
DEFINE_GETBY (files, serv, name)
Packit 6c4009
DEFINE_GETBY (files, serv, port)
Packit 6c4009
Packit 6c4009
/* shadow */
Packit 6c4009
DEFINE_ENT (files, sp)
Packit 6c4009
DEFINE_GET (files, spnam)