HomeSort by: relevance | last modified time | path
    Searched refs:grouphead (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c 84 } grouphead = { variable in typeref:struct:__anon8752b4d70108
109 if (grouphead.gr == (struct netgrp *)0 ||
110 strcmp(group, grouphead.grname)) {
115 grouphead.grname = strdup(group);
117 nextgrp = grouphead.gr;
154 if (grouphead.grname) {
155 free(grouphead.grname);
156 grouphead.grname = (char *)0;
158 gp = grouphead.gr;
170 grouphead.gr = (struct netgrp *)0
    [all...]
  /src/usr.bin/mail/
vars.c 152 PUBLIC struct grouphead *
155 struct grouphead *gh;
169 struct grouphead *gh;
glob.h 71 EXTERN struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
def.h 369 struct grouphead { struct
370 struct grouphead *g_link; /* Next grouphead in list */
extern.h 223 struct name * gexpand(struct name *, struct grouphead *, int, int);
320 struct grouphead * findgroup(const char []);
names.c 425 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype)
428 struct grouphead *ngh;
476 struct grouphead *gh;
cmd4.c 158 struct grouphead *gh;
cmd3.c 811 struct grouphead *gh;
868 struct grouphead *gh, *p;
complete.c 588 struct grouphead *gh;
632 struct grouphead *gh;

Completed in 16 milliseconds