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.h121 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.pod245 deprecated in OpenSSL 3.0. Use the non-deprecated _ex functions instead.
/freebsd/crypto/openssl/include/openssl/
H A Dpem.h73 type *PEM_##readname##_##name##_ex(INTYPE *out, type **x, \
86 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
90 int PEM_##writename##_##name##_ex(OUTTYPE *out, const type *x, \
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1226 Use the respective non-deprecated _ex() functions.
/freebsd/crypto/openssl/
H A DNEWS.md180 * Added various `_ex` functions to the OpenSSL API that support using
H A DCHANGES.md1542 * Added various `_ex` functions to the OpenSSL API that support using
11663 place of callback/argument pairs. The new API functions have `_ex`