Searched refs:gra (Results 1 – 1 of 1) sorted by relevance
91 struct group_adjunct *gra; in getgranam() local100 if ((gra = interpret(line, strlen(line))) == NULL) in getgranam()102 if (matchname(line, &gra, name)) { in getgranam()104 return (gra); in getgranam()174 struct group_adjunct *gra; in getgraent() local185 gra = interpretwithsave(g->yp, g->yplen, savegra); in getgraent()187 if (gra == NULL) in getgraent()190 if (onminuslist(gra)) in getgraent()193 return (gra); in getgraent()197 if ((gra = interpret(line1, strlen(line1))) == NULL) in getgraent()[all …]