Home
last modified time | relevance | path

Searched refs:_aux (Results 1 – 3 of 3) sorted by relevance

/trueos/crypto/openssl/crypto/asn1/
HDasn1t.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, c…
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,\
/trueos/contrib/flex/
HDscanopt.c59 struct _aux { struct
68 struct _aux *aux; /* Auxiliary data about options. */ argument
189 s->aux = (struct _aux *) malloc (s->optc * sizeof (struct _aux));
194 struct _aux *aux;
717 struct _aux *auxp;
/trueos/contrib/gcc/
HDFSFChangeLog.11181 * crtstuff.c (__do_global_dtors{,_aux}): Rename __deregister_frame.