Home
last modified time | relevance | path

Searched refs:grent (Results 1 – 22 of 22) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/lib/User/
Dgrent.t22 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' );
Dgrent.pm1 package User::grent 1.05;
/openbsd/src/gnu/usr.bin/perl/cpan/File-Path/t/
DPath_root.t17 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/
Dauthpf.c758 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/
Dpp_sys.c5928 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 …]
DREADME.solaris531 =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">.
DREADME.hpux623 =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
DMakefile.bsd-wrapper1930 User::grent 3p lib/User/grent.pm \
DREADME.cygwin717 lib/User/grent.t
DMANIFEST6135 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/
Dperlcygo.txt154 … not require /etc/group, in which case the op/grent.t test will be skipped. The check performed by…
157 op/grent.t 1
Dperlcyg.pod395 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/
Dcoreamp.t584 grent grgid grnam hostbyaddr hostbyname hostent login netbyaddr netbyname
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl588delta.pod1268 C<User::grent> upgraded to version 1.01
Dperl5004delta.pod909 User/grent.pm By-name interface to Perl's builtin getgr*
1038 User::grent
Dperl5300delta.pod618 L<User::grent> has been upgraded from version 1.02 to 1.03.
Dperl5400delta.pod685 L<User::grent> has been upgraded from version 1.04 to 1.05.
Dperl5380delta.pod785 L<User::grent> has been upgraded from version 1.03 to 1.04.
Dperl5280delta.pod1096 L<User::grent> has been upgraded from version 1.01 to 1.02.
Dperlfunc.pod3415 L<C<User::grent>|User::grent>. These override the normal built-ins,
/openbsd/src/distrib/sets/lists/man/
Dmi1205 ./usr/share/man/man3p/User::grent.3p
/openbsd/src/distrib/sets/lists/base/
Dmi1720 ./usr/libdata/perl5/User/grent.pm