Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20021015-1.c5 char g_list[] = { '1' }; variable
9 if (*nextPtr != g_list) in g()
17 char *list = g_list; in main()
/openbsd/usr.bin/mail/
H A Dcmd3.c482 gh->g_list = NULL; in group()
497 gp->ge_link = gh->g_list; in group()
498 gh->g_list = gp; in group()
H A Ddef.h213 struct group *g_list; /* Users in group. */ member
H A Dvars.c163 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) in printgroup()
H A Dnames.c413 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) { in gexpand()
429 if (gp == gh->g_list && gp->ge_link == NULL) in gexpand()