Searched refs:grp (Results 201 - 225 of 250) sorted by relevance

12345678910

/freebsd-11-stable/contrib/wpa/hostapd/
H A Dconfig_file.c11 #include <grp.h>
3061 struct group *grp; local
3065 grp = getgrnam(group);
3066 if (grp) {
3067 bss->ctrl_interface_gid = grp->gr_gid;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c743 const EC_GROUP *grp; local
748 grp = EC_KEY_get0_group(ec);
749 if (!grp)
751 meth = EC_GROUP_method_of(grp);
759 id = EC_GROUP_get_curve_name(grp);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_misc.c1192 uap->grp, uap->id,
1196 switch (uap->grp) {
H A Dsvr4_proto.h217 char grp_l_[PADL_(int)]; int grp; char grp_r_[PADR_(int)]; member in struct:svr4_sys_waitsys_args
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c134 #include <grp.h>
H A Dopieftpd.c138 #include <grp.h>
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c42 #include <grp.h>
/freebsd-11-stable/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c69 #include <grp.h>
/freebsd-11-stable/release/picobsd/tinyware/login/
H A Dpico-login.c66 #include <grp.h>
/freebsd-11-stable/usr.sbin/edquota/
H A Dedquota.c61 #include <grp.h>
/freebsd-11-stable/bin/ps/
H A Dprint.c51 #include <grp.h>
/freebsd-11-stable/include/
H A DMakefile16 fts.h ftw.h getopt.h glob.h grp.h \
/freebsd-11-stable/usr.bin/stat/
H A Dstat.c60 #include <grp.h>
/freebsd-11-stable/contrib/libarchive/tar/
H A Dwrite.c46 #include <grp.h>
/freebsd-11-stable/contrib/tcsh/
H A Dsh.h405 #include <grp.h>
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpd.c128 # include <grp.h>
H A Dntp_proto.c4873 char *grp,
4877 if (grp == NULL)
4880 if (strcmp(grp, sys_groupname) == 0)
4886 if (strcmp(grp, ident) == 0)
4872 group_test( char *grp, char *ident ) argument
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c5522 int i, c, grp, maxpwr; local
5557 grp = 4;
5559 grp = 0;
5561 grp = 1;
5563 grp = 2;
5565 grp = 3;
5567 "%s: chan %d, attenuation group=%d\n", __func__, chan, grp);
5598 tdiff = ((sc->temp - temp) * 2) / tdiv[grp];
5627 idx += (int32_t)le32toh(uc->atten[grp][c]);
/freebsd-11-stable/contrib/bmake/mk/
H A Dlib.mk584 # note that we do NOT ch{own,grp} as that would likely fail at this point.
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwmreg.h5660 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
6016 #define IWM_WIDE_ID(grp, opcode) ((grp << 8) | opcode)
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper.c505 tag_config.s.grp = 0;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c43 #include <grp.h>
/freebsd-11-stable/usr.bin/find/
H A Dfunction.c55 #include <grp.h>
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y68 #include <grp.h>
3417 struct group *grp;
3419 if ((grp = getgrnam($1)) == NULL) {
3424 $$ = grp->gr_gid;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp31 #include <grp.h>

Completed in 376 milliseconds

12345678910