Searched refs:group (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/freebsd-9.3-release/share/mk/
H A Dbsd.files.mk10 .for group in ${FILESGROUPS}
11 buildfiles: ${${group}}
18 .for group in ${FILESGROUPS}
19 .if defined(${group}) && !empty(${group})
21 ${group}OWN?= ${SHAREOWN}
22 ${group}GRP?= ${SHAREGRP}
23 ${group}MODE?= ${SHAREMODE}
24 ${group}DIR?= ${BINDIR}
26 _${group}FILE
[all...]
H A Dbsd.incs.mk12 .for group in ${INCSGROUPS}
13 buildincludes: ${${group}}
20 .for group in ${INCSGROUPS}
21 .if defined(${group}) && !empty(${group})
23 ${group}OWN?= ${BINOWN}
24 ${group}GRP?= ${BINGRP}
25 ${group}MODE?= ${NOBINMODE}
26 ${group}DIR?= ${INCLUDEDIR}
28 _${group}INC
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/unity/
H A Dunity_fixture.h19 #define TEST_GROUP(group)\
20 static const char* TEST_GROUP_##group = #group
22 #define TEST_SETUP(group) void TEST_##group##_SETUP(void);\
23 void TEST_##group##_SETUP(void)
25 #define TEST_TEAR_DOWN(group) void TEST_##group##_TEAR_DOWN(void);\
26 void TEST_##group##_TEAR_DOWN(void)
29 #define TEST(group, nam
[all...]
/freebsd-9.3-release/include/
H A Dgrp.h44 #define _PATH_GROUP "/etc/group"
56 struct group { struct
57 char *gr_name; /* group name */
58 char *gr_passwd; /* group password */
59 gid_t gr_gid; /* group id */
60 char **gr_mem; /* group members */
66 struct group *getgrent(void);
68 struct group *getgrgid(gid_t);
69 struct group *getgrnam(const char *);
74 struct group * (*)(cons
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lib.c117 void EC_GROUP_free(EC_GROUP *group) argument
119 if (!group)
122 if (group->meth->group_finish != 0)
123 group->meth->group_finish(group);
125 EC_EX_DATA_free_all_data(&group->extra_data);
127 if (group->generator != NULL)
128 EC_POINT_free(group->generator);
129 BN_free(&group->order);
130 BN_free(&group
138 EC_GROUP_clear_free(EC_GROUP *group) argument
260 EC_GROUP_method_of(const EC_GROUP *group) argument
270 EC_GROUP_set_generator(EC_GROUP *group, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor) argument
301 EC_GROUP_get0_generator(const EC_GROUP *group) argument
306 EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) argument
314 EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, BN_CTX *ctx) argument
323 EC_GROUP_set_curve_name(EC_GROUP *group, int nid) argument
328 EC_GROUP_get_curve_name(const EC_GROUP *group) argument
333 EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) argument
338 EC_GROUP_get_asn1_flag(const EC_GROUP *group) argument
343 EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form) argument
349 EC_GROUP_get_point_conversion_form(const EC_GROUP *group) argument
355 EC_GROUP_set_seed(EC_GROUP *group, const unsigned char *p, size_t len) argument
374 EC_GROUP_get0_seed(const EC_GROUP *group) argument
379 EC_GROUP_get_seed_len(const EC_GROUP *group) argument
384 EC_GROUP_set_curve_GFp(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
394 EC_GROUP_get_curve_GFp(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
404 EC_GROUP_set_curve_GF2m(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
415 EC_GROUP_get_curve_GF2m(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
426 EC_GROUP_get_degree(const EC_GROUP *group) argument
435 EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
664 EC_POINT_new(const EC_GROUP *group) argument
731 EC_POINT_dup(const EC_POINT *a, const EC_GROUP *group) argument
755 EC_POINT_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
769 EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
788 EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
807 EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
824 EC_POINT_set_affine_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
841 EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
858 EC_POINT_get_affine_coordinates_GF2m(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
875 EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
893 EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, int y_bit, BN_CTX *ctx) argument
911 EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
926 EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
940 EC_POINT_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
955 EC_POINT_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
969 EC_POINT_invert(const EC_GROUP *group, EC_POINT *a, BN_CTX *ctx) argument
982 EC_POINT_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1003 EC_POINT_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1017 EC_POINT_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1031 EC_POINT_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1044 EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1068 EC_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
1079 EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *g_scalar, const EC_POINT *point, const BIGNUM *p_scalar, BN_CTX *ctx) argument
1095 EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
1107 EC_GROUP_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Dec2_mult.c82 static int gf2m_Mdouble(const EC_GROUP *group, BIGNUM *x, BIGNUM *z, argument
94 if (!group->meth->field_sqr(group, x, x, ctx))
96 if (!group->meth->field_sqr(group, t1, z, ctx))
98 if (!group->meth->field_mul(group, z, x, t1, ctx))
100 if (!group->meth->field_sqr(group, x, x, ctx))
102 if (!group
123 gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) argument
171 gf2m_Mxy(const EC_GROUP *group, const BIGNUM *x, const BIGNUM *y, BIGNUM *x1, BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) argument
261 ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, const EC_POINT *point, BN_CTX *ctx) argument
376 ec_GF2m_simple_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
455 ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx) argument
460 ec_GF2m_have_precompute_mult(const EC_GROUP *group) argument
[all...]
H A Decp_mont.c114 int ec_GFp_mont_group_init(EC_GROUP *group) argument
118 ok = ec_GFp_simple_group_init(group);
119 group->field_data1 = NULL;
120 group->field_data2 = NULL;
124 void ec_GFp_mont_group_finish(EC_GROUP *group) argument
126 if (group->field_data1 != NULL) {
127 BN_MONT_CTX_free(group->field_data1);
128 group->field_data1 = NULL;
130 if (group->field_data2 != NULL) {
131 BN_free(group
137 ec_GFp_mont_group_clear_finish(EC_GROUP *group) argument
187 ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
245 ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
256 ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
267 ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
278 ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
289 ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) argument
[all...]
H A Dec2_smpt.c69 int ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, argument
101 if (!BN_GF2m_mod_arr(x, x_, group->poly))
104 if (!BN_GF2m_mod_sqrt_arr(y, &group->b, group->poly, ctx))
107 if (!group->meth->field_sqr(group, tmp, x, ctx))
109 if (!group->meth->field_div(group, tmp, &group->b, tmp, ctx))
111 if (!BN_GF2m_add(tmp, &group
[all...]
H A Decp_smpl.c131 int ec_GFp_simple_group_init(EC_GROUP *group) argument
133 BN_init(&group->field);
134 BN_init(&group->a);
135 BN_init(&group->b);
136 group->a_is_minus3 = 0;
140 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
142 BN_free(&group->field);
143 BN_free(&group->a);
144 BN_free(&group->b);
147 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
168 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
228 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
274 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
279 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
391 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
399 ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
460 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
510 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
528 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
643 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
782 ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
899 ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
1002 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1189 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
1332 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1341 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
1346 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1450 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1560 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1600 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1759 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1765 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Dec_check.c59 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx) argument
78 if (!EC_GROUP_check_discriminant(group, ctx)) {
84 if (group->generator == NULL) {
88 if (EC_POINT_is_on_curve(group, group->generator, ctx) <= 0) {
94 if ((point = EC_POINT_new(group)) == NULL)
96 if (!EC_GROUP_get_order(group, order, ctx))
103 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx))
105 if (!EC_POINT_is_at_infinity(group, point)) {
H A Dectest.c121 static void timings(EC_GROUP *group, int type, BN_CTX *ctx)
133 fprintf(stdout, "Timings for %d-bit field, ", EC_GROUP_get_degree(group));
134 if (!EC_GROUP_get_order(group, s, ctx))
139 P = EC_POINT_new(group);
142 EC_POINT_copy(P, EC_GROUP_get0_generator(group));
161 (group, P, (type != TIMING_RAND_PT) ? r[i] : NULL,
215 EC_GROUP *group; local
243 group = EC_GROUP_new(EC_GFp_mont_method()); /* applications should use
247 if (!group)
250 if (!EC_GROUP_set_curve_GFp(group,
1063 EC_GROUP *group; local
1556 EC_GROUP *group = NULL; local
[all...]
H A Dec2_smpl.c129 int ec_GF2m_simple_group_init(EC_GROUP *group) argument
131 BN_init(&group->field);
132 BN_init(&group->a);
133 BN_init(&group->b);
141 void ec_GF2m_simple_group_finish(EC_GROUP *group) argument
143 BN_free(&group->field);
144 BN_free(&group->a);
145 BN_free(&group->b);
152 void ec_GF2m_simple_group_clear_finish(EC_GROUP *group) argument
154 BN_clear_free(&group
196 ec_GF2m_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
238 ec_GF2m_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
268 ec_GF2m_simple_group_get_degree(const EC_GROUP *group) argument
277 ec_GF2m_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
364 ec_GF2m_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
376 ec_GF2m_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
408 ec_GF2m_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
453 ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, unsigned char *buf, size_t len, BN_CTX *ctx) argument
587 ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point, const unsigned char *buf, size_t len, BN_CTX *ctx) argument
698 ec_GF2m_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
814 ec_GF2m_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
820 ec_GF2m_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
832 ec_GF2m_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
843 ec_GF2m_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
911 ec_GF2m_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
959 ec_GF2m_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1003 ec_GF2m_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1017 ec_GF2m_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1024 ec_GF2m_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
1031 ec_GF2m_simple_field_div(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
[all...]
/freebsd-9.3-release/contrib/top/
H A Dinstall-sh8 # -g target file group owner
26 group=$2
44 echo "Usage: install [ -o owner ] [ -m mode ] [ -g group ] file destination"
64 if [ "$group" ]; then
65 chgrp $group $dest
/freebsd-9.3-release/etc/rc.d/
H A Dsdpd20 group="${sdpd_groupname:-nobody}"
22 command_args="-c ${control} -g ${group} -u ${user}"
/freebsd-9.3-release/etc/periodic/daily/
H A D200.backup-passwd21 elif [ ! -f /etc/group ]
23 echo '$daily_backup_passwd_enable" is set but /etc/group' \
31 echo "Backup passwd and group files:"
50 if [ ! -f $bak/group.bak ]
53 echo "no $bak/group.bak"
54 cp -p /etc/group $bak/group.bak || rc=3
57 if ! cmp -s $bak/group.bak /etc/group
60 echo "$host group diff
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dmulticast.c116 struct mcast_group *group; member in struct:mcast_member
132 struct mcast_group *group; local
136 group = rb_entry(node, struct mcast_group, node);
137 ret = memcmp(mgid->raw, group->rec.mgid.raw, sizeof *mgid);
139 return group;
150 struct mcast_group *group,
162 ret = memcmp(group->rec.mgid.raw, cur_group->rec.mgid.raw,
163 sizeof group->rec.mgid);
173 rb_link_node(&group->node, parent, link);
174 rb_insert_color(&group
149 mcast_insert(struct mcast_port *port, struct mcast_group *group, int allow_duplicates) argument
184 release_group(struct mcast_group *group) argument
207 struct mcast_group *group = member->group; local
226 adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
241 get_leave_state(struct mcast_group *group) argument
300 send_join(struct mcast_group *group, struct mcast_member *member) argument
319 send_leave(struct mcast_group *group, u8 leave_state) argument
343 join_group(struct mcast_group *group, struct mcast_member *member, u8 join_state) argument
354 fail_join(struct mcast_group *group, struct mcast_member *member, int status) argument
363 process_group_error(struct mcast_group *group) argument
404 struct mcast_group *group; local
469 process_join_error(struct mcast_group *group, int status) argument
492 struct mcast_group *group = context; local
518 struct mcast_group *group = context; local
530 struct mcast_group *group, *cur_group; local
635 struct mcast_group *group; local
668 struct mcast_group *group; local
722 struct mcast_group *group; local
[all...]
H A Dnotice.c109 struct inform_group *group; member in struct:inform_member
130 struct inform_group *group; local
133 group = rb_entry(node, struct inform_group, node);
134 if (trap_number < group->trap_number)
136 else if (trap_number > group->trap_number)
139 return group;
145 struct inform_group *group)
154 if (group->trap_number < cur_group->trap_number)
156 else if (group->trap_number > cur_group->trap_number)
161 rb_link_node(&group
144 inform_insert(struct inform_port *port, struct inform_group *group) argument
172 release_group(struct inform_group *group) argument
195 struct inform_group *group = member->group; local
208 send_reg(struct inform_group *group, struct inform_member *member) argument
235 send_unreg(struct inform_group *group) argument
261 join_group(struct inform_group *group, struct inform_member *member) argument
268 fail_join(struct inform_group *group, struct inform_member *member, int status) argument
277 process_group_error(struct inform_group *group) argument
309 process_notice(struct inform_group *group, struct inform_notice *info_notice) argument
339 struct inform_group *group; local
408 process_join_error(struct inform_group *group, int status) argument
430 struct inform_group *group = context; local
442 struct inform_group *group = context; local
452 struct inform_group *group; local
496 struct inform_group *group, *cur_group; local
595 struct inform_group *group; local
625 struct inform_group *group; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-regs.h31 extern void tui_show_registers (struct reggroup *group);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dchown.c42 chown(const char *path, uid_t owner, gid_t group) argument
H A Dfchown.c42 fchown(int fd, uid_t owner, gid_t group) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dreggroups.c43 struct reggroup *group = XMALLOC (struct reggroup); local
44 group->name = name;
45 group->type = type;
46 return group;
49 /* Register group attributes. */
52 reggroup_name (struct reggroup *group) argument
54 return group->name;
58 reggroup_type (struct reggroup *group) argument
60 return group->type;
67 struct reggroup *group; member in struct:reggroup_el
92 add_group(struct reggroups *groups, struct reggroup *group, struct reggroup_el *el) argument
103 reggroup_add(struct gdbarch *gdbarch, struct reggroup *group) argument
155 default_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
188 struct reggroup *group = NULL; local
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/nss/
H A Dtest-getgr.c53 DECLARE_TEST_DATA(group)
54 DECLARE_TEST_FILE_SNAPSHOT(group)
55 DECLARE_1PASS_TEST(group)
56 DECLARE_2PASS_TEST(group)
58 static void clone_group(struct group *, struct group const *);
59 static int compare_group(struct group *, struct group *, void *);
60 static void dump_group(struct group *);
61 static void free_group(struct group *);
[all...]
/freebsd-9.3-release/contrib/ofed/libibverbs/debian/
H A Dlibibverbs1.postinst10 getent group rdma > /dev/null 2>&1 || addgroup --system --quiet rdma
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpa-psk-tkip.conf10 group=TKIP
/freebsd-9.3-release/contrib/ipfilter/rules/
H A DBASIC_1.FW25 block in log proto tcp all flags S/SA head 101 group 100
28 block in log proto tcp all flags S/SA head 201 group 200
29 block in log proto udp all head 202 group 200
36 block in log quick from 127.0.0.0/8 to any group 100
37 block in log quick from any to 127.0.0.0/8 group 100
38 block in log quick from 127.0.0.0/8 to any group 200
39 block in log quick from any to 127.0.0.0/8 group 200
49 block in log quick from 10.0.0.0/8 to any group 100
50 block in log quick from 192.168.0.0/16 to any group 100
51 block in log quick from 172.16.0.0/12 to any group 10
[all...]

Completed in 304 milliseconds

1234567891011>>