Searched refs:NSS_MK_GETXYDBOPC (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | nss_dbdefs.c | 216 #define NSS_MK_GETXYDBOPC(x, a, f, s, e) \ macro 259 NSS_MK_GETXYDBOPC(ETHERS, HOSTTON, "ethers", "str2ether", "n"), 260 NSS_MK_GETXYDBOPC(ETHERS, NTOHOST, "ethers", "str2ether", "e"), 267 NSS_MK_GETXYDBOPC(HOSTS, BYNAME, "hosts", "str2hostent", "n"), 268 NSS_MK_GETXYDBOPC(HOSTS, BYADDR, "hosts", "str2hostent", "h"), 269 NSS_MK_GETXYDBOPC(IPNODES, BYNAME, "ipnodes", "str2hostent", "i"), 270 NSS_MK_GETXYDBOPC(IPNODES, BYADDR, "ipnodes", "str2hostent", "h"), 273 NSS_MK_GETXYDBOPC(NETMASKS, BYNET, "netmasks", "str2addr", "n"), 274 NSS_MK_GETXYDBOPC(NETWORKS, BYNAME, "net", "str2netent", "n"), 275 NSS_MK_GETXYDBOPC(NETWORKS, BYADDR, "net", "str2netent", "a"), [all …]
|