Lines Matching refs:project

31 This function returns the numeric project ID of the calling process or C<undef>
34 B<C<setproject($project, $user, $flags)>>
36 If C<$user> is a member of the project specified by C<$project>,
38 controls with the process, task, and project. This function returns 0 on
42 offset of the failed attribute assignment in the project database is returned.
48 Each value in the list is the numeric ID of a currently active project.
52 This function returns the next entry from the project database. When called in
53 a scalar context, C<getprojent()> returns only the name of the project. When
60 user or project lists. On end-of-file C<undef> is returned.
64 This function rewinds the project database to the beginning of the file.
68 This function closes the project database.
72 This function searches the project database for an entry with the specified
78 This function searches the project database for an entry with the specified
84 This function returns the default project entry for the specified user in the
91 This function returns the next project entry from C<$filehandle>, a Perl file
92 handle that must refer to a previously opened file in C<project(5)> format.
95 B<C<inproj($user, $project)>>
97 This function checks whether the specified user is able to use the project.
98 This function returns C<true> if the user can use the project and C<false>
101 B<C<getprojidbyname($project)>>
103 This function searches the project database for the specified project. It
104 returns the project ID if the project is found and C<undef> if it is not found.
145 C<libproject(3LIB)>, C<setproject(3PROJECT)>, C<project(5)>, C<attributes(7)>