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

12345678

/freebsd-10.0-release/crypto/openssl/crypto/asn1/
H A Dx_x509a.c87 if(!x->aux && !(x->aux = X509_CERT_AUX_new())) return NULL;
88 return x->aux;
93 X509_CERT_AUX *aux;
96 if (!x || !x->aux || !x->aux->alias)
98 ASN1_UTF8STRING_free(x->aux->alias);
99 x->aux->alias = NULL;
102 if(!(aux = aux_get(x))) return 0;
103 if(!aux
[all...]
H A Dt_x509a.c68 int X509_CERT_AUX_print(BIO *out, X509_CERT_AUX *aux, int indent) argument
72 if(!aux) return 1;
73 if(aux->trust) {
77 for(i = 0; i < sk_ASN1_OBJECT_num(aux->trust); i++) {
81 sk_ASN1_OBJECT_value(aux->trust, i), 0);
86 if(aux->reject) {
90 for(i = 0; i < sk_ASN1_OBJECT_num(aux->reject); i++) {
94 sk_ASN1_OBJECT_value(aux->reject, i), 0);
99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
100 aux
[all...]
H A Dtasn_utl.c103 const ASN1_AUX *aux; local
108 aux = it->funcs;
109 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
111 lck = offset2ptr(*pval, aux->ref_offset);
117 ret = CRYPTO_add(lck, op, aux->ref_lock);
130 const ASN1_AUX *aux; local
133 aux = it->funcs;
134 if (!aux || !(aux
[all...]
H A Dbio_ndef.c105 const ASN1_AUX *aux = it->funcs; local
108 if (!aux || !aux->asn1_cb)
134 if (aux->asn1_cb(ASN1_OP_STREAM_PRE, &val, it, &sarg) <= 0)
213 const ASN1_AUX *aux; local
221 aux = ndef_aux->it->funcs;
227 if (aux->asn1_cb(ASN1_OP_STREAM_POST,
H A Dtasn_fre.c84 const ASN1_AUX *aux = it->funcs; local
91 if (aux && aux->asn1_cb)
92 asn1_cb = aux->asn1_cb;
H A Dx_x509.c102 ret->aux = NULL;
114 X509_CERT_AUX_free(ret->aux);
181 if(!d2i_X509_CERT_AUX(&ret->aux, pp, length)) goto err;
192 if(a) length += i2d_X509_CERT_AUX(a->aux, pp);
/freebsd-10.0-release/share/examples/libusb20/
H A DMakefile6 bulk: bulk.o aux.o
7 $(CC) $(CFLAGS) -o bulk bulk.o aux.o -lusb
9 control: control.o aux.o
10 $(CC) $(CFLAGS) -o control control.o aux.o -lusb
/freebsd-10.0-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...]
/freebsd-10.0-release/lib/libc/gen/
H A Dauxv.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-10.0-release/sys/arm/ti/omap4/
H A Domap4_l2cache.c43 uint32_t aux, prefetch; local
45 aux = pl310_read4(sc, PL310_AUX_CTRL);
50 (aux & AUX_CTRL_EARLY_BRESP) ? "enabled" : "disabled");
52 (aux & AUX_CTRL_INSTR_PREFETCH) ? "enabled" : "disabled");
54 (aux & AUX_CTRL_DATA_PREFETCH) ? "enabled" : "disabled");
56 (aux & AUX_CTRL_NS_INT_CTRL) ? "enabled" : "disabled");
58 (aux & AUX_CTRL_NS_LOCKDOWN) ? "enabled" : "disabled");
60 (aux & AUX_CTRL_SHARE_OVERRIDE) ? "enabled" : "disabled");
84 aux &= ~AUX_CTRL_INSTR_PREFETCH;
87 // aux
[all...]
/freebsd-10.0-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-10.0-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-10.0-release/contrib/flex/
H A Dscanopt.c69 struct _aux *aux; /* Auxiliary data about options. */
96 ((s->aux[i].flags & IS_LONG) ? 2 : 1);
103 return s->aux[i].printlen;
117 return s->aux[i].flags;
190 s->aux = (struct _aux *) malloc (s->optc * sizeof (struct _aux));
195 struct _aux *aux;
198 aux = s->aux + i;
200 aux->flags = ARG_NONE;
203 aux
68 struct _aux *aux; /* Auxiliary data about options. */ member in struct:_scanopt_t
194 struct _aux *aux; local
[all...]
/freebsd-10.0-release/contrib/atf/atf-c++/
H A Dbuild.cpp52 std::vector< const char* > aux; local
56 aux.push_back(static_cast< const char* >(atf_list_citer_data(iter)));
58 return atf::process::argv_array(aux);
/freebsd-10.0-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-10.0-release/contrib/atf/atf-c/detail/
H A Ddynstr.c75 char *aux; local
81 err = atf_text_format_ap(&aux, fmt, ap2);
85 newlen = ad->m_length + strlen(aux);
94 memmove(ad->m_data + strlen(aux), ad->m_data, ad->m_length + 1);
95 memcpy(ad->m_data, aux, strlen(aux));
97 strcpy(ad->m_data + ad->m_length, aux);
102 free(aux);

Completed in 239 milliseconds

12345678