Home
last modified time | relevance | path

Searched refs:_ex (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/amd64/include/
H A Dieeefp.h172 unsigned _ex, _mxcsr; in __fpgetsticky() local
176 _ex = (_sw & FP_STKY_FLD) >> FP_STKY_OFF; in __fpgetsticky()
178 _ex |= (_mxcsr & SSE_STKY_FLD) >> SSE_STKY_OFF; in __fpgetsticky()
179 return ((fp_except_t)_ex); in __fpgetsticky()
/freebsd/sys/i386/include/
H A Dieeefp.h122 unsigned _ex; in fpgetsticky() local
126 _ex = (_sw & FP_STKY_FLD) >> FP_STKY_OFF; in fpgetsticky()
127 return ((fp_except_t)_ex); in fpgetsticky()
/freebsd/usr.bin/find/
H A Dfind.h123 struct _ex { struct
/freebsd/crypto/openssl/doc/man3/
H A DPKCS12_item_decrypt_d2i.pod44 Functions ending in _ex() allow for a library context I<ctx> and property query
H A DPKCS8_encrypt.pod45 Functions ending in _ex() allow for a library context I<ctx> and property query
H A DPKCS12_PBE_keyivgen.pod68 Functions ending in _ex() take optional parameters I<libctx> and I<propq> which
H A DPKCS12_key_gen_utf8_ex.pod97 Functions ending in _ex() allow for a library context I<ctx> and property query
H A DPKCS5_PBE_keyivgen.pod113 Functions ending in _ex() take optional parameters I<libctx> and I<propq> which
H A DBIO_set_callback.pod280 deprecated in OpenSSL 3.0. Use the non-deprecated _ex functions instead.
/freebsd/crypto/openssl/include/openssl/
H A Dpem.h79 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \
92 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
96 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
/freebsd/crypto/openssl/
H A DNEWS.md211 EVP_DigestFinal/_ex() unless the `xoflen` param is set before.
222 SSL_CTX_flush_sessions() functions in favor of their respective `_ex`
660 * Added various `_ex` functions to the OpenSSL API that support using
H A DCHANGES.md840 EVP_DigestFinal/_ex() unless the `xoflen` param is set before.
896 been deprecated in favour of their respective ..._ex() replacement functions
3189 * Added various `_ex` functions to the OpenSSL API that support using
13317 place of callback/argument pairs. The new API functions have `_ex`
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-migration.pod1257 Use the respective non-deprecated _ex() functions.