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

1234567891011>>

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dinsertion.h30 example, floatenv, flushleft, flushright, format, ftable, group, enumerator in enum:insertion_type
/freebsd-9.3-release/crypto/heimdal/packages/debian/
H A Dheimdal-kdc.postinst15 update-inetd --group KRB5 --add "$kadmin_entry"
16 update-inetd --group KRB5 --add "$hprop_entry"
/freebsd-9.3-release/crypto/openssh/
H A Dgroupaccess.c46 * Initialize group access list for user with primary (base) and
54 struct group *gr;
117 * Free memory allocated for group access list.
/freebsd-9.3-release/crypto/openssh/regress/
H A Ddhgex.sh9 kexs=`${SSH} -Q kex | grep diffie-hellman-group-exchange`
34 fatal "$tid expected $bits bit group, got $gotbits"
/freebsd-9.3-release/lib/libc/i386/string/
H A Dswab.S57 testl $7,%ecx # copy first group of 1 to 7 words
/freebsd-9.3-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-9.3-release/usr.sbin/bsnmpd/modules/snmp_mibII/
H A DMakefile29 smilint -c /dev/null -l6 -i group-membership ${BMIBS:C/^/${CONTRIB}\/snmp_mibII\//}
/freebsd-9.3-release/crypto/openssl/apps/
H A Dec.c91 const EC_GROUP *group; local
299 group = EC_KEY_get0_group(eckey);
322 i = i2d_ECPKParameters_bio(out, group);
329 i = PEM_write_bio_ECPKParameters(out, group);
/freebsd-9.3-release/contrib/ntp/sntp/unity/
H A Dunity_fixture.c61 static int groupSelected(const char* group) argument
63 return selected(UnityFixture.GroupFilter, group);
75 const char * group,
79 if (testSelected(name) && groupSelected(group))
71 UnityTestRunner(unityfunction* setup, unityfunction* testBody, unityfunction* teardown, const char * printableName, const char * group, const char * name, const char * file, int line) argument
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_group.c44 struct carg *arg, struct group *grp);
45 static int print_group(struct group * grp, int pretty);
55 struct group *grp = NULL;
59 static struct group fakegroup =
93 errx(EX_DATAERR, "group name or id required");
115 errx(EX_DATAERR, "unknown group `%s'", a_name ? a_name->val : a_gid->val);
128 err(EX_IOERR, "group '%s' not available (NIS?)", grp->gr_name);
130 warn("group update");
145 errx(EX_DATAERR, "group name required");
147 errx(EX_DATAERR, "group nam
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/sys/kern/
H A Dsubr_smp.c482 static struct cpu_group group[MAXCPU]; variable in typeref:struct:cpu_group
546 top = &group[0];
600 top = &group[0];
602 top->cg_child = child = &group[1];
621 top = &group[0];
622 l2g = &group[1];
/freebsd-9.3-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-9.3-release/sys/netncp/
H A Dncp_conn.h93 gid_t group; /* proposed group of connection */ member in struct:ncp_conn_args
122 gid_t group; member in struct:ncp_conn_stat
/freebsd-9.3-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-9.3-release/usr.bin/mail/
H A Dcmdtab.c52 { "alias", group, M|RAWLIST, 0, 1000 },
82 { "group", group, M|RAWLIST, 0, 1000 },
/freebsd-9.3-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-9.3-release/crypto/openssh/openbsd-compat/
H A Dpwcache.c91 struct group *gr;
/freebsd-9.3-release/include/
H A Dprintf.h59 unsigned group; member in struct:printf_info
/freebsd-9.3-release/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c58 struct group *grp;
90 /* member of specified group? */

Completed in 281 milliseconds

1234567891011>>