Home
last modified time | relevance | path

Searched refs:getgrent (Results 1 – 25 of 45) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/cpan/File-Path/t/
H A DPath_root.t114 while ( my @g = getgrent() ) {
126 return "getgrent() not implemented on $^O" unless $Config{d_getgrent};
136 return "getgrent() appears to be insane" unless $max_gid > 0;
154 return "getgrent() not implemented on $^O" unless $Config{d_getgrent};
157 while(my @a=getgrent()) {
/openbsd/gnu/usr.bin/perl/t/op/
H A Dgrent.t170 my $gr = scalar getgrent();
180 my ($gr) = (getgrent());
H A Dgroups.t145 while(my @ent = getgrent) {
/openbsd/lib/libc/hidden/
H A Dgrp.h28 PROTO_DEPRECATED(getgrent);
/openbsd/gnu/usr.bin/perl/
H A Dreentr.h994 # undef getgrent
995 # if !defined(getgrent) && GETGRENT_R_PROTO == REENTRANT_PROTO_I_SBWR
998 # if !defined(getgrent) && GETGRENT_R_PROTO == REENTRANT_PROTO_I_SBIR
1001 # if !defined(getgrent) && GETGRENT_R_PROTO == REENTRANT_PROTO_S_SBW
1002 # define getgrent() (getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_g… macro
1004 # if !defined(getgrent) && GETGRENT_R_PROTO == REENTRANT_PROTO_S_SBI
1005 # define getgrent() (getgrent_r(&PL_reentrant_buffer->_grent_struct, PL_reentrant_buffer->_g… macro
1007 # if !defined(getgrent) && GETGRENT_R_PROTO == REENTRANT_PROTO_I_SBI
1008 # define getgrent() ((PL_reentrant_retint = getgrent_r(&PL_reentrant_buffer->_grent_struct, … macro
1010 # if !defined(getgrent) && GETGRENT_R_PROTO == REENTRANT_PROTO_I_SBIH
[all …]
H A Dreentr.c487 retptr = getgrent(); break; in Perl_reentrant_retry()
H A Dpp_sys.c102 # ifndef getgrent
103 struct group *getgrent (void);
5714 grent = (struct group *)getgrent(); in PP()
H A Dconfig_h.SH1560 * This symbol, if defined, indicates that the getgrent routine is
1602 * This symbol, if defined, indicates that the getgrent routine is
4676 * is available to getgrent re-entrantly.
/openbsd/include/
H A Dgrp.h61 struct group *getgrent(void);
/openbsd/lib/libc/gen/
H A DMakefile.inc13 getdomainname.c getgrent.c getgrouplist.c gethostname.c \
42 getfsent.3 getgrent.3 getgrouplist.3 gethostname.3 getloadavg.3 \
H A Dgetgrent.c96 getgrent(void) in getgrent() function
/openbsd/distrib/special/libstubs/
H A DMakefile5 SRCS= db.c setlocale.c sha1.c sha2.c getgrent.c getpwent.c \
/openbsd/regress/usr.bin/tsort/
H A Dpairs1228 getgrent.o getgrent.o
963 getgrent.o rget.o
1231 getgrent.o bcopy.o
1403 getgrent.o fclose.o
1445 getgrent.o fgets.o
1454 getgrent.o fopen.o
1520 getgrent.o malloc.o
2161 getgrent.o rewind.o
2353 getgrent.o strchr.o
2377 getgrent.o strcmp.o
[all …]
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500900017 getgrent # Z added by devel/scanprov
/openbsd/usr.sbin/repquota/
H A Drepquota.c112 while ((gr = getgrent()) != 0) in main()
/openbsd/usr.bin/getent/
H A Dgetent.c199 while ((gr = getgrent()) != NULL) in group()
/openbsd/gnu/usr.bin/perl/lib/B/
H A DDeparse-core.t522 getgrent 0 -
/openbsd/gnu/gcc/libmudflap/
H A Dconfig.h.in54 /* Define to 1 if you have the `getgrent' function. */
H A Dconfigure.ac72 AC_CHECK_FUNCS(getlogin cuserid getpwnam getpwuid getpwent getgrnam getgrgid getgrent)
/openbsd/sbin/quotacheck/
H A Dquotacheck.c182 while ((gr = getgrent()) != 0) in main()
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h356 struct group *getgrent (void);
/openbsd/lib/libc/
H A DSymbols.list652 getgrent
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h444 extern struct group * getgrent(void);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h444 extern struct group * getgrent(void);
/openbsd/gnu/usr.bin/perl/regen/
H A Dopcodes542 ggrent getgrent ck_null 0

12