Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/
D21-1-buildonly.c17 union sigval tvalue; variable
29 tvalue = t.si_value; in dummyfcn()
/external/icu/icu4c/source/common/
Dunifiedcache.h235 const T *tvalue = (const T *) value; in get() local
237 SharedObject::copyPtr(tvalue, ptr); in get()
239 SharedObject::clearPtr(tvalue); in get()
/external/boringssl/src/crypto/x509v3/
Dv3_utl.c95 char *tname = NULL, *tvalue = NULL; in X509V3_add_value() local
98 if (value && !(tvalue = BUF_strdup(value))) in X509V3_add_value()
106 vtmp->value = tvalue; in X509V3_add_value()
116 if (tvalue) in X509V3_add_value()
117 OPENSSL_free(tvalue); in X509V3_add_value()