Searched refs:group (Results 101 - 125 of 433) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSectionELF.h51 SectionKind K, unsigned entrySize, const MCSymbol *group)
53 EntrySize(entrySize), Group(group) {}
50 MCSectionELF(StringRef Section, unsigned type, unsigned flags, SectionKind K, unsigned entrySize, const MCSymbol *group) argument
/freebsd-9.3-release/lib/libutil/
H A Dlibutil.h165 int gr_copy(int __ffd, int _tfd, const struct group *_gr, struct group *_old_gr);
166 struct group *gr_dup(const struct group *gr);
167 int gr_equal(const struct group *gr1, const struct group *gr2);
171 char *gr_make(const struct group *gr);
174 struct group *gr_scan(const char *line);
/freebsd-9.3-release/libexec/mknetid/
H A Dparse_group.c54 static struct group _gr_group;
64 struct group *
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.h40 uint32_t deny2; /* deny mask for bits not in group */
42 uint32_t group; /* allow mask matching mode */ member in struct:trivial_acl
57 uid_t owner, gid_t group);
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_ioctl.h39 #define SVR4_IOC(inout,group,num,len) \
40 (inout | ((len & 0xff) << 16) | ((group) << 8) | (num))
/freebsd-9.3-release/sys/sys/
H A Dioccom.h54 #define _IOC(inout,group,num,len) ((unsigned long) \
55 ((inout) | (((len) & IOCPARM_MASK) << 16) | ((group) << 8) | (num)))
/freebsd-9.3-release/usr.sbin/bsdconfig/usermgmt/
H A Dgroupadd37 f_include $BSDCFG_SHARE/usermgmt/group.subr
68 # Add a group
71 # environment variable $group (handle $VAR_GROUP).
H A Dgroupdel37 f_include $BSDCFG_SHARE/usermgmt/group.subr
69 # If given a group name, operate on it and exit
91 # Anything else is a group name
H A Dgroupedit37 f_include $BSDCFG_SHARE/usermgmt/group.subr
69 # If given a group name, operate on it and exit
91 # Anything else is a group name
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_ratelim.c220 bucket, and take the smaller of our rate limit and the group
228 if (bev->rate_limiting->group) {
230 bev->rate_limiting->group;
236 * group. */
295 if (bev->rate_limiting->group) {
296 LOCK_GROUP(bev->rate_limiting->group);
297 bev->rate_limiting->group->rate_limit.read_limit -= bytes;
298 bev->rate_limiting->group->total_read += bytes;
299 if (bev->rate_limiting->group->rate_limit.read_limit <= 0) {
300 bev_group_suspend_reading_(bev->rate_limiting->group);
446 bev_group_random_element_(struct bufferevent_rate_limit_group *group) argument
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dcheck-dumpevents.py36 t = float(m.group(1))
42 return m.group(0)
H A Dtinytest.c78 const char *cur_test_prefix = NULL; /**< prefix of the current test group */
121 testcase_run_forked_(const struct testgroup_t *group, argument
148 commandname, verbosity_flag, group->prefix, testcase->name);
173 (void)group;
223 testcase_run_one(const struct testgroup_t *group, argument
231 group->prefix, testcase->name,
238 printf("%s%s: ", group->prefix, testcase->name);
241 cur_test_prefix = group->prefix;
247 outcome = testcase_run_forked_(group, testcase);
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c65 #define SET_AND_CLEAR(user, group, other) \
68 SET_AND_CLEAR1(group); \
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Dmemfree.c63 int group, start, end, dir; local
71 group = 0;
80 group = 1;
112 if (group == 0)
133 if (group == 1)
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-regs.c54 tui_show_register_group (struct gdbarch *gdbarch, struct reggroup *group,
145 /* Show the registers of the given group in the data window
148 tui_show_registers (struct reggroup *group) argument
162 if (group == 0)
163 group = general_reggroup;
170 ret = tui_show_register_group (current_gdbarch, group,
172 group == display_info->current_group);
194 display_info->current_group = group;
200 /* Set the data window to display the registers of the register group
205 tui_show_register_group (struct gdbarch *gdbarch, struct reggroup *group, argument
550 struct reggroup *group local
[all...]
/freebsd-9.3-release/tools/regression/usr.sbin/etcupdate/
H A Dpreworld.sh89 cat >> $OLD/etc/group <<EOF
121 $OLD/etc/group > $TEST/etc/group
122 cat >> $TEST/etc/group <<EOF
139 $SRC/etc/group
205 file /etc/group "" 21273f845f6ec0cda9188c4ddac9ed47
227 M /etc/group
/freebsd-9.3-release/usr.bin/id/
H A Did.c64 void group(struct passwd *, int);
74 struct group *gr;
193 group(pw, nflag);
226 struct group *gr;
233 group(pw, 1);
259 group(NULL, 1);
266 struct group *gr;
375 group(struct passwd *pw, int nflag) function
377 struct group *gr;
/freebsd-9.3-release/usr.bin/mail/
H A Ddef.h207 struct group { struct
208 struct group *ge_link; /* Next person in this group */
214 char *g_name; /* Name of this group */
215 struct group *g_list; /* Users in group. */
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw.h88 char *default_group; /* Default group number */
121 int addgrent(struct group * grp);
122 int delgrent(struct group * grp);
123 int chggrent(char const * login, struct group * grp);
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfcomp.c436 static void emitGroup(num, dir, v, fr, group, incount, outcount)
440 char *group;
459 if (strncmp(egroup, group, FR_GROUPLEN)) {
475 strncpy(egroup, group, FR_GROUPLEN);
499 if (strncmp(g->fg_name, group, FR_GROUPLEN) != 0)
505 * Output the array of pointers to rules for this group.
510 group, incount);
530 group, outcount);
562 (dir == 0) ? "in" : "out", group);
742 dir ? "out" : "in", group, nu
1235 char *group; local
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dgetgrouplist.c48 struct group *grp;
58 * install primary group
67 * Scan the group file to find additional groups.
/freebsd-9.3-release/etc/rc.d/
H A Dcleartmp44 ! \( \( -name quota.user -or -name quota.group \) \
/freebsd-9.3-release/crypto/openssl/crypto/ecdsa/
H A Decs_lib.c208 const EC_GROUP *group; local
212 group = EC_KEY_get0_group(r);
213 if (group == NULL)
218 if (!EC_GROUP_get_order(group, order, NULL)) {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DHeaderSearchOptions.h23 /// IncludeDirGroup - Identifiers the group a include entry belongs to, which
25 /// path starts at the -iquote group, then searches the Angled group, then
26 /// searches the system group, etc.
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, argument
59 : Path(path), Group(group), IsFramework(isFramework),
/freebsd-9.3-release/share/man/man5/
H A DMakefile30 group.5 \
78 MLINKS+=quota.user.5 quota.group.5

Completed in 241 milliseconds

1234567891011>>