Searched refs:group (Results 151 - 175 of 423) sorted by relevance

1234567891011>>

/freebsd-10.0-release/lib/libc/posix1e/
H A Dacl_id_to_name.c50 * Note that we truncate user and group names, rather than error out, as
51 * this is consistent with other tools manipulating user and group names.
60 struct group *g;
/freebsd-10.0-release/tools/regression/sbin/mdconfig/
H A Drun164 my $fh = new FileHandle("/etc/group")
165 or return [ "opening /etc/group: $!\n" ];
168 my ($group, $passwd, $gid, $users) = split /:/;
198 my ($group) = @_;
200 my $gid = getgrnam($group)
201 or return [ "sg: group $group does not exist\n" ];
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_mibII/
H A DMakefile29 smilint -c /dev/null -l6 -i group-membership ${BMIBS:C/^/${CONTRIB}\/snmp_mibII\//}
/freebsd-10.0-release/usr.sbin/pw/
H A Dpw_group.c46 struct carg *arg, struct group *grp);
47 static int print_group(struct group * grp, int pretty);
57 struct group *grp = NULL;
61 static struct group fakegroup =
95 errx(EX_DATAERR, "group name or id required");
117 errx(EX_DATAERR, "unknown group `%s'", a_name ? a_name->val : a_gid->val);
130 err(EX_IOERR, "group '%s' not available (NIS?)", grp->gr_name);
132 warn("group update");
147 errx(EX_DATAERR, "group name required");
149 errx(EX_DATAERR, "group nam
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Dauthz.c158 /* Return TRUE if USER is in GROUP. The group definitions are in the
163 const char *group,
171 svn_config_get(cfg, &value, "groups", group, NULL);
233 * All that's left over is regular user or group specifications.
236 /* If the session is anonymous, then a user/group
243 * a user, alias or group rule.
492 const char *group,
500 svn_config_get(cfg, &value, "groups", group, NULL);
501 /* Having a non-existent group in the ACL configuration might be the
505 "An authz rule refers to group '
159 authz_group_contains_user(svn_config_t *cfg, const char *group, const char *user, apr_pool_t *pool) argument
487 authz_group_walk(svn_config_t *cfg, const char *group, apr_hash_t *checked_groups, apr_pool_t *pool) argument
609 const char *group = &match[1]; local
691 authz_validate_group(const char *group, const char *value, void *baton, apr_pool_t *pool) argument
[all...]
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldmisc.c173 const char *group = NULL; local
181 group = elf_group_name (sec);
186 group = ci->name;
187 if (group != NULL)
188 fprintf (fp, "[%s]", group);
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Doptions.c77 static void user_option(); /* execute "user name.group" option */
78 static void group_option(); /* execute "group name" option */
115 "group", group_option, NEED_ARG,
247 /* group_option - switch group id */
255 struct group *grp;
256 struct group *getgrnam();
259 tcpd_jump("unknown group: \"%s\"", value);
276 char *group; local
278 if ((group = split_at(value, '.')) != 0)
279 group_option(group, reques
[all...]
/freebsd-10.0-release/contrib/bsnmp/snmp_vacm/
H A Dvacm_snmp.c173 ctx->scratch->ptr1 = user->group->groupname;
174 ctx->scratch->int1 = strlen(user->group->groupname);
247 return (string_get(val, user->group->groupname, -1));
687 oid->len = sub + strlen(acl->group->groupname) +
690 oid->subs[sub] = strlen(acl->group->groupname);
691 for (i = 1; i <= strlen(acl->group->groupname); i++)
692 oid->subs[sub + i] = acl->group->groupname[i - 1];
693 sub += strlen(acl->group->groupname) + 1;
744 if (strcmp(gname, acl->group->groupname) == 0 &&
768 if (strcmp(gname, acl->group
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dggc-page.c278 /* Back pointer to the page group this page came from. */
279 struct page_group *group;
701 /* Compute the index for this page into the page group. */
709 /* Set and clear the in_use bit for this page in the page group. */ argument
712 set_page_group_in_use (page_group *group, char *page)
714 group->in_use |= 1 << page_group_index (group->allocation, page);
718 clear_page_group_in_use (page_group *group, char *page)
720 group->in_use &= ~(1 << page_group_index (group
277 struct page_group *group; member in struct:page_entry
715 clear_page_group_in_use(page_group *group, char *page) argument
735 page_group *group; local
[all...]
/freebsd-10.0-release/contrib/libc-pwcache/
H A Dpwcache.c113 * routines that control user, group, uid and gid caches (for the archive
125 static struct group * (*_pwcache_getgrnam)(const char *) = getgrnam;
126 static struct group * (*_pwcache_getgrgid)(gid_t) = getgrgid;
136 static int gropn; /* is group file open */
140 static GIDC **grptb; /* group name to gid cache */
334 struct group *gr;
369 * no match for this gid in the local group file, put in
381 * there is an entry for this group in the group file
458 * caches the gid for a given group nam
[all...]
/freebsd-10.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l79 #define START_NAME {in_single_string = TRUE;} /* single string w/o whitespaces (port group name) */
85 #define START_GROUP {in_list_of_strings = TRUE;} /* list of strings w/o whitespaces (group names) */
86 #define START_ACROSS {in_list_of_strings = TRUE;} /* list of strings w/o whitespaces (group names) */
87 #define START_ACROSS_TO {in_list_of_strings = TRUE;} /* list of strings w/o whitespaces (group names) */
88 #define START_ACROSS_FROM {in_list_of_strings = TRUE;} /* list of strings w/o whitespaces (group names) */
89 #define START_SOURCE {in_list_of_strings = TRUE;} /* list of strings w/o whitespaces (group names) */
90 #define START_DESTINATION {in_list_of_strings = TRUE;} /* list of strings w/o whitespaces (group names) */
130 PORT_GROUP_START port\-group
131 PORT_GROUP_END end\-port\-group
146 GROUP group
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptions.h411 /// Append all options from \a group using the exact same option groups
414 /// @param[in] group
415 /// A group of options to take option values from and copy their
419 Append (OptionGroup* group);
424 /// Append options from \a group that have a usage mask that has any bits
428 /// @param[in] group
429 /// A group of options to take option values from and copy their
433 /// When copying options from \a group, you might only want some of
434 /// the options to be appended to this group. This mask allows you
435 /// to control which options from \a group ge
[all...]
/freebsd-10.0-release/libexec/mknetid/
H A Dmknetid.c64 /* Default location of group file. */
74 * Stored hash table of 'reverse' group member database
85 extern struct group *_getgrent(void);
106 struct group *gr;
166 /* Load all the group membership info into a hash table. */
181 * group information we just stored if necessary.
/freebsd-10.0-release/sys/xen/interface/foreign/
H A Dmkheader.py120 output += "union %s_%s {%s\n};\n" % (union, arch, match.group(1));
130 output += "struct %s_%s {%s\n};\n" % (struct, arch, match.group(1));
/freebsd-10.0-release/usr.bin/mail/
H A Dcmdtab.c52 { "alias", group, M|RAWLIST, 0, 1000 },
82 { "group", group, M|RAWLIST, 0, 1000 },
H A Dvars.c133 * Locate a group name and return it.
148 * Print a group out on stdout
154 struct group *gp;
157 printf("\"%s\": not a group\n", name);
168 * the variable or group hash table.
/freebsd-10.0-release/contrib/gdb/gdb/
H A Di386-tdep.h193 /* Return non-zero if REGNUM is a member of the specified group. */
195 struct reggroup *group);
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dpwcache.c91 struct group *gr;
/freebsd-10.0-release/include/
H A Dprintf.h59 unsigned group; member in struct:printf_info
/freebsd-10.0-release/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c58 struct group *grp;
90 /* member of specified group? */
/freebsd-10.0-release/sys/arm/freescale/imx/
H A Dimx51_ccm.c455 int field, group; local
458 group = CCMR_CCGR_MODULE(clk_src);
460 reg = bus_read_4(ccm_softc->res[0], CCMC_CCGR(group));
463 bus_write_4(ccm_softc->res[0], CCMC_CCGR(group), reg);
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DMakefile82 smilint -c /dev/null -l6 -i group-membership BEGEMOT-HOSTRES-MIB
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Decp_nistp256.c1017 * elliptic curve group itself. Points on the curve are represented in Jacobian
1609 /* Precomputation for the group generator. */
1724 int ec_GFp_nistp256_group_init(EC_GROUP *group) argument
1727 ret = ec_GFp_simple_group_init(group);
1728 group->a_is_minus3 = 1;
1732 int ec_GFp_nistp256_group_set_curve(EC_GROUP *group, const BIGNUM *p, argument
1755 group->field_mod_func = BN_nist_mod_256;
1756 ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
1766 int ec_GFp_nistp256_point_get_affine_coordinates(const EC_GROUP *group, argument
1773 if (EC_POINT_is_at_infinity(group, poin
1828 ec_GFp_nistp256_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
2036 ec_GFp_nistp256_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
2159 ec_GFp_nistp256_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Decp_nistp521.c937 * elliptic curve group itself. Points on the curve are represented in Jacobian
1476 /* Precomputation for the group generator. */
1592 int ec_GFp_nistp521_group_init(EC_GROUP *group) argument
1595 ret = ec_GFp_simple_group_init(group);
1596 group->a_is_minus3 = 1;
1600 int ec_GFp_nistp521_group_set_curve(EC_GROUP *group, const BIGNUM *p, argument
1623 group->field_mod_func = BN_nist_mod_521;
1624 ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
1634 int ec_GFp_nistp521_point_get_affine_coordinates(const EC_GROUP *group, argument
1640 if (EC_POINT_is_at_infinity(group, poin
1694 ec_GFp_nistp521_points_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) argument
1902 ec_GFp_nistp521_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
2013 ec_GFp_nistp521_have_precompute_mult(const EC_GROUP *group) argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DPathV1.h35 /// However, to support llvm-ar, the mode, user, and group fields are
47 uint32_t group; ///< Group ID of owner, if applicable member in class:llvm::sys::FileStatus
53 group(999), uniqueID(0), isDir(false), isFile(false) { }
59 uint32_t getGroup() const { return group; }

Completed in 249 milliseconds

1234567891011>>