Lines Matching defs:projent
201 print_projent(struct project *projent)
207 (void) fprintf(stdout, "%s\n", projent->pj_name);
208 (void) fprintf(stdout, "\tprojid : %d\n", projent->pj_projid);
209 (void) fprintf(stdout, "\tcomment: \"%s\"\n", projent->pj_comment);
212 next = projent->pj_users;
223 next = projent->pj_groups;
235 nextc = projent->pj_attr;
258 struct project projent;
264 while (getprojent(&projent, buf, sizeof (buf)) != NULL) {
265 print_projent(&projent);
273 if (getprojbyname(*projlist, &projent, buf, sizeof (buf))
279 print_projent(&projent);