| /freebsd-12.1/lib/msun/tests/ |
| H A D | fenv_test.c | 393 int except, pass, raise, status; in test_masking() local 412 except = std_excepts[i]; in test_masking() 414 if (except == FE_INEXACT) in test_masking() 427 assert((feenableexcept(except) in test_masking() 437 raiseexcept(except); in test_masking() 439 feraiseexcept(except); in test_masking() 474 int except, pass, status, raise; in test_feholdupdate() local 482 except = std_excepts[i]; in test_feholdupdate() 484 if (except == FE_INEXACT) in test_feholdupdate() 508 raiseexcept(except); in test_feholdupdate() [all …]
|
| H A D | next_test.c | 233 int except) in _testl() argument 243 if (actual_except != except) { in _testl() 245 line, exp, actual_except, except); in _testl()
|
| /freebsd-12.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-12.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-12.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-12.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-12.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
|
| H A D | SSL_get_peer_signature_nid.pod | 25 is the NID of the public key type used for signing except for PSS signing 49 this file except in compliance with the License. You can obtain a copy
|
| H A D | SSL_CTX_set_ssl_version.pod | 20 L<SSL_new(3)> are not affected, except when 66 this file except in compliance with the License. You can obtain a copy
|
| /freebsd-12.1/sys/cam/ctl/ |
| H A D | ctl.h | 185 void ctl_est_ua_port(struct ctl_lun *lun, int port, uint32_t except, 187 void ctl_est_ua_all(struct ctl_lun *lun, uint32_t except, ctl_ua_type ua); 189 void ctl_clr_ua_all(struct ctl_lun *lun, uint32_t except, ctl_ua_type ua);
|
| /freebsd-12.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-12.1/contrib/gcc/cp/ |
| H A D | Make-lang.in | 83 cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o \ 236 output.h $(EXPR_H) except.h toplev.h $(HASHTAB_H) $(RTL_H) \ 240 output.h except.h toplev.h $(RTL_H) $(C_COMMON_H) gt-cp-decl2.h $(CGRAPH_H) \ 257 toplev.h except.h $(TARGET_H) 269 cp/except.o: cp/except.c $(CXX_TREE_H) $(TM_H) $(FLAGS_H) $(RTL_H) except.h \ 272 toplev.h except.h $(TM_P_H) 274 toplev.h $(RTL_H) except.h $(TREE_INLINE_H) pointer-set.h gt-cp-pt.h \ 280 cp/semantics.o: cp/semantics.c $(CXX_TREE_H) $(TM_H) except.h toplev.h \
|
| /freebsd-12.1/contrib/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-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 155 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except); 662 bool unwind = false, except = false; in ParseSEHDirectiveHandler() local 663 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 667 if (ParseAtUnwindOrAtExcept(unwind, except)) in ParseSEHDirectiveHandler() 676 getStreamer().EmitWinEHHandler(handler, unwind, except, Loc); in ParseSEHDirectiveHandler() 803 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { in ParseAtUnwindOrAtExcept() argument 814 except = true; in ParseAtUnwindOrAtExcept()
|
| /freebsd-12.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
|