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