Home
last modified time | relevance | path

Searched refs:getprojent (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/man/man3project/
H A DMakefile21 MANFILES= getprojent.3project \
35 endprojent.3project := LINKSRC = getprojent.3project
36 fgetprojent.3project := LINKSRC = getprojent.3project
37 getdefaultproj.3project := LINKSRC = getprojent.3project
38 getprojbyid.3project := LINKSRC = getprojent.3project
39 getprojbyname.3project := LINKSRC = getprojent.3project
40 getprojidbyname.3project := LINKSRC = getprojent.3project
41 inproj.3project := LINKSRC = getprojent.3project
42 setprojent.3project := LINKSRC = getprojent.3project
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/
H A DProject.pod50 B<C<getprojent()>>
53 a scalar context, C<getprojent()> returns only the name of the project. When
54 called in a list context, C<getprojent()> returns a 6-element list consisting
73 name. It returns a 6-element list as returned by C<getprojent()> if the entry
79 ID. It returns a 6-element list as returned by C<getprojent()> if the entry is
85 same format as C<getprojent()>. It returns C<undef> if the user cannot be
93 Return values are the same as for C<getprojent()>.
121 :LIBCALLS setproject(), activeprojects(), getprojent(), setprojent(),
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library-security-libsasl.mf64 file path=usr/share/man/man3project/getprojent.3project
153 target=getprojent.3project
155 target=getprojent.3project
157 target=getprojent.3project
159 target=getprojent.3project
161 target=getprojent.3project
163 target=getprojent.3project
164 link path=usr/share/man/man3project/inproj.3project target=getprojent.3project
166 target=getprojent.3project
/titanic_41/usr/src/head/
H A Dproject.h57 extern struct project *getprojent(struct project *, void *, size_t);
/titanic_41/usr/src/lib/nsswitch/nis/
H A DMakefile.com44 getprojent.o \
/titanic_41/usr/src/lib/libproject/
H A DMakefile.com30 getprojent.o \
/titanic_41/usr/src/lib/nsswitch/files/
H A DMakefile.com38 getprojent.o \
/titanic_41/usr/src/lib/nsswitch/ldap/
H A DMakefile.com47 getprojent.o \
/titanic_41/usr/src/cmd/projects/
H A Dprojects.c89 while (getprojent(&proj, tmp, PROJECT_BUFSZ) != NULL) { in find_projects()
264 while (getprojent(&projent, buf, sizeof (buf)) != NULL) { in print_projents()
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs158 getprojent()
164 if ((projp = getprojent(&proj, buf, sizeof (buf)))) {
/titanic_41/usr/src/cmd/getent/
H A Ddogetproject.c88 while ((pproj = getprojent(&proj, buf, PROJECT_BUFSZ)) != NULL) in dogetproject()
/titanic_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection_project.c116 while (getprojent(&proj, buf, sizeof (buf)) != NULL && res == 0) in project_walk_all()
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t775 start("Test getprojent. Don't assume anything about the order it returns stuff in");
779 while (@a1 = getprojent()) {
790 start("Test getprojent when at end");
791 @a1 = getprojent();
795 start("Test endprojent/getprojent");
797 @a1 = getprojent();
800 start("Test setprojent/getprojent");
802 @a1 = getprojent();
/titanic_41/usr/src/lib/libproject/common/
H A Dmapfile-vers54 getprojent;
H A Dgetprojent.c45 #pragma weak getprojent = _getprojent macro