Searched refs:aux (Results 1 - 25 of 240) sorted by relevance

12345678910

/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_x509a.c89 if (!x->aux && !(x->aux = X509_CERT_AUX_new()))
91 return x->aux;
96 X509_CERT_AUX *aux;
98 if (!x || !x->aux || !x->aux->alias)
100 ASN1_UTF8STRING_free(x->aux->alias);
101 x->aux->alias = NULL;
104 if (!(aux = aux_get(x)))
106 if (!aux
[all...]
H A Dt_x509a.c70 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
74 if (!aux)
76 if (aux->trust) {
79 for (i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
85 sk_ASN1_OBJECT_value(aux->trust, i), 0);
91 if (aux->reject) {
94 for (i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
100 sk_ASN1_OBJECT_value(aux->reject, i), 0);
106 if (aux->alias)
107 BIO_printf(out, "%*sAlias: %s\n", indent, "", aux
[all...]
H A Dtasn_utl.c105 const ASN1_AUX *aux; local
110 aux = it->funcs;
111 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
113 lck = offset2ptr(*pval, aux->ref_offset);
118 ret = CRYPTO_add(lck, op, aux->ref_lock);
131 const ASN1_AUX *aux; local
134 aux = it->funcs;
135 if (!aux || !(aux
[all...]
H A Dx_x509.c101 ret->aux = NULL;
113 X509_CERT_AUX_free(ret->aux);
198 if (!d2i_X509_CERT_AUX(&ret->aux, pp, length))
215 length += i2d_X509_CERT_AUX(a->aux, pp);
H A Dtasn_fre.c86 const ASN1_AUX *aux = it->funcs; local
93 if (aux && aux->asn1_cb)
94 asn1_cb = aux->asn1_cb;
/freebsd-9.3-release/contrib/gcc/
H A Dipa.c46 node->aux = NULL;
48 if (!node->aux)
52 node->aux = &last;
54 node->aux = node->callers;
57 while (node2->aux != &last)
59 edge = node2->aux;
61 node2->aux = edge->next_caller;
63 node2->aux = &last;
64 if (!edge->caller->aux)
67 edge->caller->aux
[all...]
H A Dtree-ssa-structalias.h76 the program using the aux variable. This is used by the alias
78 #define NUM_REFERENCES(ANN) ((size_t)((ANN)->common.aux))
79 #define NUM_REFERENCES_CLEAR(ANN) ((ANN)->common.aux) = 0
80 #define NUM_REFERENCES_INC(ANN) (ANN)->common.aux = (void*) (((size_t)((ANN)->common.aux)) + 1)
81 #define NUM_REFERENCES_SET(ANN, VAL) (ANN)->common.aux = (void*) ((void *)(VAL))
H A Dipa-utils.h36 PTR aux; member in struct:ipa_dfs_info
H A Dlcm.c122 bb->aux = bb;
132 e->src->aux = EXIT_BLOCK_PTR;
144 if (bb->aux == EXIT_BLOCK_PTR)
145 /* Do not clear the aux field for blocks which are predecessors of
151 /* Clear the aux field of this block so that it can be added to
153 bb->aux = NULL;
163 if (!e->src->aux && e->src != ENTRY_BLOCK_PTR)
166 e->src->aux = e;
268 INDEX_EDGE (edge_list, i)->aux = (void *) (size_t) i;
287 sbitmap_copy (later[(size_t) e->aux], earlies
[all...]
H A Dipa-utils.c90 struct ipa_dfs_info *v_info = v->aux;
109 if (w && w->aux)
111 w_info = w->aux;
136 x_info = x->aux;
181 struct ipa_dfs_info *info = node->aux;
187 node->aux = info;
194 node->aux = NULL;
H A Dtree-ssa-uncprop.c101 true_edge->aux = equivalency;
106 false_edge->aux = equivalency;
129 true_edge->aux = equivalency;
136 false_edge->aux = equivalency;
145 true_edge->aux = equivalency;
152 false_edge->aux = equivalency;
175 true_edge->aux = equivalency;
177 false_edge->aux = equivalency;
233 find_edge (bb, BASIC_BLOCK (i))->aux = equivalency;
437 if (e->aux)
[all...]
H A Dipa-prop.h107 #define IPA_NODE_REF(MT) ((struct ipa_node *)(MT)->aux)
108 #define IPA_EDGE_REF(EDGE) ((struct ipa_edge *)(EDGE)->aux)
H A Dipa-pure-const.c68 /* Holder inserted into the ipa_dfs_info aux field to hold the
83 struct ipa_dfs_info * info = node->aux;
84 return info->aux;
505 struct ipa_dfs_info * w_info = fn->aux;
507 w_info->aux = l;
704 w_info = w->aux;
739 w_info = w->aux;
746 /* Get rid of the aux information. */
747 if (node->aux)
749 w_info = node->aux;
[all...]
H A Dddg.h79 } aux; member in struct:ddg_node
110 } aux; member in struct:ddg_edge
H A Dcfglayout.c609 bb = bb->aux, index++)
655 for (bb = ENTRY_BLOCK_PTR->next_bb; bb ; bb = bb->aux)
681 if (bb->aux == e_fall->dest
696 else if (bb->aux != e_taken->dest)
759 if (bb->aux == e_fall->dest)
772 nb->aux = bb->aux;
773 bb->aux = nb;
798 bb = bb->aux, index++)
817 for (; bb; prev_bb = bb, bb = bb->aux, inde
[all...]
H A Dtree-ssa-threadupdate.c517 e2 = e->aux;
557 e2 = e->aux;
576 e->aux = NULL;
604 /* Go ahead and clear E->aux. It's not needed anymore and failure
606 e->aux = NULL;
736 e->aux = NULL;
764 if (!e->aux)
770 edge e2 = e->aux;
772 e->count, e->aux);
786 edge e = EDGE_PRED (bb, 0)->aux;
[all...]
H A Dipa-prop.c177 ((struct ipa_node *) mt->aux)->ipa_mod =
517 node->aux = xcalloc (1, sizeof (struct ipa_node));
540 cs->aux = xcalloc (1, sizeof (struct ipa_edge));
551 free (node->aux);
552 node->aux = NULL;
566 free (cs->aux);
567 cs->aux = NULL;
580 if (node->aux == NULL)
590 if (cs->aux)
/freebsd-9.3-release/lib/libc/gen/
H A Daux.c74 Elf_Auxinfo *aux; local
76 for (aux = __elf_aux_vector; aux->a_type != AT_NULL; aux++) {
77 switch (aux->a_type) {
79 canary = (char *)(aux->a_un.a_ptr);
83 canary_len = aux->a_un.a_val;
87 pagesizes = (char *)(aux->a_un.a_ptr);
91 pagesizes_len = aux->a_un.a_val;
95 pagesize = aux
114 _elf_aux_info(int aux, void *buf, int buflen) argument
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Drsa.c134 BIGNUM *aux; local
137 if ((aux = BN_new()) == NULL)
142 if ((BN_sub(aux, rsa->q, BN_value_one()) == 0) ||
143 (BN_mod(rsa->dmq1, rsa->d, aux, ctx) == 0) ||
144 (BN_sub(aux, rsa->p, BN_value_one()) == 0) ||
145 (BN_mod(rsa->dmp1, rsa->d, aux, ctx) == 0))
148 BN_clear_free(aux);
/freebsd-9.3-release/usr.bin/calendar/calendars/fr_FR.ISO8859-1/
H A Dcalendar.fetes25 01/02 Bonne f�te aux Basile !
28 01/03 Bonne f�te aux Genevi�ve !
31 01/04 Bonne f�te aux Ang�le !
34 01/05 Bonne f�te aux Gerlac !
40 01/07 Bonne f�te aux Virginie !
43 01/08 Bonne f�te aux Peggy !
46 01/09 Bonne f�te aux Alix !
49 01/11 Bonne f�te aux Paulin !
52 01/12 Bonne f�te aux Alfred !
55 01/13 Bonne f�te aux Vivenc
[all...]
/freebsd-9.3-release/usr.sbin/sade/
H A Ddmenu.c57 /* If aux is set, the command is known not to produce any screen-spoiling output */
58 if (!self->aux)
61 if (!self->aux)
151 if (*((unsigned int *)tmp->data) & tmp->aux)
152 *((unsigned int *)tmp->data) &= ~tmp->aux;
154 *((unsigned int *)tmp->data) |= tmp->aux;
161 *((unsigned int *)tmp->data) = tmp->aux;
179 return (*((unsigned int *)item->data) & item->aux);
187 w = (char *)item->aux;
200 w = (char *)item->aux;
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Doptions.c49 if (opt->aux)
50 cp = variable_get((char *)opt->aux);
207 (void)variable_get_value(opt.aux, opt.data, -1);
210 else if (variable_get(opt.aux)) {
211 if (!variable_cmp(opt.aux, "YES"))
212 variable_set2(opt.aux, "NO", -1);
214 variable_set2(opt.aux, "YES", -1);
217 variable_set2(opt.aux, "YES", 0);
H A Ddmenu.c63 /* If aux is set, the command is known not to produce any screen-spoiling output */
64 if (!self->aux)
67 if (!self->aux)
195 if (*((unsigned int *)tmp->data) & tmp->aux)
196 *((unsigned int *)tmp->data) &= ~tmp->aux;
198 *((unsigned int *)tmp->data) |= tmp->aux;
205 *((unsigned int *)tmp->data) = tmp->aux;
223 return (*((unsigned int *)item->data) & item->aux);
231 w = (char *)item->aux;
244 w = (char *)item->aux;
[all...]
/freebsd-9.3-release/sys/dev/atkbdc/
H A Datkbdc.c263 sc->aux.head = sc->aux.tail = 0;
267 sc->aux.call_count = 0;
268 sc->aux.qcount = sc->aux.max_qcount = 0;
372 return (availq(&kbdcp(p)->kbd) || availq(&kbdcp(p)->aux)
429 addq(&kbdc->aux, read_data(kbdc));
440 * the keyboard, or the aux device.
474 addq(&kbdc->aux, read_data(kbdc));
508 addq(&kbdc->aux,
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_trs.c260 if (x->aux && (x->aux->trust || x->aux->reject))
271 if (x->aux)
290 ax = x->aux;

Completed in 145 milliseconds

12345678910