Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm155 my $projent;
189 $projent = $ref;
195 $projent->{'line'} = $origline;
196 $projent->{'modified'} = 'false';
197 $projent->{'linenum'} = $linenum;
199 push(@projents, $projent);
231 my $projent;
234 foreach $projent (@$projents) {
236 if ($projent->{'modified'} eq 'false') {
237 $string = $projent->{'line'};
[all …]
/titanic_50/usr/src/cmd/projects/
H A Dprojects.c201 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()
[all …]
/titanic_50/usr/src/cmd/oamuser/user/
H A Dval_lprj.c53 struct project projent; in valid_lproject() local
62 switch (valid_project(ptr, &projent, mybuf, sizeof (mybuf), in valid_lproject()
79 projlist[i++] = projent.pj_projid; in valid_lproject()
83 if (projent.pj_projid == projlist[j]) in valid_lproject()
88 projlist[i++] = projent.pj_projid; in valid_lproject()
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t26 unlink("/tmp/projent.$$");
700 my $projent;
708 ($ret, $projent) = projent_parse($project, $flags);
712 foreach $error (@$projent) {
726 ($ret, $errors) = projent_validate($projent, $flags);
747 open($fh2, ">/tmp/projent.$$") || fatal($!);
753 open($fh1, "</tmp/projent.$$") || fatal($!);
764 open($fh, "</tmp/projent.$$") || fatal($!);
/titanic_50/usr/src/cmd/prctl/
H A Dprctl.c994 struct project projent; in main() local
1058 if (getprojbyid(p.projid, &projent, buf, in main()
1060 p.projname = projent.pj_name; in main()