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

/opensolaris-onvv-gate/usr/src/cmd/oamuser/user/
H A Dval_lprj.c51 struct project projent; local
60 switch (valid_project(ptr, &projent, mybuf, sizeof (mybuf),
77 projlist[i++] = projent.pj_projid;
81 if (projent.pj_projid == projlist[j])
86 projlist[i++] = projent.pj_projid;
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm134 # Reads and parses a project(4) file, and returns a list of projent hashes.
146 # Returns a ref to a list of projent hashes. See projent_parse() for a
147 # description of a projent hash.
154 my $projent;
188 $projent = $ref;
194 $projent->{'line'} = $origline;
195 $projent->{'modified'} = 'false';
196 $projent->{'linenum'} = $linenum;
198 push(@projents, $projent);
217 # projf_write(filehandle, projent lis
[all...]
/opensolaris-onvv-gate/usr/src/cmd/projects/
H A Dprojects.c201 print_projent(struct project *projent) argument
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; local
264 while (getprojent(&projent, buf, sizeof (buf)) != NULL) {
265 print_projent(&projent);
[all...]
/opensolaris-onvv-gate/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($!);
/opensolaris-onvv-gate/usr/src/cmd/prctl/
H A Dprctl.c994 struct project projent; local
1058 if (getprojbyid(p.projid, &projent, buf,
1060 p.projname = projent.pj_name;

Completed in 203 milliseconds