Searched refs:_aux (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A Dscanopt.c60 struct _aux {
69 struct _aux *aux; /* Auxiliary data about options. */
190 s->aux = (struct _aux *) malloc (s->optc * sizeof (struct _aux));
195 struct _aux *aux;
721 struct _aux *auxp;
59 struct _aux { struct
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Dasn1t.h173 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
177 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
181 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
185 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
213 &tname##_aux,\
225 &tname##_aux,\
257 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
283 &tname##_aux,\

Completed in 48 milliseconds