Searched refs:getgrnam (Results 1 - 25 of 85) sorted by relevance

1234

/netbsd-current/include/
H A Dgrp.h59 struct group *getgrnam(const char *);
/netbsd-current/external/bsd/libarchive/dist/cpio/
H A Dcpio_windows.h35 #define getgrnam(name) NULL macro
H A Dcmdline.c367 if ((grp = getgrnam(g)) != NULL) {
/netbsd-current/distrib/utils/libhack/
H A Dgetgrent.c69 #define getgrnam _getgrnam macro
78 __weak_alias(getgrnam,_getgrnam)
135 gp = getgrnam(name);
145 getgrnam(const char *name) function
/netbsd-current/sbin/mount/
H A Dfattr.c64 if ((gr = getgrnam(s)) != NULL)
/netbsd-current/tests/lib/libc/gen/
H A Dt_getgrent.c149 gr2 = getgrnam(gr->gr_name);
/netbsd-current/tests/lib/libc/ttyio/
H A Dt_ptm.c97 ATF_REQUIRE_MSG((gp = getgrnam("tty")) != NULL,
161 ATF_REQUIRE_MSG((gp = getgrnam("tty")) != NULL,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Duser.c114 grp = getgrnam( group );
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_unix.c127 if ((grp = getgrnam(key)) == 0) {
/netbsd-current/usr.sbin/chroot/
H A Dchroot.c87 if ((gp = getgrnam(group)) != NULL)
/netbsd-current/usr.bin/chpass/
H A Dfield.c138 if (!(gr = getgrnam(p))) {
/netbsd-current/usr.sbin/sdpd/
H A Dmain.c186 struct group *grp = getgrnam(group);
/netbsd-current/sbin/mount_ptyfs/
H A Dmount_ptyfs.c144 grp = getgrnam(name);
/netbsd-current/external/bsd/libbind/dist/irs/
H A Dgetgrent_r.c60 struct group *ge = getgrnam(name);
77 struct group *ge = getgrnam(name);
H A Dgetgrent.c65 getgrnam(const char *name) { function
/netbsd-current/usr.bin/wall/
H A Dwall.c163 grp = getgrnam(name);
164 if ((grp = getgrnam(name)) == NULL)
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dops_pcfs.c177 if ((gr = getgrnam(str)) != NULL)
H A Dops_udf.c103 if ((gr = getgrnam(s)) != NULL)
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshpty.c146 grp = getgrnam("tty");
/netbsd-current/external/ibm-public/postfix/dist/src/spawn/
H A Dspawn.c230 if ((grp = getgrnam(group)) == 0)
/netbsd-current/lib/libc/posix1e/
H A Dacl_from_text.c299 g = getgrnam(name);
/netbsd-current/external/cddl/osnet/dist/lib/pyzfs/common/
H A Dallow.py182 id = decodeid(w, grp.getgrnam,
194 id = grp.getgrnam(w)[2]
/netbsd-current/sbin/mknod/
H A Dmknod.c313 g = getgrnam(name);
/netbsd-current/usr.sbin/lpr/lpc/
H A Dlpc.c328 if ((gptr = getgrnam(grname)) == NULL) {
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_disk_set_standard_lookup.c66 * Installs functions that use getpwnam()/getgrnam()---along with
68 * object. This is in a separate file because getpwnam()/getgrnam()
153 result = getgrnam(gname);

Completed in 215 milliseconds

1234