Searched refs:grp (Results 1 - 25 of 255) sorted by path

1234567891011

/freebsd-current/bin/getfacl/
H A Dgetfacl.c40 #include <grp.h>
/freebsd-current/bin/ls/
H A Dls.c46 #include <grp.h>
/freebsd-current/bin/mv/
H A Dmv.c46 #include <grp.h>
/freebsd-current/bin/pax/
H A Dcache.c41 #include <grp.h>
H A Dsel_subs.c41 #include <grp.h>
/freebsd-current/bin/pkill/
H A Dpkill.c59 #include <grp.h>
/freebsd-current/bin/ps/
H A Dprint.c44 #include <grp.h>
H A Dps.c52 #include <grp.h>
765 struct group *grp; local
788 grp = NULL;
794 grp = getgrgid((gid_t)bigtemp);
796 if (grp == NULL)
797 grp = getgrnam(elem);
798 if (grp == NULL) {
805 inf->l.gids[(inf->count)++] = grp->gr_gid;
/freebsd-current/bin/rm/
H A Drm.c40 #include <grp.h>
/freebsd-current/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dallow.py34 import grp namespace
80 name = grp.getgrgid(int(ws)).gr_name
182 id = decodeid(w, grp.getgrnam,
194 id = grp.getgrnam(w)[2]
H A Duserspace.py31 import grp namespace
72 (1, 0): ("POSIX Group", lambda id: grp.getgrgid(int(id)).gr_name),
/freebsd-current/contrib/bmake/mk/
H A Dlib.mk594 # note that we do NOT ch{own,grp} as that would likely fail at this point.
/freebsd-current/contrib/dma/
H A Ddma-mbox-create.c55 #include <grp.h>
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Dsz.h60 pszind_t grp = shift << SC_LG_NGROUP; local
69 pszind_t ind = grp + mod;
78 size_t grp = pind >> SC_LG_NGROUP; local
81 size_t grp_size_mask = ~((!!grp)-1);
82 size_t grp_size = ((ZU(1) << (LG_PAGE + (SC_LG_NGROUP-1))) << grp)
85 size_t shift = (grp == 0) ? 1 : grp;
140 szind_t grp = shift << SC_LG_NGROUP; local
149 szind_t index = SC_NTINY + grp + mod;
180 size_t grp local
[all...]
/freebsd-current/contrib/kyua/utils/process/
H A Disolation.cpp34 #include <grp.h>
/freebsd-current/contrib/lib9p/backend/
H A Dfs.c48 #include <grp.h>
3048 sc->fs_capgrp = cap_service_open(capcas, "system.grp");
/freebsd-current/contrib/lib9p/
H A Drfuncs.h31 #include <grp.h>
/freebsd-current/contrib/libarchive/cpio/
H A Dcmdline.c34 #include <grp.h>
373 struct group *grp; local
374 if ((grp = getgrnam(g)) != NULL) {
375 *gid = grp->gr_gid;
H A Dcpio.c50 #include <grp.h>
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c35 #include <grp.h>
H A Darchive_write_disk_posix.c71 #include <grp.h>
H A Darchive_write_disk_set_standard_lookup.c35 #include <grp.h>
/freebsd-current/contrib/libarchive/tar/
H A Dread.c47 #include <grp.h>
H A Dwrite.c45 #include <grp.h>
/freebsd-current/contrib/libc-pwcache/
H A Dpwcache.c87 #include <grp.h>

Completed in 275 milliseconds

1234567891011