Home
last modified time | relevance | path

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

12345

/freebsd-12.1/usr.sbin/chroot/
H A Dchroot.c111 if ((gp = getgrnam(group)) != NULL) in main()
132 if ((gp = getgrnam(p)) != NULL) in main()
/freebsd-12.1/contrib/netbsd-tests/lib/libc/ttyio/
H A Dt_ptm.c97 ATF_REQUIRE_MSG((gp = getgrnam("tty")) != NULL, in ATF_TC_BODY()
161 ATF_REQUIRE_MSG((gp = getgrnam("tty")) != NULL, in ATF_TC_BODY()
/freebsd-12.1/lib/libc/tests/nss/
H A Dgetgr_test.c355 grp = getgrnam(grp_model->gr_name); in group_test_getgrnam()
517 ATF_TC_WITHOUT_HEAD(getgrnam);
518 ATF_TC_BODY(getgrnam, tc) in ATF_TC_BODY() argument
540 ATF_TP_ADD_TC(tp, getgrnam); in ATF_TP_ADD_TCS()
/freebsd-12.1/bin/pax/
H A Dcache.c418 if ((gr = getgrnam(name)) == NULL) in gid_name()
426 if ((gr = getgrnam(name)) == NULL) { in gid_name()
/freebsd-12.1/include/
H A Dgrp.h71 struct group *getgrnam(const char *);
/freebsd-12.1/contrib/apr/user/unix/
H A Dgroupinfo.c81 if ((gr = getgrnam(groupname)) == NULL) { in apr_gid_get()
/freebsd-12.1/contrib/netbsd-tests/lib/libc/gen/
H A Dt_getgrent.c149 gr2 = getgrnam(gr->gr_name); in ATF_TC_BODY()
/freebsd-12.1/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c98 grp = getgrnam(name); in pam_sm_acct_mgmt()
/freebsd-12.1/tests/sys/mac/bsdextended/
H A Dugidfw_test.c164 if (getgrnam(test_groups[i]) == NULL) in test_libugidfw_strings()
/freebsd-12.1/lib/libpam/modules/pam_group/
H A Dpam_group.c97 if ((grp = getgrnam(group)) == NULL || grp->gr_mem == NULL) in pam_group()
/freebsd-12.1/sbin/mknod/
H A Dmknod.c97 return ((gr = getgrnam(s)) == NULL) ? id(s, "group") : gr->gr_gid; in a_gid()
/freebsd-12.1/contrib/dma/
H A Ddma-mbox-create.c113 gr = getgrnam(DMA_GROUP); in main()
/freebsd-12.1/lib/libcasper/services/cap_grp/
H A Dcap_grp.h63 #define cap_getgrnam(chan, name) getgrnam(name)
/freebsd-12.1/contrib/tcp_wrappers/
H A Doptions.c258 struct group *getgrnam();
260 if ((grp = getgrnam(value)) == 0)
/freebsd-12.1/usr.sbin/bluetooth/sdpd/
H A Dmain.c182 struct group *grp = getgrnam(group); in drop_root()
/freebsd-12.1/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py182 id = decodeid(w, grp.getgrnam,
194 id = grp.getgrnam(w)[2]
/freebsd-12.1/sbin/mksnap_ffs/
H A Dmksnap_ffs.c158 if ((grp = getgrnam("operator")) == NULL) in main()
/freebsd-12.1/sbin/mount_unionfs/
H A Dmount_unionfs.c98 if ((gr = getgrnam(s)) != NULL) in parse_gid()
/freebsd-12.1/usr.bin/chpass/
H A Dfield.c142 if (!(gr = getgrnam(p))) { in p_gid()
/freebsd-12.1/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c189 } else if ((group = getgrnam(tok)) != NULL) {/* try group membership */ in user_match()
/freebsd-12.1/usr.sbin/pw/
H A Dpw.c70 getgrnam,
/freebsd-12.1/contrib/amd/amd/
H A Dops_pcfs.c175 if ((gr = getgrnam(str)) != NULL) in mount_pcfs()
/freebsd-12.1/crypto/openssh/
H A Dsshpty.c173 grp = getgrnam("tty"); in pty_setowner()
/freebsd-12.1/crypto/heimdal/appl/login/
H A Dlimits_conf.c182 gr = getgrnam(args[0] + 1); in read_limits_conf()
/freebsd-12.1/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c182 gr = getgrnam(args[0] + 1); in read_limits_conf()

12345