Searched refs:group (Results 476 - 500 of 675) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dsocket.h1083 isc_uint32_t owner, isc_uint32_t group);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntpd.h231 extern char *sys_groupname; /* group name */
232 extern char *group_name; /* group name */
487 extern char *group; /* group to switch to */
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/etc/
H A Dtexi2pod.pl89 |(?:end\s+)?group # @group .. @end group: ditto
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Doptions.h946 N_("(ARM only) The maximum distance from instructions in a group "
948 "are always after the group. 1 means using default size.\n"),
1087 N_("Start a library search group"), NULL);
1089 N_("End a library search group"), NULL);
1591 // A file or library, or a group, from the command line.
1601 // Create a group argument.
1602 explicit Input_argument(Input_file_group* group) argument
1603 : is_file_(false), group_(group), lib_(NULL)
1616 // Return whether this is a group.
1634 // Return the information about the group
1636 group() const function in class:gold::Input_argument
1643 group() function in class:gold::Input_argument
[all...]
H A Doptions.cc1224 this->input_argument_list_.back().group()->add_file(file);
1236 // Start a group.
1245 Input_file_group* group = new Input_file_group(); local
1246 this->input_argument_list_.push_back(Input_argument(group));
1250 // End a group.
1256 gold_fatal(_("Group end without group start"));
1372 fprintf(stderr, _("%s: missing group end\n"), program_name);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dtexi2pod.pl89 |(?:end\s+)?group # @group .. @end group: ditto
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/etc/
H A Dtexi2pod.pl89 |(?:end\s+)?group # @group .. @end group: ditto
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/contrib/
H A Dtexi2pod.pl81 |(?:end\s+)?group # @group .. @end group: ditto
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_iwnreg.h928 uint8_t group; member in struct:iwn_phy_calib
935 uint8_t group; member in struct:iwn5000_phy_calib_crystal
945 uint8_t group; member in struct:iwn5000_phy_calib_temp_offset
956 uint8_t group; member in struct:iwn_phy_calib_gain
/netbsd-6-1-5-RELEASE/libexec/atrun/
H A Datrun.c121 perr("Cannot init group list for `%s'", pentry->pw_name);
124 perr("Cannot change primary group to %lu",
394 struct group *grp;
445 * its user and group id to that of the files and exec a /bin/sh
/netbsd-6-1-5-RELEASE/sbin/iscsid/
H A Discsid_globals.h153 * is used for searches and to verify unique IDs) and a portal group list
187 TAILQ_ENTRY(portal_s) group_list; /* group list link */
192 portal_group_t *group; /* back pointer to group head */ member in struct:portal_s
203 * The portal group structure.
205 * It links all portals with the same group tag to the owning target.
210 TAILQ_ENTRY(portal_group_s) groups; /* link to next group */
214 uint32_t tag; /* the group tag */
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dsupcmisc.c215 struct group *gr;
/netbsd-6-1-5-RELEASE/etc/
H A DMakefile93 ftpusers gettytab gpio.conf group hosts hosts.lpd inetd.conf \
307 .for owner group mode file in \
343 ${ETC_INSTALL_FILE} -o ${owner} -g ${group} -m ${mode} \
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/build/
H A Dshtool113 echo ' [-o|--owner <owner>] [-g|--group <group>] [-e|--exec'
116 echo ' <mode>] [-o|--owner <owner>] [-g|--group <group>] <dir>'
137 echo ' <mode>] [-o|--owner <owner>] [-g|--group <group>] [-M|--migrate'
141 echo ' <user>] [-g|--group <group>] [-e|--exclude <pattern>]'
218 str_usage="[-v|--verbose] [-t|--trace] [-d|--mkdir] [-c|--copy] [-C|--compare-copy] [-s|--strip] [-m|--mode <mode>] [-o|--owner <owner>] [-g|--group <group>] [
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/postinstall/
H A Dpostinstall589 # contents_owner op directory user group
590 # Make sure directory and contents are owned (and group-owned)
595 [ $# -eq 4 ] || err 3 "USAGE: contents_owner op dir user group"
604 \( ! -group "${_grp}" \)`" ]; then
613 \( ! -group "${_grp}" \) \) -a -print0 \
851 additem gid "required groups in /etc/group"
856 check_ids "$1" groups "${DEST_DIR}/etc/group" \
1600 # Validate the _atf to _tests user/group renaming.
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcmd3.c805 * Put add users to a group.
808 group(void *v) function
812 struct group *gp;
847 * Insert names from the command list into the group.
862 * Delete the named group alias. Return zero if the group was
863 * successfully deleted, or -1 if there was no such group.
869 struct group *g;
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dif_urtwn.c1251 /* Set rates mask for group addressed frames. */
3194 int ridx, group; local
3199 /* Determine channel group. */
3201 group = 0;
3203 group = 1;
3205 group = 2;
3230 maxpow = rom->ht40_max_pwr[group];
3232 maxpow = rom->ht20_max_pwr[group];
3240 power[ridx] = base->pwr[group][ridx];
3248 cckpow = rom->cck_tx_pwr[chain][group];
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dirpmarshall.c397 /* +++++++++++++++++++++++++ struct group +++++++++++++++++++++++++ */
400 * int irp_marshall_gr(const struct group *gr, char **buffer, size_t *len)
412 irp_marshall_gr(const struct group *gr, char **buffer, size_t *len) {
466 * int irp_unmarshall_gr(struct group *gr, char *buffer)
479 irp_unmarshall_gr(struct group *gr, char *buffer) {
560 /* ------------------------- struct group ------------------------- */
2212 struct group *gr;
2213 struct group gr1;
2217 memset(gr, 0xef, sizeof (struct group));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dbfin-parse.c3066 return yyerror ("Wrong 16 bit instructions groups, slot 2 and slot 3 must be 16-bit instrution group");
3075 return yyerror ("Wrong 16 bit instructions groups, slot 1 and slot 3 must be 16-bit instrution group");
3084 return yyerror ("Wrong 16 bit instructions groups, slot 1 and slot 2 must be 16-bit instrution group");
3087 error ("\nIllegal Multi Issue Construct, at least any one of the slot must be DSP32 instruction group\n");
3101 return yyerror ("Wrong 16 bit instructions groups, slot 2 must be the 16-bit instruction group");
3110 return yyerror ("Wrong 16 bit instructions groups, slot 1 must be the 16-bit instruction group");
3117 return yyerror ("Wrong 16 bit instructions groups, slot 1 and slot 2 must be the 16-bit instruction group");
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dm32c-tdep.c82 /* Register group memberships. */
272 struct reggroup *group)
281 if (group == all_reggroup)
284 if (group == general_reggroup
288 if (group == m32c_dma_reggroup
292 if (group == system_reggroup
301 if ((group == save_reggroup
302 || group == restore_reggroup)
805 /* Abbreviations for marking register group membership. */
952 /* Enumerate the save/restore register group
268 m32c_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/bfin/
H A Dbfin.c3322 int i, group;
3326 for (i = 1, group = 0; i < XVECLEN (op, 0) - 1; i++)
3348 if (group == 0)
3352 group = 1;
3357 group = 2;
3366 if (group == 1)
3370 group = 2;
3378 else if (group == 2)
3393 int i, group;
3395 for (i = 1, group
3310 int i, group; local
3381 int i, group; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/doc/
H A Dtexinfo.tex310 % take effect in \write's, yet the group defined by the \vbox ends
364 }% end of group with \indexdummies
409 \endgroup % End of the group started in \parsearg.
495 % actual body; @end closes the group after calling \Efoo. \envdef also
501 % are not treated as enviroments; they don't open a group. (The
683 % @group ... @end group forces ... to be all on one page, by enclosing
691 % Another complication is that the group might be very large. This can
695 % threshold for doing this is if the group is more than \vfilllimit
701 \envdef\group{
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/doc/include/
H A Dtexinfo.tex310 % take effect in \write's, yet the group defined by the \vbox ends
367 }% end of group with \normalturnoffactive
412 \endgroup % End of the group started in \parsearg.
498 % actual body; @end closes the group after calling \Efoo. \envdef also
504 % are not treated as enviroments; they don't open a group. (The
686 % @group ... @end group forces ... to be all on one page, by enclosing
694 % Another complication is that the group might be very large. This can
698 % threshold for doing this is if the group is more than \vfilllimit
704 \envdef\group{
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/doc/
H A Dtexinfo.tex302 % take effect in \write's, yet the group defined by the \vbox ends
359 }% end of group with \normalturnoffactive
404 \endgroup % End of the group started in \parsearg.
490 % actual body; @end closes the group after calling \Efoo. \envdef also
496 % are not treated as enviroments; they don't open a group. (The
663 % @group ... @end group forces ... to be all on one page, by enclosing
671 % Another complication is that the group might be very large. This can
675 % threshold for doing this is if the group is more than \vfilllimit
681 \envdef\group{
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/doc/
H A Dtexinfo.tex302 % take effect in \write's, yet the group defined by the \vbox ends
359 }% end of group with \normalturnoffactive
404 \endgroup % End of the group started in \parsearg.
490 % actual body; @end closes the group after calling \Efoo. \envdef also
496 % are not treated as enviroments; they don't open a group. (The
663 % @group ... @end group forces ... to be all on one page, by enclosing
671 % Another complication is that the group might be very large. This can
675 % threshold for doing this is if the group is more than \vfilllimit
681 \envdef\group{
[all...]

Completed in 505 milliseconds

<<11121314151617181920>>