Home
last modified time | relevance | path

Searched refs:getgrnam (Results 1 – 25 of 27) sorted by relevance

12

/original-bsd/lib/libc/gen/
H A Dgetgrnam.c8 getgrnam(name) in getgrnam() function
H A Dgetgrent.c36 getgrnam(name) in getgrnam() function
H A DMakefile.inc63 getgrent.3 getgrnam.3 getgrent.3 setgrent.3 getgrent.3 setgrfile.3
/original-bsd/include/
H A Dgrp.h33 struct group *getgrnam __P((const char *));
/original-bsd/usr.sbin/chown/
H A Dchgrp.c23 struct group *gr, *getgrnam(), *getgrgid();
68 gr = getgrnam(argv[0]);
H A Dchown.c176 gid = ((gr = getgrnam(s)) == NULL) ? id(s, "group") : gr->gr_gid;
/original-bsd/lib/libutil/
H A Dpty.c36 if ((gr = getgrnam("tty")) != NULL)
/original-bsd/bin/pax/
H A Dcache.c438 if ((gr = getgrnam(name)) == NULL)
446 if ((gr = getgrnam(name)) == NULL) {
H A Dsel_subs.c231 if ((gr = getgrnam(str)) == NULL) {
/original-bsd/old/dump.4.1/
H A Ddumpoptr.c24 struct Group *getgrnam();
120 gp = getgrnam(OPGRENT); in set_operators()
/original-bsd/usr.bin/chpass/
H A Dfield.c117 if (!(gr = getgrnam(p))) {
/original-bsd/usr.sbin/lpr/lpc/
H A Dlpc.c273 if ((gptr = getgrnam(grname)) == NULL) {
/original-bsd/usr.sbin/mtree/
H A Dspec.c164 if ((gr = getgrnam(val)) == NULL)
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.h867 extern struct group *getgrent(), *getgrnam(), *getgrgid();
1157 extern struct group *getgrent(), *getgrnam(), *getgrgid();
H A Dreadcf.c947 gr = getgrnam(q);
1638 gr = getgrnam(val);
/original-bsd/sbin/dump/
H A Doptr.c154 gp = getgrnam(OPGRENT); in set_operators()
/original-bsd/usr.bin/quota/
H A Dquota.c216 struct group *grp = getgrnam(name);
/original-bsd/usr.bin/login/
H A Dlogin.c322 (gr = getgrnam(TTYGRPNAME)) ? gr->gr_gid : pwd->pw_gid);
H A Dlogin.c.1374 (gr = getgrnam(TTYGRPNAME)) ? gr->gr_gid : pwd->pw_gid);
/original-bsd/usr.sbin/lpr/lpr/
H A Dlpr.c250 if ((gptr = getgrnam(RG)) == NULL)
/original-bsd/sbin/quotacheck/
H A Dquotacheck.c397 if (gr = getgrnam(quotagroup)) in getquotagid()
/original-bsd/usr.bin/spell/
H A Dspecial.4bsd330 getgrnam
/original-bsd/usr.bin/find/
H A Dfunction.c433 g = getgrnam(gname);
/original-bsd/usr.sbin/edquota/
H A Dedquota.c165 if (gr = getgrnam(name))
/original-bsd/usr.bin/rdist/
H A Dserver.c1037 || ((gr = getgrnam(group)) == NULL)) {

12