Searched refs:group (Results 51 - 75 of 947) sorted by relevance

1234567891011>>

/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_ec.c10 EC_GROUP *group; member in struct:__anon12082
31 #define SafeGet_ec_group(obj, group) do { \
33 Data_Get_Struct((obj), ossl_ec_group, (group)); \
58 (g) = ec_group->group; \
61 #define Require_EC_GROUP(obj, group) do { \
62 Get_EC_GROUP((obj), (group)); \
63 if ((group) == NULL) \
67 #define SafeRequire_EC_GROUP(obj, group) do { \
69 Require_EC_GROUP((obj), (group)); \
166 VALUE group local
253 EC_GROUP *group; local
294 EC_GROUP *group; local
368 const EC_GROUP *group; local
394 VALUE group; local
747 EC_GROUP *group = NULL; local
874 EC_GROUP *group = NULL; local
890 EC_GROUP *group = NULL; local
914 EC_GROUP *group = NULL; local
936 EC_GROUP *group = NULL; local
956 EC_GROUP *group = NULL; local
1009 EC_GROUP *group = NULL; local
1026 EC_GROUP *group = NULL; local
1042 EC_GROUP *group = NULL; local
1067 EC_GROUP *group = NULL; local
1095 EC_GROUP *group = NULL; local
1115 EC_GROUP *group = NULL; local
1135 EC_GROUP *group = NULL; local
1144 EC_GROUP *group; local
1203 EC_GROUP *group; local
1252 const EC_GROUP *group = NULL; local
1327 const EC_GROUP *group; local
1351 const EC_GROUP *group; local
1374 const EC_GROUP *group; local
1397 const EC_GROUP *group; local
1417 const EC_GROUP *group; local
1437 const EC_GROUP *group; local
1459 const EC_GROUP *group; local
1487 const EC_GROUP *group; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/ec/
H A Decp_nist.c126 int ec_GFp_nist_group_set_curve(EC_GROUP *group, const BIGNUM *p, argument
140 group->field_mod_func = BN_nist_mod_192;
144 group->field_mod_func = BN_nist_mod_224;
153 group->field_mod_func = BN_nist_mod_256;
162 group->field_mod_func = BN_nist_mod_384;
170 group->field_mod_func = BN_nist_mod_521;
177 ret = ec_GFp_simple_group_set_curve(group, p, a, b, ctx);
187 int ec_GFp_nist_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, argument
193 if (!group || !r || !a || !b)
202 if (!group
213 ec_GFp_nist_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dargp-parse.c195 /* The state of a `group' during parsing. Each group corresponds to a
198 struct group
200 /* This group's parsing function. */
203 /* Which argp this group is from. */
207 options for this group. We use it to determine from which group a
214 /* This group's parser's parent's group. */
215 struct group *paren
194 struct group struct
224 group_parse(struct group *group, struct argp_state *state, int key, char *arg) argument
289 convert_options(const struct argp *argp, struct group *parent, unsigned parent_index, struct group *group, struct parser_convert_state *cvt) argument
462 struct group *group; local
573 struct group *group; local
672 struct group *group; local
729 struct group *group; local
941 struct group *group; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnndb.el73 "*The program used to put a message in an NNDB group.")
136 (deffoo nndb-request-type (group &optional article)
143 (defun nndb-touch-article (group article)
147 (group article mark)
150 (nndb-touch-article group article))
153 ;; nndb-request-create-group -- currently this isn't necessary; nndb
160 (articles &optional group server force)
163 (nntp-possibly-change-group group server)
174 group
[all...]
H A Dgnus-move.el60 (when (gnus-group-native-p (gnus-info-group info))
61 (gnus-move-group-to-server info from-server to-server))))))
63 (defun gnus-move-group-to-server (info from-server to-server)
64 "Move group INFO from FROM-SERVER to TO-SERVER."
65 (let ((group (gnus-info-group info))
69 (gnus-message 7 "Translating %s..." group)
70 (when (gnus-request-group group ni
[all...]
H A Dnnmh.el65 "Current news group directory.")
68 (defvoo nnmh-group-alist nil)
157 (deffoo nnmh-request-group (group &optional server dont-check)
159 (nnmh-possibly-change-directory group server)
160 (let ((pathname (nnmail-group-pathname group nnmh-directory))
166 'nnmh "Can't select group (no such directory): %s" group))
171 (nnmh-update-gnus-unreads group))
[all...]
H A Dnnimap.el31 ;; o Fix Gnus to view correct number of unread/total articles in group buffer
32 ;; o Fix Gnus to handle leading '.' in group names (fixed?)
50 ;; list-active-group,
58 ;; o Use \Draft to support the draft group??
82 :group 'gnus)
96 :group 'nnimap
106 :group 'nnimap
126 If you'd like, for instance, one mail group for mail from the
127 \"gnus-imap\" mailing list, one group for junk mail and leave
142 mail belongs in that group
[all...]
H A Dgnus-start.el51 :group 'gnus-start
59 :group 'gnus-start
70 :group 'gnus-start
77 :group 'gnus-start
88 :group 'gnus-start
96 :group 'gnus-start
103 :group 'gnus-dribble-file
110 :group 'gnus-dribble-file
140 check for new newsgroups with \\<gnus-group-mode-map>\\[gnus-find-new-newsgroups]."
141 :group 'gnu
[all...]
H A Dgnus-bcklg.el66 (defun gnus-backlog-enter-article (group number buffer)
68 (not (string-match "^nnvirtual" group)))
70 (let ((ident (intern (concat group ":" (int-to-string number))
110 (defun gnus-backlog-remove-article (group number)
114 (let ((ident (intern (concat group ":" (int-to-string number))
134 (defun gnus-backlog-request-article (group number &optional buffer)
136 (not (string-match "^nnvirtual" group)))
138 (let ((ident (intern (concat group ":" (int-to-string number))
H A Dgnus-nocem.el40 :group 'gnus-score)
46 :group 'gnus-nocem
61 :group 'gnus-nocem
68 :group 'gnus-nocem
73 :group 'gnus-nocem
80 :group 'gnus-nocem
89 :group 'gnus-nocem
93 "*If non-nil, the maximum number of articles to check in any NoCeM group."
94 :group 'gnus-nocem
103 :group 'gnu
[all...]
H A Dnnmbox.el56 (defvoo nnmbox-current-group nil
57 "Current nnmbox news group directory.")
63 (defvoo nnmbox-group-alist nil)
71 (defvar nnmbox-group-building-active-articles nil)
72 (defvar nnmbox-group-active-articles nil)
173 (cons nnmbox-current-group article)
174 (nnmbox-article-group-number nil)))))))
176 (deffoo nnmbox-request-group (group &optional server dont-check)
178 (let ((active (cadr (assoc group nnmbo
[all...]
H A Dnnwarchive.el61 "http://www.egroups.com/messages/%s/%d" group aux)
63 "http://www.egroups.com/messages/%s/" group)
67 "http://www.egroups.com/message/%s/%d?source=1" group article)
80 "http://www.mail-archive.com/%s/mail%d.html" group aux)
82 "http://www.mail-archive.com/%s/maillist.html" group)
86 "http://www.mail-archive.com/%s/msg%05d.html" group article1)
104 "Your login name for the group.")
107 "Your password for the group.")
172 (defun nnwarchive-backlog-enter-article (group number buffer)
174 (gnus-backlog-enter-article group numbe
[all...]
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Dsavelog.sh11 # usage: savelog [-m mode] [-u user] [-g group] [-t] [-c cycle] [-l] file...
15 # -g group - chgrp log files to group
84 group=
89 echo "usage: $prog [-m mode][-u user][-g group][-t][-c cycle][-l] file ..." 1>&2
96 -g) group=$2; shift 2;;
135 if [ ! -z "$group" ]; then
136 chgrp $group $filename
210 if [ ! -z "$group" ]; then
211 chgrp $group
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Duser.c1 /* user.c - set user id, group id and group access list */
40 * Set real and effective user id and group id, and group access list
41 * The user and group arguments are freed.
45 slap_init_user( char *user, char *group )
95 if ( group ) {
96 struct group *grp;
97 if ( isdigit( (unsigned char) *group )) {
100 if ( lutil_atou( &g, group ) !
[all...]
/macosx-10.10.1/apache-793/httpd/modules/dav/main/
H A Dliveprop.c84 const dav_liveprop_group *group,
87 const char * const *uris = group->namespace_uris;
101 for (scan = group->specs; scan->name != NULL; ++scan)
103 *hooks = group->hooks;
112 const dav_liveprop_group *group,
117 for (scan = group->specs; scan->name != NULL; ++scan) {
122 return dav_get_liveprop_ns_index(group->namespace_uris[scan->ns]);
132 const dav_liveprop_group *group)
135 const char * const * uris = group->namespace_uris;
83 dav_do_find_liveprop(const char *ns_uri, const char *name, const dav_liveprop_group *group, const dav_hooks_liveprop **hooks) argument
111 dav_get_liveprop_info(int propid, const dav_liveprop_group *group, const dav_liveprop_spec **info) argument
131 dav_register_liveprop_group(apr_pool_t *p, const dav_liveprop_group *group) argument
/macosx-10.10.1/pam_modules-140/modules/pam_group/
H A Dpam_group.c62 const char *group, *user; local
70 struct group *grp;
97 /* get regulating group */
98 if ((group = openpam_get_option(pamh, "group")) == NULL) {
99 group = "wheel";
100 openpam_log(PAM_LOG_DEBUG, "With no group specfified, I am defaulting to wheel.");
103 str1 = str = strdup(group);
108 /* check if the group is empty */
125 openpam_log(PAM_LOG_DEBUG, "The specified group (
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dec.c53 EC_GROUP *group; member in struct:EC_KEY
107 ec_point_mul(EC_POINT *res, const EC_GROUP *group, const mp_int *point) argument
131 if (key->group == NULL)
135 random(key->privkey, key->group->size);
136 } while(mp_cmp(key->privkey, key->group->order) >= 0);
141 if (ec_point_mul(&key->pubkey, key->group, key->privkey) != 1)
/macosx-10.10.1/xnu-2782.1.97/tools/
H A Dsymbolify.py17 start = int(m.group(1), 16)
18 return (start, m.group(2), m.group(3))
37 addr = int(saddr.group(0), 16)
47 return saddr.group(0)
52 return saddr.group(0)
/macosx-10.10.1/OpenSSL098-52/src/crypto/ecdh/
H A Dech_ossl.c116 const EC_GROUP* group; local
139 group = EC_KEY_get0_group(ecdh);
140 if ((tmp=EC_POINT_new(group)) == NULL)
146 if (!EC_POINT_mul(group, tmp, NULL, pub_key, priv_key, ctx))
152 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) == NID_X9_62_prime_field)
154 if (!EC_POINT_get_affine_coordinates_GFp(group, tmp, x, y, ctx))
162 if (!EC_POINT_get_affine_coordinates_GF2m(group, tmp, x, y, ctx))
169 buflen = (EC_GROUP_get_degree(group) + 7)/8;
/macosx-10.10.1/libdispatch-442.1.4/dispatch/
H A DMakefile.am11 group.h \
/macosx-10.10.1/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DColumnGrouper.pm12 my @cols = $colg->group_cols($group);
98 This adds a list of columns as a column group.
103 my ($self, $group, @names) = @_;
105 if ($group eq "All" or $group eq "Essential")
108 if $group eq "All"
110 @names = _unique($self->primary, @names) if $group eq "Essential";
113 $_->add_group($group) foreach @cols;
114 $self->{_groups}->{$group} = \@cols;
120 my @colg = $cols->group_cols($group);
[all...]
/macosx-10.10.1/Libinfo-459/nis.subproj/
H A Dinnetgr.c58 int _old_innetgr(group, machine, name, domain)
59 char *group, *machine, *name, *domain;
69 "netgroup.byuser",group,name,domain,&res)) {
74 "netgroup.byhost",group,machine,domain,&res)) {
92 res = doit(d, group);
102 doit(d, group)
104 char *group;
114 *d->listp++ = group;
120 key = group;
121 keylen = strlen(group);
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DComputedStyleDetailsPanel.css26 .details-section > .content > .group > .row.simple.content-flow-link > .value > span > .icon {
34 .details-section > .content > .group > .row.simple.content-flow-link span
/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DWebHistoryInternal.h37 - (void)_addVisitedLinksToPageGroup:(WebCore::PageGroup&)group;
/macosx-10.10.1/apr-32/apr/apr/user/unix/
H A Dgroupinfo.c36 struct group *gr;
39 struct group grp;
64 struct group *gr;
67 struct group grp;

Completed in 228 milliseconds

1234567891011>>