Searched refs:g_list (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.bin/mail/
H A Dvars.c161 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link)
H A Ddef.h215 struct group *g_list; /* Users in group. */ member in struct:grouphead
H A Dcmd3.c468 gh->g_list = NULL;
482 gp->ge_link = gh->g_list;
483 gh->g_list = gp;
H A Dnames.c501 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) {
517 if (gp == gh->g_list && gp->ge_link == NULL)
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp77 static DebuggerList g_list; local
78 return g_list;

Completed in 78 milliseconds