Searched refs:tret (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_info.c69 STACK_OF(CONF_VALUE) *tret = ret;
75 tmp = i2v_GENERAL_NAME(method, desc->location, tret);
78 tret = tmp;
79 vtmp = sk_CONF_VALUE_value(tret, i);
89 if (ret == NULL && tret == NULL)
92 return tret;
95 if (ret == NULL && tret != NULL)
96 sk_CONF_VALUE_pop_free(tret, X509V3_conf_free);
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dmain.c782 int tret = wpa_debug_open_linux_tracing(); local
783 if (tret) {
/freebsd-13-stable/contrib/libucl/src/
H A Ducl_parser.c576 ssize_t ret = -1, tret; local
607 tret = ret;
612 ret = tret;

Completed in 303 milliseconds