Searched refs:group (Results 276 - 300 of 433) sorted by relevance

<<1112131415161718

/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_to_text_nfs4.c52 struct group *grp;
80 snprintf(str, size, "group@");
93 snprintf(str, size, "group:%d", (unsigned int)*id);
95 snprintf(str, size, "group:%s", grp->gr_name);
/freebsd-9.3-release/lib/libc/rpc/
H A Dnetnamer.c157 struct group *grp;
173 /* filter out duplicate group entries */
/freebsd-9.3-release/sbin/mount_hpfs/
H A Dmount_hpfs.c153 struct group *gr;
164 errx(EX_NOUSER, "unknown group id: %s", gname);
207 fprintf(stderr, "usage: mount_hpfs [-u user] [-g group] [-m mask] bdev dir\n");
/freebsd-9.3-release/sbin/mount_msdosfs/
H A Dmount_msdosfs.c234 struct group *gr;
245 errx(EX_NOUSER, "unknown group id: %s", gname);
/freebsd-9.3-release/sbin/mount_ntfs/
H A Dmount_ntfs.c196 struct group *gr;
207 errx(EX_NOUSER, "unknown group id: %s", gname);
252 "usage: mount_ntfs [-a] [-i] [-u user] [-g group] [-m mask]",
255 fprintf(stderr, "usage: mount_ntfs [-a] [-i] [-u user] [-g group] [-m mask] [-C charset] special node\n");
/freebsd-9.3-release/sys/fs/cd9660/
H A Dcd9660_node.c162 inop->inode.iso_gid = isonum_723(ap->group); /* what about 0? */
H A Diso.h195 u_char group [ISODCL (5, 8)]; /* 723 */ member in struct:iso_extended_attributes
/freebsd-9.3-release/usr.bin/newgrp/
H A Dnewgrp.c28 * newgrp -- change to a new group
127 fprintf(stderr, "usage: newgrp [-l] [group]\n");
154 struct group *grp;
160 /* Try it as a group name, then a group id. */
164 warnx("%s: bad group name", grpname);
169 * If the user is not a member of the requested group and the group
/freebsd-9.3-release/usr.bin/wall/
H A Dwall.c103 struct group *grp;
138 warnx("%s: no such group", g->name);
182 (void)fprintf(stderr, "usage: wall [-g group] [file]\n");
/freebsd-9.3-release/usr.sbin/chown/
H A Dchown.c146 warnx("separation of user and group with a period is deprecated");
235 struct group *gr;
240 gid = ((gr = getgrnam(s)) != NULL) ? gr->gr_gid : id(s, "group");
285 /* Check group membership; kernel just returns EPERM. */
295 warnx("you are not a member of group %s", gname);
308 "usage: chown [-fhvx] [-R [-H | -L | -P]] owner[:group]"
310 " chown [-fhvx] [-R [-H | -L | -P]] :group file ...");
313 "usage: chgrp [-fhvx] [-R [-H | -L | -P]] group file ...");
/freebsd-9.3-release/usr.sbin/lpr/chkprintcap/
H A Dchkprintcap.c283 struct group *gr;
293 errx(++problems, "cannot locate daemon group");
/freebsd-9.3-release/usr.sbin/lpr/lpc/
H A Dlpc.c66 #define LPR_OPER "operator" /* group name of lpr operators */
348 * return non-zero if the user is a member of the given group
353 static struct group *gptr=NULL;
362 warnx("warning: unknown group '%s'", grname);
/freebsd-9.3-release/usr.sbin/mtree/
H A Dspec.c170 struct group *gr;
220 errx(1, "line %d: unknown group %s", lineno, val);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent-internal.h57 /* On a base bufferevent: when we have emptied the group's bandwidth bucket. */
69 /** List of all members in the group */
71 /** Current limits for the group. */
75 /** True iff we don't want to read from any member of the group.until
78 /** True iff we don't want to write from any member of the group.until
82 * group for reading the last time we tried, and we should try
86 * group for writing the last time we tried, and we should try
91 /** Total number of bytes read or written in this group since last
97 /** The number of bufferevents in the group. */
100 /** The smallest number of bytes that any member of the group shoul
128 struct bufferevent_rate_limit_group *group; member in struct:bufferevent_rate_limit
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_config.h122 char * group; member in struct:peer_node_tag
/freebsd-9.3-release/sys/netinet6/
H A Din6_mcast.c31 * IPv6 multicast socket, group, and socket option processing module.
88 static MALLOC_DEFINE(M_IP6MADDR, "in6_multi", "IPv6 multicast group");
161 "Max source filters per group");
270 * Find an IPv6 multicast group entry for this ip6_moptions instance
271 * which matches the specified group, and optionally an interface.
276 const struct sockaddr *group)
283 gsin6 = (const struct sockaddr_in6 *)group;
308 * the given group index for this socket, and source address.
344 * Perform filtering for multicast datagrams on a socket by group and source.
347 * if the socket was not a member of the group, o
275 im6o_match_group(const struct ip6_moptions *imo, const struct ifnet *ifp, const struct sockaddr *group) argument
350 im6o_mc_filter(const struct ip6_moptions *imo, const struct ifnet *ifp, const struct sockaddr *group, const struct sockaddr *src) argument
391 in6_mc_get(struct ifnet *ifp, const struct in6_addr *group, struct in6_multi **pinm) argument
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dreq.c340 EC_GROUP *group; local
350 group = PEM_read_bio_ECPKParameters(in, NULL, NULL, NULL);
351 if (group == NULL) {
374 if (EC_KEY_set_group(ec_params, group) == 0)
376 EC_GROUP_free(group);
/freebsd-9.3-release/sys/dev/sound/pcm/
H A Ddsp.c94 static int dsp_oss_syncgroup(struct pcm_channel *wrch, struct pcm_channel *rdch, oss_syncgroup *group);
2743 * @brief Assigns a PCM channel to a sync group.
2751 * If the @c id field of the @c group parameter is set to zero, then a new
2752 * sync group is created. Otherwise, wrch and rdch (if set) are added to
2753 * the group specified.
2761 * @param group Sync group parameters
2767 dsp_oss_syncgroup(struct pcm_channel *wrch, struct pcm_channel *rdch, oss_syncgroup *group) argument
2787 * - Insert channel(s) into group's member list.
2793 * If device's channels are already mapped to a group, unma
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_objset.c974 * dnode and user/group accounting objects).
1114 uint64_t user, uint64_t group, boolean_t subtract, dmu_tx_t *tx)
1123 group, delta, tx));
1195 * If a dirty record for transaction group that is syncing can't
1239 uint64_t *group = NULL; local
1284 group = &dn->dn_oldgid;
1287 group = &dn->dn_newgid;
1295 user, group);
1113 do_userquota_update(objset_t *os, uint64_t used, uint64_t flags, uint64_t user, uint64_t group, boolean_t subtract, dmu_tx_t *tx) argument
/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c124 #define CE_SIGNALGROUP 0x0080 /* Signal a process-group instead of a single */
181 const char *sw_pidtype; /* "daemon" or "process group" */
1043 char *cp, *errline, *group; local
1046 struct group *grp;
1145 if ((group = strchr(q, ':')) != NULL ||
1146 (group = strrchr(q, '.')) != NULL) {
1147 *group++ = '\0';
1160 q = group;
1165 "error in config file; unknown group:\n%s",
1389 * syslog pid-file will not be for a process-group)
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-spu.c271 the lowest vma in the group that occupy the region), and the second
861 unsigned i, group; local
1115 group = 0;
1118 if (spu_elf_section_data (stubs.sh[group]->target_section
1124 for (; group != i; group++)
1125 stubs.sh[group]->delta
1126 = stubs.sh[i - 1]->off - stubs.sh[group]->off;
1128 if (group == i
1142 if (group !
[all...]
/freebsd-9.3-release/contrib/amd/hlfsd/
H A Dhlfsd.c111 "Usage: %s [-Cfhnpv] [-a altdir] [-c cache-interval] [-g group]\n",
155 struct group *grp;
307 if ((grp = getgrnam(hlfs_group)) == (struct group *) NULL) {
308 fprintf(stderr, "%s: cannot get gid for group \"%s\".\n",
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta2deps.py328 ddep = m.group(2)
329 dmachine = m.group(1)
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dsnmpmod.h312 * The system group.
389 /* Back pointer to user assigned group name */
390 struct vacm_group *group; member in struct:vacm_user
408 /* The group name is index, not a column in the table */
409 struct vacm_group *group; member in struct:vacm_access
/freebsd-9.3-release/contrib/cvs/src/
H A Dadmin.c154 struct group *grp;
155 struct group *getgrnam();
385 option is restricted if the group CVS_ADMIN_GROUP exists on the
412 error (1, 0, "usage is restricted to members of the group %s",
421 error (1, 0, "usage is restricted to members of the group %s",

Completed in 242 milliseconds

<<1112131415161718