| /freebsd-12.1/usr.sbin/chroot/ |
| H A D | chroot.c | 111 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 D | t_ptm.c | 97 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 D | getgr_test.c | 355 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 D | cache.c | 418 if ((gr = getgrnam(name)) == NULL) in gid_name() 426 if ((gr = getgrnam(name)) == NULL) { in gid_name()
|
| /freebsd-12.1/include/ |
| H A D | grp.h | 71 struct group *getgrnam(const char *);
|
| /freebsd-12.1/contrib/apr/user/unix/ |
| H A D | groupinfo.c | 81 if ((gr = getgrnam(groupname)) == NULL) { in apr_gid_get()
|
| /freebsd-12.1/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_getgrent.c | 149 gr2 = getgrnam(gr->gr_name); in ATF_TC_BODY()
|
| /freebsd-12.1/lib/libpam/modules/pam_ftpusers/ |
| H A D | pam_ftpusers.c | 98 grp = getgrnam(name); in pam_sm_acct_mgmt()
|
| /freebsd-12.1/tests/sys/mac/bsdextended/ |
| H A D | ugidfw_test.c | 164 if (getgrnam(test_groups[i]) == NULL) in test_libugidfw_strings()
|
| /freebsd-12.1/lib/libpam/modules/pam_group/ |
| H A D | pam_group.c | 97 if ((grp = getgrnam(group)) == NULL || grp->gr_mem == NULL) in pam_group()
|
| /freebsd-12.1/sbin/mknod/ |
| H A D | mknod.c | 97 return ((gr = getgrnam(s)) == NULL) ? id(s, "group") : gr->gr_gid; in a_gid()
|
| /freebsd-12.1/contrib/dma/ |
| H A D | dma-mbox-create.c | 113 gr = getgrnam(DMA_GROUP); in main()
|
| /freebsd-12.1/lib/libcasper/services/cap_grp/ |
| H A D | cap_grp.h | 63 #define cap_getgrnam(chan, name) getgrnam(name)
|
| /freebsd-12.1/contrib/tcp_wrappers/ |
| H A D | options.c | 258 struct group *getgrnam(); 260 if ((grp = getgrnam(value)) == 0)
|
| /freebsd-12.1/usr.sbin/bluetooth/sdpd/ |
| H A D | main.c | 182 struct group *grp = getgrnam(group); in drop_root()
|
| /freebsd-12.1/cddl/contrib/opensolaris/lib/pyzfs/common/ |
| H A D | allow.py | 182 id = decodeid(w, grp.getgrnam, 194 id = grp.getgrnam(w)[2]
|
| /freebsd-12.1/sbin/mksnap_ffs/ |
| H A D | mksnap_ffs.c | 158 if ((grp = getgrnam("operator")) == NULL) in main()
|
| /freebsd-12.1/sbin/mount_unionfs/ |
| H A D | mount_unionfs.c | 98 if ((gr = getgrnam(s)) != NULL) in parse_gid()
|
| /freebsd-12.1/usr.bin/chpass/ |
| H A D | field.c | 142 if (!(gr = getgrnam(p))) { in p_gid()
|
| /freebsd-12.1/lib/libpam/modules/pam_login_access/ |
| H A D | login_access.c | 189 } else if ((group = getgrnam(tok)) != NULL) {/* try group membership */ in user_match()
|
| /freebsd-12.1/usr.sbin/pw/ |
| H A D | pw.c | 70 getgrnam,
|
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | ops_pcfs.c | 175 if ((gr = getgrnam(str)) != NULL) in mount_pcfs()
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | sshpty.c | 173 grp = getgrnam("tty"); in pty_setowner()
|
| /freebsd-12.1/crypto/heimdal/appl/login/ |
| H A D | limits_conf.c | 182 gr = getgrnam(args[0] + 1); in read_limits_conf()
|
| /freebsd-12.1/crypto/heimdal/appl/rsh/ |
| H A D | limits_conf.c | 182 gr = getgrnam(args[0] + 1); in read_limits_conf()
|