OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:netgroup
(Results
1 - 6
of
6
) sorted by relevancy
/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
*);
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/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
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
...]
revnetgroup.c
34
* reverse
netgroup
map generator program
62
/* Default location of
netgroup
file. */
63
const char *
netgroup
= "/etc/
netgroup
";
variable
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
349
warnx("Enumeration not supported on
netgroup
");
getent.c
45
#include <
netgroup
.h>
75
static int
netgroup
(int, char *[]);
100
{ "
netgroup
",
netgroup
, },
333
*
netgroup
336
netgroup
(int argc, char *argv[])
function
349
warnx("Enumeration not supported on
netgroup
");
Completed in 33 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026