Searched refs:grp (Results 126 - 150 of 250) sorted by relevance

12345678910

/freebsd-11-stable/bin/getfacl/
H A Dgetfacl.c44 #include <grp.h>
/freebsd-11-stable/bin/pax/
H A Dcache.c47 #include <grp.h>
H A Dsel_subs.c46 #include <grp.h>
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c435 printf(" grp=%d", dump->sstatus[core][bit_cur].s_sstatus2.grp);
545 printf("Entry %d(%-10s): tag=%s,0x%08x grp=%d wqp=0x%016llx", index,
549 dump->smemload[index][0].s_smemload0.grp,
643 printf(" grp=%d", dump->sstatus[core][tag].s_sstatus2_cn68xx.grp);
744 printf("Entry %d(%-10s): tag=%s,0x%08x grp=%d wqp=0x%016llx", index,
748 dump->smemload[index][2].s_smemload1_cn68xx.grp,
H A Dcvmx-pip.h277 uint64_t grp : 4; /**< POW input group for this packet */ member in struct:__anon6171::__anon6172
763 return bsel_tbl.s.grp;
/freebsd-11-stable/lib/libc/posix1e/
H A Dacl_support.c39 #include <grp.h>
/freebsd-11-stable/crypto/openssh/
H A Duidswap.c25 #include <grp.h>
H A Dsftp-common.c33 #include <grp.h>
/freebsd-11-stable/usr.sbin/chown/
H A Dchown.c52 #include <grp.h>
/freebsd-11-stable/usr.sbin/fmtree/
H A Dspec.c44 #include <grp.h>
/freebsd-11-stable/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c42 #include <grp.h>
/freebsd-11-stable/usr.sbin/nfscbd/
H A Dnfscbd.c56 #include <grp.h>
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c36 #include <grp.h>
H A Darchive_write_disk_set_standard_lookup.c36 #include <grp.h>
/freebsd-11-stable/sbin/mount_msdosfs/
H A Dmount_msdosfs.c50 #include <grp.h>
/freebsd-11-stable/usr.sbin/makefs/
H A Dmtree.c39 #include <grp.h>
/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dlpc.c51 #include <grp.h>
/freebsd-11-stable/usr.bin/ipcrm/
H A Dipcrm.c48 #include <grp.h>
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c41 #include <grp.h>
1097 struct group *grp; local
1104 if ((grp = getgrnam(argv[1]))) {
1105 gid = grp->gr_gid;
/freebsd-11-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c23 #include <grp.h>
/freebsd-11-stable/usr.bin/kdump/
H A Dkdump.c71 #include <grp.h>
218 capgrploc = cap_service_open(capcas, "system.grp");
225 warn("unable to open system.grp service");
235 /* Limit system.grp to only getgrgid() function and gr_name field. */
238 err(1, "unable to limit system.grp service");
241 err(1, "unable to limit system.grp service");
1901 struct group *grp; local
1933 grp = NULL;
1937 grp = cap_getgrgid(capgrp, statp->st_gid);
1940 grp
[all...]
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfstat.c1888 frgroup_t *fp, grp; local
1897 fp = grp.fg_next)
1898 if (kmemcpy((char *)&grp, (u_long)fp, sizeof(grp)))
1901 printf("%s\n", grp.fg_name);
1904 fp = grp.fg_next)
1905 if (kmemcpy((char *)&grp, (u_long)fp, sizeof(grp)))
1908 printf("%s\n", grp.fg_name);
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c129 #include <grp.h>
333 struct group *grp; local
814 grp = NULL;
816 && (grp = getgrnam(sep->se_group)) == NULL
826 if (grp != NULL)
827 pwd->pw_gid = grp->gr_gid;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dtls_srp.c267 const char *grp)
269 SRP_gN *GN = SRP_get_default_gN(grp);
266 SSL_set_srp_server_param_pw(SSL *s, const char *user, const char *pass, const char *grp) argument
/freebsd-11-stable/bin/mv/
H A Dmv.c58 #include <grp.h>

Completed in 368 milliseconds

12345678910