Home
last modified time | relevance | path

Searched refs:except (Results 1 – 25 of 1784) sorted by relevance

12345678910>>...72

/freebsd/lib/msun/tests/
H A Dfenv_test.c393 int except, pass, raise, status; in ATF_TC_BODY() local
406 except = fegetexcept(); in ATF_TC_BODY()
407 if (except == 0) { in ATF_TC_BODY()
429 except = std_excepts[i]; in ATF_TC_BODY()
431 if (except == FE_INEXACT) in ATF_TC_BODY()
453 raiseexcept(except); in ATF_TC_BODY()
455 feraiseexcept(except); in ATF_TC_BODY()
490 int except, pass, status, raise; in ATF_TC_BODY() local
498 except = std_excepts[i]; in ATF_TC_BODY()
500 if (except == FE_INEXACT) in ATF_TC_BODY()
[all …]
/freebsd/stand/ficl/
H A Dficl.c372 int except; in ficlExecC() local
390 except = setjmp(vmState); in ficlExecC()
392 switch (except) in ficlExecC()
410 except = VM_OUTOFTEXT; in ficlExecC()
455 return (except); in ficlExecC()
478 int except; in ficlExecXT() local
496 except = setjmp(vmState); in ficlExecXT()
498 if (except) in ficlExecXT()
503 switch (except) in ficlExecXT()
525 vmThrow(pVM, except); in ficlExecXT()
[all …]
/freebsd/lib/libc/arm/gen/
H A Dfpsetsticky_vfp.c38 fpsetsticky(fp_except except) in __weak_alias()
44 new &= ~except; in __weak_alias()
47 return (old & except); in __weak_alias()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dpinctrl-sx150x.txt43 - bias-disable: disable any pin bias, except the OSCIO pin
44 - bias-pull-up: pull up the pin, except the OSCIO pin
45 - bias-pull-down: pull down the pin, except the OSCIO pin
46 - bias-pull-pin-default: use pin-default pull state, except the OSCIO pin
48 …- drive-open-drain: drive with open drain only for sx1507q, sx1508q and sx1509q and except the OSC…
/freebsd/lib/libc/softfloat/
H A Dfpsetsticky.c48 fpsetsticky(fp_except except) in __weak_alias()
53 float_exception_flags = except; in __weak_alias()
/freebsd/stand/i386/btx/btx/
H A Dbtx.S328 jmp except # Double fault
330 jmp except # Invalid TSS
336 jmp except # General protection
338 jmp except # Page fault
349 except: cld # String ops inc label
358 jne except.1 # No
360 jmp except.2 # Join common code
379 je except.3 # Yes
381 jne except.2a # No
383 jnz except.3 # Yes
[all …]
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dmvebu-devbus.txt41 Mandatory, except if devbus,keep-config is used.
44 Mandatory, except if devbus,keep-config is used.
50 Mandatory, except if devbus,keep-config is used.
55 Mandatory, except if devbus,keep-config is used.
60 Mandatory, except if devbus,keep-config is used.
69 except if devbus,keep-config is used.
81 except if devbus,keep-config is used.
107 except if devbus,keep-config is used.
/freebsd/sys/contrib/openzfs/cmd/
H A Ddbufstat.in235 except IOError as e:
248 except IOError as e:
349 except (IndexError, KeyError):
370 except IndexError:
558 except getopt.error:
608 except re.error:
660 except IOError:
671 except IOError:
/freebsd/crypto/openssl/doc/man3/
H A DASN1_item_d2i_bio.pod42 ASN1_item_d2i() is the same as ASN1_item_d2i_ex() except that the default
54 ASN1_item_d2i_bio() is the same as ASN1_item_d2i_bio_ex() except that the
58 ASN1_item_d2i_fp_ex() is the same as ASN1_item_d2i_bio_ex() except that a FILE
61 ASN1_item_d2i_fp() is the same as ASN1_item_d2i_fp_ex() except that the
84 this file except in compliance with the License. You can obtain a copy
H A Dd2i_PrivateKey.pod63 d2i_PrivateKey() does the same as d2i_PrivateKey_ex() except that the default
69 d2i_PrivateKey_ex() and d2i_PrivateKey() respectively except that they decode
71 d2i_PrivateKey_fp() functions are the same except that they read the data from
75 d2i_PrivateKey_ex() and d2i_PrivateKey() respectively except that they attempt
83 i2d_PrivateKey_bio() and i2d_PrivateKey_fp() do the same thing except that they
131 this file except in compliance with the License. You can obtain a copy
H A DERR_print_errors.pod23 ERR_print_errors_fp() is the same, except that the output goes to a
26 ERR_print_errors_cb() is the same, except that the callback function,
55 this file except in compliance with the License. You can obtain a copy
H A DEVP_PKEY_get_attr.pod45 EVP_PKEY_get_attr_by_NID() is similar to EVP_PKEY_get_attr_by_OBJ() except that
66 EVP_PKEY_add1_attr_by_NID() is similar to EVP_PKEY_add1_attr_by_OBJ() except
70 EVP_PKEY_add1_attr_by_txt() is similar to EVP_PKEY_add1_attr_by_OBJ() except
82 EVP_PKEY_get_attr_by_NID() is similar to EVP_PKEY_get_attr_by_OBJ(), except that
109 this file except in compliance with the License. You can obtain a copy
H A DX509_REQ_get_attr.pod42 X509_REQ_get_attr_by_NID() is similar to X509_REQ_get_attr_by_OBJ() except that
63 X509_REQ_add1_attr_by_NID() is similar to X509_REQ_add1_attr_by_OBJ() except
67 X509_REQ_add1_attr_by_txt() is similar to X509_REQ_add1_attr_by_OBJ() except
82 X509_REQ_get_attr_by_NID() is similar to X509_REQ_get_attr_by_OBJ(), except that
107 this file except in compliance with the License. You can obtain a copy
H A DBIO_printf.pod20 BIO_printf() is similar to the standard C printf() function, except that
30 function. It is like sprintf() except that the size parameter, I<n>,
53 this file except in compliance with the License. You can obtain a copy
H A DX509_SIG_get0.pod20 except the pointers returned are not constant and can be modified:
36 this file except in compliance with the License. You can obtain a copy
H A Db2i_PVK_bio_ex.pod29 b2i_PVK_bio() does the same as b2i_PVK_bio_ex() except that the default
38 i2b_PVK_bio() does the same as i2b_PVK_bio_ex() except that the default
65 this file except in compliance with the License. You can obtain a copy
H A DSSL_SESSION_print.pod23 SSL_SESSION_print_fp() does the same as SSL_SESSION_print() except it prints it
43 this file except in compliance with the License. You can obtain a copy
H A DOSSL_STORE_attach.pod20 OSSL_STORE_attach() works like L<OSSL_STORE_open(3)>, except it takes a B<BIO>
43 this file except in compliance with the License. You can obtain a copy
H A DERR_remove_state.pod25 ERR_remove_thread_state() does the same thing, except the identifier is
47 this file except in compliance with the License. You can obtain a copy
H A DX509_PUBKEY_new.pod54 X509_PUBKEY_new() is the same as X509_PUBKEY_new_ex() except that the default
70 X509_PUBKEY_get() is similar to X509_PUBKEY_get0() except the reference
78 d2i_PUBKEY() does the same as d2i_PUBKEY_ex() except that the default
85 similar to d2i_PUBKEY() and i2d_PUBKEY() except they decode or encode using a
146 this file except in compliance with the License. You can obtain a copy
H A DX509_ATTRIBUTE.pod108 X509at_get_attr_by_NID() is similar to X509at_get_attr_by_OBJ() except that it
133 X509at_add1_attr_by_NID() is similar to X509at_add1_attr_by_OBJ() except that it
137 X509at_add1_attr_by_txt() is similar to X509at_add1_attr_by_OBJ() except that it
155 If I<attrtype> is 0 the call does nothing except return 1.
170 except that it passes the numerical identifier (NID) I<nid> associated with the
174 except that it passes a name I<atrname> associated with the
210 X509at_get_attr_by_NID() is similar to X509at_get_attr_by_OBJ(), except that
259 this file except in compliance with the License. You can obtain a copy
/freebsd/sys/cam/ctl/
H A Dctl.h192 void ctl_est_ua_port(struct ctl_lun *lun, int port, uint32_t except,
194 void ctl_est_ua_all(struct ctl_lun *lun, uint32_t except, ctl_ua_type ua);
196 void ctl_clr_ua_all(struct ctl_lun *lun, uint32_t except, ctl_ua_type ua);
/freebsd/crypto/openssl/doc/man7/
H A DRSA-PSS.pod20 Signing and verification is similar to the B<RSA> algorithm except the
36 format except it uses the B<id-RSASSA-PSS> OID and the parameters field, if
57 this file except in compliance with the License. You can obtain a copy
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp149 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
695 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local
696 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler()
700 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler()
709 getStreamer().emitWinEHHandler(handler, unwind, except, Loc); in ParseSEHDirectiveHandler()
738 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument
749 except = true; in ParseAtUnwindOrAtExcept()
/freebsd/share/examples/ipfilter/rules/
H A Dexample.1116 # allow any connections to be made, except to BSD print/r-services
22 # allow any connections to be made, except to BSD print/r-services

12345678910>>...72