Searched refs:grent (Results 1 – 22 of 22) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/lib/User/ |
| D | grent.t | 22 our @grent = getgrgid $gid; # This is the function getgrgid. 23 unless (@grent) { plan skip_all => "no gid 0"; } 32 my $grent = getgrgid $gid; 34 is( $grent->name, $grent[0], 'name matches core getgrgid' ); 36 is( $grent->passwd, $grent[1], ' passwd' ); 38 is( $grent->gid, $grent[2], ' gid' );
|
| D | grent.pm | 1 package User::grent 1.05;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/File-Path/t/ |
| D | Path_root.t | 17 my $grent = max_g(); 19 my ( $max_gid, $max_group ) = @{ $grent }; 131 my $grent = max_g(); 133 my ( $max_gid, $max_group ) = @{ $grent };
|
| /openbsd/src/usr.sbin/authpf/ |
| D | authpf.c | 758 struct group *grent; in change_filter() local 764 if((grent = getgrgid(getgid())) == NULL) { in change_filter() 789 grent->gr_name) == -1) in change_filter()
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp_sys.c | 5928 const struct group *grent; variable 5932 grent = (const struct group *)getgrnam(name); 5942 grent = (const struct group *)getgrgid(gid); 5946 grent = (struct group *)getgrent(); 5956 if (grent) { 5958 sv_setgid(sv, grent->gr_gid); 5960 sv_setpv(sv, grent->gr_name); 5965 if (grent) { 5966 mPUSHs(newSVpv(grent->gr_name, 0)); 5969 mPUSHs(newSVpv(grent->gr_passwd, 0)); [all …]
|
| D | README.solaris | 531 =head2 nss_delete core dump from op/pwent or op/grent 533 See L<perlhpux/"nss_delete core dump from op/pwent or op/grent">.
|
| D | README.hpux | 623 =head1 nss_delete core dump from op/pwent or op/grent 625 You may get a bus error core dump from the op/pwent or op/grent
|
| D | Makefile.bsd-wrapper1 | 930 User::grent 3p lib/User/grent.pm \
|
| D | README.cygwin | 717 lib/User/grent.t
|
| D | MANIFEST | 6135 lib/User/grent.pm By-name interface to Perl's builtin getgr* 6136 lib/User/grent.t See if User::grwent works 6877 t/op/grent.t See if getgr*() functions work
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | perlcygo.txt | 154 … not require /etc/group, in which case the op/grent.t test will be skipped. The check performed by… 157 op/grent.t 1
|
| D | perlcyg.pod | 395 Cygwin does not require F</etc/group>, in which case the F<op/grent.t> 396 test will be skipped. The check performed by F<op/grent.t> expects to 401 op/grent.t 1
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | coreamp.t | 584 grent grgid grnam hostbyaddr hostbyname hostent login netbyaddr netbyname
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl588delta.pod | 1268 C<User::grent> upgraded to version 1.01
|
| D | perl5004delta.pod | 909 User/grent.pm By-name interface to Perl's builtin getgr* 1038 User::grent
|
| D | perl5300delta.pod | 618 L<User::grent> has been upgraded from version 1.02 to 1.03.
|
| D | perl5400delta.pod | 685 L<User::grent> has been upgraded from version 1.04 to 1.05.
|
| D | perl5380delta.pod | 785 L<User::grent> has been upgraded from version 1.03 to 1.04.
|
| D | perl5280delta.pod | 1096 L<User::grent> has been upgraded from version 1.01 to 1.02.
|
| D | perlfunc.pod | 3415 L<C<User::grent>|User::grent>. These override the normal built-ins,
|
| /openbsd/src/distrib/sets/lists/man/ |
| D | mi | 1205 ./usr/share/man/man3p/User::grent.3p
|
| /openbsd/src/distrib/sets/lists/base/ |
| D | mi | 1720 ./usr/libdata/perl5/User/grent.pm
|