Searched refs:_aux (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | asn1t.h | 194 static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \ 198 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb }; \ 202 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb }; \ 206 …static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offse… 210 …static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NU… 246 &tname##_aux, \ 256 &tname##_aux, \ 267 &tname##_aux, \ 298 static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \ 338 &tname##_aux, \
|
| H A D | asn1t.h.in | 195 static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \ 199 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb }; \ 203 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb }; \ 207 …static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offse… 211 …static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NU… 247 &tname##_aux, \ 257 &tname##_aux, \ 268 &tname##_aux, \ 299 static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \ 339 &tname##_aux, \
|
| /freebsd/contrib/flex/src/ |
| H A D | scanopt.c | 45 struct _aux { struct 54 struct _aux *aux; /* Auxiliary data about options. */ argument 160 s->aux = malloc((size_t) s->optc * sizeof (struct _aux)); in scanopt_init() 165 struct _aux *aux; in scanopt_init() 662 struct _aux *auxp; in scanopt()
|
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | n_pkey.c | 20 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0 }; \
|
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | libelf_convert.m4 | 420 aux = t.$4_aux; 491 aux = t.$4_aux;
|