Searched refs:grp (Results 101 - 125 of 150) sorted by relevance

123456

/openbsd-current/gnu/lib/libreadline/examples/
H A Drlfe.c61 #include <grp.h>
/openbsd-current/usr.bin/vi/ex/
H A Dex_script.c27 #include <stdio.h> /* XXX: OSF/1 bug: include before <grp.h> */
28 #include <grp.h>
/openbsd-current/usr.sbin/edquota/
H A Dedquota.c46 #include <grp.h>
/openbsd-current/usr.sbin/authpf/
H A Dauthpf.c35 #include <grp.h>
/openbsd-current/usr.bin/xinstall/
H A Dxinstall.c42 #include <grp.h>
/openbsd-current/usr.bin/kdump/
H A Dktrstruct.c56 #include <grp.h>
/openbsd-current/usr.bin/login/
H A Dlogin.c82 #include <grp.h>
/openbsd-current/usr.sbin/smtpd/
H A Dqueue_backend.c21 #include <grp.h>
/openbsd-current/usr.bin/stat/
H A Dstat.c39 #include <grp.h>
/openbsd-current/usr.bin/ssh/
H A Dssh-pkcs11-client.c467 int (*ec_set_group)(EC_KEY *key, const EC_GROUP *grp);
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp62 #include <grp.h>
H A Dsanitizer_common_interceptors.inc1952 UNUSED static void unpoison_group(void *ctx, __sanitizer_group *grp) {
1953 if (grp) {
1954 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, grp, sizeof(*grp));
1955 if (grp->gr_name)
1956 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, grp->gr_name,
1957 internal_strlen(grp->gr_name) + 1);
1958 if (grp->gr_passwd)
1959 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, grp->gr_passwd,
1960 internal_strlen(grp
[all...]
/openbsd-current/sbin/quotacheck/
H A Dquotacheck.c50 #include <grp.h>
/openbsd-current/usr.sbin/vmctl/
H A Dvmctl.c37 #include <grp.h>
/openbsd-current/usr.bin/sndiod/
H A Dsndiod.c25 #include <grp.h>
/openbsd-current/usr.sbin/unbound/daemon/
H A Dunbound.c68 #include <grp.h>
/openbsd-current/sys/dev/pci/
H A Dif_iwn.c4126 int i, c, grp, maxpwr, is_ht40 = 0; local
4159 grp = 4;
4161 grp = 0;
4163 grp = 1;
4165 grp = 2;
4167 grp = 3;
4168 DPRINTF(("chan %d, attenuation group=%d\n", chan, grp));
4206 tdiff = ((sc->temp - temp) * 2) / tdiv[grp];
4239 idx += (int32_t)letoh32(uc->atten[grp][c]);
/openbsd-current/gnu/usr.bin/perl/
H A Diperlsys.h747 # define PerlLIO_chown(file, owner, grp) chown((file), (owner), (grp))
/openbsd-current/usr.bin/ipcs/
H A Dipcs.c69 #include <grp.h>
/openbsd-current/sys/netinet/
H A Dip_mroute.c300 rt = mfc_find(NULL, &req->src, &req->grp, rtableid);
/openbsd-current/bin/ps/
H A Dprint.c44 #include <grp.h>
/openbsd-current/sys/netinet6/
H A Dip6_mroute.c253 rt = mf6c_find(NULL, &req->src.sin6_addr, &req->grp.sin6_addr,
/openbsd-current/usr.bin/rdistd/
H A Dserver.c36 #include <grp.h>
/openbsd-current/usr.sbin/vmd/
H A Dparse.y52 #include <grp.h>
/openbsd-current/usr.bin/find/
H A Dfunction.c45 #include <grp.h>

Completed in 219 milliseconds

123456