Searched refs:getprojent (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/man/man3project/ |
H A D | Makefile | 21 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_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/ |
H A D | Project.pod | 50 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_44/usr/src/pkg/manifests/ |
H A D | system-library-security-libsasl.mf | 64 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_44/usr/src/head/ |
H A D | project.h | 57 extern struct project *getprojent(struct project *, void *, size_t);
|
/titanic_44/usr/src/lib/nsswitch/nis/ |
H A D | Makefile.com | 44 getprojent.o \
|
/titanic_44/usr/src/lib/nsswitch/files/ |
H A D | Makefile.com | 38 getprojent.o \
|
/titanic_44/usr/src/lib/libproject/ |
H A D | Makefile.com | 30 getprojent.o \
|
/titanic_44/usr/src/lib/nsswitch/ldap/ |
H A D | Makefile.com | 47 getprojent.o \
|
/titanic_44/usr/src/cmd/projects/ |
H A D | projects.c | 89 while (getprojent(&proj, tmp, PROJECT_BUFSZ) != NULL) { in find_projects() 264 while (getprojent(&projent, buf, sizeof (buf)) != NULL) { in print_projents()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 158 getprojent() 164 if ((projp = getprojent(&proj, buf, sizeof (buf)))) {
|
/titanic_44/usr/src/cmd/getent/ |
H A D | dogetproject.c | 88 while ((pproj = getprojent(&proj, buf, PROJECT_BUFSZ)) != NULL) in dogetproject()
|
/titanic_44/usr/src/cmd/rcap/rcapd/ |
H A D | rcapd_collection_project.c | 116 while (getprojent(&proj, buf, sizeof (buf)) != NULL && res == 0) in project_walk_all()
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/ |
H A D | Project.t | 775 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_44/usr/src/lib/libproject/common/ |
H A D | mapfile-vers | 54 getprojent;
|
H A D | getprojent.c | 45 #pragma weak getprojent = _getprojent macro
|