Searched refs:_aux (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | asn1t.h | 195 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \ 199 static const ASN1_AUX tname##_aux = \ 204 static const ASN1_AUX tname##_aux = \ 209 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offset… 213 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NUL… 252 &tname##_aux,\ 263 &tname##_aux,\ 275 &tname##_aux,\ 307 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \ 349 &tname##_aux,\
|
H A D | asn1t.h.in | 196 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \ 200 static const ASN1_AUX tname##_aux = \ 205 static const ASN1_AUX tname##_aux = \ 210 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offset… 214 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NUL… 253 &tname##_aux,\ 264 &tname##_aux,\ 276 &tname##_aux,\ 308 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0, NULL}; \ 350 &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;
|