| /freebsd-13.1/lib/msun/tests/ |
| H A D | fenv_test.c | 396 int except, pass, raise, status; in ATF_TC_BODY() local 409 except = fegetexcept(); in ATF_TC_BODY() 410 if (except == 0) { in ATF_TC_BODY() 432 except = std_excepts[i]; in ATF_TC_BODY() 434 if (except == FE_INEXACT) in ATF_TC_BODY() 456 raiseexcept(except); in ATF_TC_BODY() 458 feraiseexcept(except); in ATF_TC_BODY() 493 int except, pass, status, raise; in ATF_TC_BODY() local 501 except = std_excepts[i]; in ATF_TC_BODY() 503 if (except == FE_INEXACT) in ATF_TC_BODY() [all …]
|
| /freebsd-13.1/stand/ficl/ |
| H A D | ficl.c | 373 int except; in ficlExecC() local 391 except = setjmp(vmState); in ficlExecC() 393 switch (except) in ficlExecC() 411 except = VM_OUTOFTEXT; in ficlExecC() 456 return (except); in ficlExecC() 479 int except; in ficlExecXT() local 497 except = setjmp(vmState); in ficlExecXT() 499 if (except) in ficlExecXT() 504 switch (except) in ficlExecXT() 526 vmThrow(pVM, except); in ficlExecXT() [all …]
|
| /freebsd-13.1/lib/libc/arm/gen/ |
| H A D | fpsetsticky_vfp.c | 41 fpsetsticky(fp_except except) in __weak_alias() 47 new &= ~except; in __weak_alias() 50 return (old & except); in __weak_alias()
|
| /freebsd-13.1/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-13.1/lib/libc/softfloat/ |
| H A D | fpsetsticky.c | 51 fpsetsticky(fp_except except) in __weak_alias() 56 float_exception_flags = except; in __weak_alias()
|
| /freebsd-13.1/stand/i386/btx/btx/ |
| H A D | btx.S | 330 jmp except # Double fault 332 jmp except # Invalid TSS 338 jmp except # General protection 340 jmp except # Page fault 351 except: cld # String ops inc label 360 jne except.1 # No 362 jmp except.2 # Join common code 381 je except.3 # Yes 383 jne except.2a # No 385 jnz except.3 # Yes [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 234 except IOError as e: 247 except IOError as e: 348 except (IndexError, KeyError): 369 except IndexError: 556 except getopt.error: 606 except re.error: 658 except IOError: 669 except IOError:
|
| /freebsd-13.1/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-13.1/crypto/openssl/doc/man3/ |
| 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, B<n>, 46 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 | 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 | ERR_remove_state.pod | 23 ERR_remove_thread_state() does the same thing, except the identifier is 45 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 | o2i_SCT_LIST.pod | 21 functions, except that they convert to and from TLS wire format, as described in 45 this file except in compliance with the License. You can obtain a copy
|
| H A D | X509_CRL_get0_by_serial.pod | 38 X509_CRL_get0_by_cert() is similar to X509_get0_by_serial() except it 74 1 on success except if the revoked entry has the reason C<removeFromCRL> (8), 111 this file except in compliance with the License. You can obtain a copy
|
| H A D | CMS_sign_receipt.pod | 27 This functions behaves in a similar way to CMS_sign() except the flag values 48 this file except in compliance with the License. You can obtain a copy
|
| H A D | CMS_verify_receipt.pod | 28 This functions behaves in a similar way to CMS_verify() except the flag values 50 this file except in compliance with the License. You can obtain a copy
|
| H A D | X509_check_private_key.pod | 23 except that B<x> represents a certificate request of structure B<X509_REQ>. 50 this file except in compliance with the License. You can obtain a copy
|
| H A D | X509_get_serialNumber.pod | 24 X509_get0_serialNumber() is the same as X509_get_serialNumber() except it 68 this file except in compliance with the License. You can obtain a copy
|
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl.h | 186 void ctl_est_ua_port(struct ctl_lun *lun, int port, uint32_t except, 188 void ctl_est_ua_all(struct ctl_lun *lun, uint32_t except, ctl_ua_type ua); 190 void ctl_clr_ua_all(struct ctl_lun *lun, uint32_t except, ctl_ua_type ua);
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 144 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except); 660 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local 661 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 665 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 674 getStreamer().EmitWinEHHandler(handler, unwind, except, Loc); in ParseSEHDirectiveHandler() 703 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument 714 except = true; in ParseAtUnwindOrAtExcept()
|
| /freebsd-13.1/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
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/ |
| H A D | state011.cfg | 6 # You may not use this file except in compliance with the License. 35 # no effect except at the bottom level where the property values are
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/inheritance/ |
| H A D | state011.cfg | 7 # You may not use this file except in compliance with the License. 35 # no effect except at the bottom level where the property values are
|