/src/etc/ |
nsswitch.conf | 13 netgroup: files [notfound=return] nis key 25 # netgroup: files, nis
|
/src/include/ |
netgroup.h | 1 /* $NetBSD: netgroup.h,v 1.10 2009/10/21 01:07:45 snj Exp $ */ 34 #define _PATH_NETGROUP "/etc/netgroup" 36 #define _PATH_NETGROUP_DB "/var/db/netgroup.db" 49 struct netgroup { struct 53 struct netgroup *ng_next; /* thread */ 64 int _ng_parse(char **, char **, struct netgroup **); 65 void _ng_print(char *, size_t, const struct netgroup *);
|
/src/share/examples/emul/ultrix/etc/ |
svc.conf | 17 netgroup=local # NOTE: Ultrix netgroup really only works with yp. key
|
/src/usr.sbin/ypserv/revnetgroup/ |
revnetgroup.c | 34 * reverse netgroup map generator program 62 /* Default location of netgroup file. */ 63 const char *netgroup = "/etc/netgroup"; variable in typeref:typename:const char * 65 /* Stored hash table version of 'forward' netgroup database. */ 69 * Stored hash table of 'reverse' netgroup member database 78 fprintf (stderr,"usage: %s -u|-h [-f netgroup file]\n", getprogname()); 114 netgroup = optarg; 125 if (strcmp(netgroup, "-")) { 126 if ((fp = fopen(netgroup, "r")) == NULL) [all...] |
/src/usr.bin/getent/ |
getent.c | 45 #include <netgroup.h> 75 static int netgroup(int, char *[]); 100 { "netgroup", netgroup, }, 333 * netgroup 336 netgroup(int argc, char *argv[]) function in typeref:typename:int 349 warnx("Enumeration not supported on netgroup");
|