Searched refs:grouphead (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/revnetgroup.tproj/
H A Dparse_netgroup.c84 } grouphead = { variable in typeref:struct:__anon12168
106 if (grouphead.gr == (struct netgrp *)0 ||
107 strcmp(group, grouphead.grname)) {
112 grouphead.grname = (char *)
114 strcpy(grouphead.grname, group);
117 nextgrp = grouphead.gr;
154 if (grouphead.grname) {
155 free(grouphead.grname);
156 grouphead.grname = (char *)0;
158 gp = grouphead
[all...]
/macosx-10.9.5/mail_cmds-29/mail/
H A Dvars.c147 struct grouphead *
151 struct grouphead *gh;
166 struct grouphead *gh;
H A Ddef.h219 struct grouphead { struct
220 struct grouphead *g_link; /* Next grouphead in list */
H A Dglob.h79 EXTERN struct grouphead *groups[HSHSIZE];/* Pointer to active groups */
H A Dextern.h45 struct name *gexpand(struct name *, struct grouphead *, int, int);
127 struct grouphead *
H A Dnames.c477 struct grouphead *gh;
510 struct grouphead *gh;
514 struct grouphead *ngh;
H A Dcmd3.c558 struct grouphead *gh;

Completed in 67 milliseconds