Searched refs:grp (Results 176 - 200 of 250) sorted by relevance

12345678910

/freebsd-11-stable/usr.bin/su/
H A Dsu.c87 #include <grp.h>
/freebsd-11-stable/usr.bin/ipcs/
H A Dipcs.c44 #include <grp.h>
/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c50 #include <grp.h>
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.cpp20 #include <grp.h>
H A Dsanitizer_common_interceptors.inc1882 UNUSED static void unpoison_group(void *ctx, __sanitizer_group *grp) {
1883 if (grp) {
1884 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, grp, sizeof(*grp));
1885 if (grp->gr_name)
1886 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, grp->gr_name,
1887 REAL(strlen)(grp->gr_name) + 1);
1888 if (grp->gr_passwd)
1889 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, grp->gr_passwd,
1890 REAL(strlen)(grp
[all...]
H A Dsanitizer_platform_limits_freebsd.cpp22 #include <grp.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp16 #include <grp.h>
/freebsd-11-stable/usr.sbin/newsyslog/
H A Dnewsyslog.c74 #include <grp.h>
1067 struct group *grp; local
1188 if ((grp = getgrnam(q)) == NULL)
1192 working->gid = grp->gr_gid;
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c34 #include <grp.h>
1450 struct group *grp; local
1665 grp = getgrgid(insntod(cmd, u32)->d[0]);
1666 if (grp != NULL)
1667 bprintf(bp, " gid %s", grp->gr_name);
4658 struct group *grp; local
4662 grp = (*end == '\0') ? getgrgid(gid) : getgrnam(*av);
4663 if (grp == NULL)
4665 cmd32->d[0] = grp->gr_gid;
/freebsd-11-stable/bin/ls/
H A Dls.c56 #include <grp.h>
/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c41 #include <grp.h>
/freebsd-11-stable/sbin/quotacheck/
H A Dquotacheck.c63 #include <grp.h>
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_script.c29 #include <grp.h>
/freebsd-11-stable/usr.bin/login/
H A Dlogin.c65 #include <grp.h>
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c75 #include <grp.h>
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h946 * Actions to take if <grp.h> exists.
949 # include <grp.h>
/freebsd-11-stable/bin/pkill/
H A Dpkill.c62 #include <grp.h>
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dctx.c47 #include <grp.h>
/freebsd-11-stable/sys/dev/mmc/
H A Dmmc.c200 static int mmc_sd_switch(struct mmc_softc *sc, uint8_t mode, uint8_t grp,
719 mmc_sd_switch(struct mmc_softc *sc, uint8_t mode, uint8_t grp, uint8_t value, argument
734 cmd.arg &= ~(0xF << (grp * 4));
735 cmd.arg |= value << (grp * 4);
/freebsd-11-stable/contrib/mtree/
H A Dspec.c80 #include <grp.h>
H A Dcreate.c54 #include <grp.h>
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c49 #include <grp.h>
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c67 #include <grp.h>
/freebsd-11-stable/usr.sbin/usbconfig/
H A Dusbconfig.c35 #include <grp.h>
/freebsd-11-stable/contrib/unbound/daemon/
H A Dunbound.c68 #include <grp.h>

Completed in 356 milliseconds

12345678910