/freebsd/lib/msun/tests/ |
H A D | fenv_test.c | 393 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() 410 } else if ((except & ALL_STD_EXCEPT) != ALL_STD_EXCEPT) { in ATF_TC_BODY() 412 "set to trap: %#x vs %#x", except, ALL_STD_EXCEPT); in ATF_TC_BODY() 429 except = std_excepts[i]; in ATF_TC_BODY() 431 if (except == FE_INEXACT) in ATF_TC_BODY() 434 raise = ALL_STD_EXCEPT ^ except; in ATF_TC_BODY() 444 ATF_REQUIRE_EQ(0, (feenableexcept(except) & ALL_STD_EXCEPT)); in ATF_TC_BODY() 445 ATF_CHECK_EQ(except, fegetexcept()); in ATF_TC_BODY() [all …]
|
/freebsd/stand/ficl/ |
H A D | ficl.c | 372 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 D | fpsetsticky_vfp.c | 38 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 D | pinctrl-sx150x.txt | 43 - 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/stand/i386/btx/btx/ |
H A D | btx.S | 328 jmp except # Double fault 330 jmp except # Invalid TSS 332 jmp except # Segment not present 334 jmp except # Stack segment fault 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 361 except.1: pushl 0x50(%esp,1) # Set SS [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | mvebu-devbus.txt | 41 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 D | dbufstat.in | 235 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/lib/libc/softfloat/ |
H A D | fpsetsticky.c | 48 fpsetsticky(fp_except except) in __weak_alias() 53 float_exception_flags = except; in __weak_alias()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASN1_item_d2i_bio.pod | 42 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 D | d2i_PrivateKey.pod | 63 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 D | ERR_print_errors.pod | 23 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 D | EVP_PKEY_get_attr.pod | 45 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 D | X509_REQ_get_attr.pod | 42 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 D | BIO_printf.pod | 20 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 D | X509_SIG_get0.pod | 20 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 D | b2i_PVK_bio_ex.pod | 29 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 D | SSL_SESSION_print.pod | 23 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 D | X509_PUBKEY_new.pod | 54 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 D | X509_ATTRIBUTE.pod | 108 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
|
H A D | ERR_remove_state.pod | 25 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 D | OSSL_STORE_attach.pod | 20 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
|
/freebsd/sys/cam/ctl/ |
H A D | ctl.h | 192 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 D | RSA-PSS.pod | 20 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 D | COFFAsmParser.cpp | 141 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except); 675 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local 676 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 680 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 689 getStreamer().emitWinEHHandler(handler, unwind, except, Loc); in ParseSEHDirectiveHandler() 718 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument 729 except = true; in ParseAtUnwindOrAtExcept()
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | example.11 | 16 # 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
|