/freebsd/contrib/unbound/sldns/ |
H A D | wire2str.h | 139 * returns the number of characters that are needed (except terminating null), 162 * @return number of characters (except null) needed to print. 177 * @return number of characters (except null) needed to print. 192 * @return number of characters (except null) needed to print. 207 * @return number of characters (except null) needed to print. 219 * @return number of characters (except null) needed to print. 237 * @return number of characters (except null) needed to print. 250 * @return number of characters (except null) needed to print. 271 * @return number of characters (except null) needed to print. 283 * @return number of characters (except null) needed to print. [all …]
|
/freebsd/contrib/bc/tests/ |
H A D | history.py | 37 except ImportError: 168 except pexpect.TIMEOUT: 173 except pexpect.EOF: 210 except pexpect.TIMEOUT: 215 except pexpect.EOF: 258 except pexpect.TIMEOUT: 263 except pexpect.EOF: 292 except pexpect.TIMEOUT: 297 except pexpect.EOF: 326 except pexpec [all...] |
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | embedded_interpreter.py | 14 except ImportError: 16 except AttributeError: 40 except: 96 except: 112 except LLDBExit: 114 except SystemExit as e: 132 except LLDBExit: 134 except SystemExit as e:
|
/freebsd/lib/msun/tests/ |
H A D | fenv_test.c | 137 * This test works just as well with 0.0 - 0.0, except on ia64 in getround() 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() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/examples/ |
H A D | p2p-nfc.py | 56 except OSError as error: 72 except Exception as e: 172 except Exception as e: 184 except Exception as e: 193 except nfc.llcp.ConnectRefused: 197 except Exception as e: 223 except Exception as e: 230 except Exception as e: 276 except nfc.ndef.DecodeError as e: 289 except Exception as e: [all …]
|
H A D | wps-nfc.py | 49 except OSError as error: 61 except Exception as e: 155 except nfc.ndef.DecodeError as e: 167 except Exception as e: 194 except Exception as e: 220 except Exception as e: 229 except nfc.llcp.ConnectRefused: 233 except Exception as e: 259 except Exception as e: 266 except Exception as e: [all …]
|
/freebsd/contrib/lib9p/pytest/ |
H A D | client.py | 12 except ImportError: 124 except (configparser.NoSectionError, configparser.NoOptionError): 128 except configparser.NoSectionError: 130 except configparser.NoOptionError: 231 except socket.error as err: 303 except (OSError, IOError) as err: 332 except socket.error as err: 350 except socket.error as err: 357 except RemoteError as err: 374 except (TEError, RemoteError) as err: [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/cddl/contrib/opensolaris/cmd/pyzfs/ |
H A D | pyzfs.py | 7 # You may not use this file except in compliance with the License. 60 except (ImportError, AttributeError): 65 except zfs.util.ZFSError, e: 69 except IOError, e: 76 except KeyboardInterrupt:
|
/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/contrib/wpa/hostapd/ |
H A D | wps-ap-nfc.py | 45 except OSError as error: 57 except Exception as e: 126 except nfc.ndef.DecodeError as e: 137 except Exception as e: 164 except Exception as e: 239 except Exception as e: 327 except Exception as e: 334 except KeyboardInterrupt:
|
/freebsd/crypto/openssl/doc/man3/ |
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 | 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>, 43 Except when I<n> is 0, both BIO_snprintf() and BIO_vsnprintf() always 53 this file except in compliance with the License. You can obtain a copy
|
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 | 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 | 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 | 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
|
/freebsd/lib/libpmc/pmu-events/arch/x86/knightslanding/ |
H A D | floating-point.json | 12 …cked SSE, AVX, AVX2, AVX-512 micro-ops (both floating point and integer) except for loads (memory-… 16 … AVX2, and AVX-512 micro-ops retired (floating point, integer and store) except for loads (memory-… 21 …d. More specifically, it counts scalar SSE, AVX, AVX2, AVX-512 micro-ops except for loads (memory-… 25 …AVX, AVX2, AVX-512 micro-ops retired (floating point, integer and store) except for loads (memory-…
|
/freebsd/usr.sbin/sysrc/ |
H A D | sysrc | 623 EXCEPT="IFS|EXCEPT|PATH|RC_DEFAULTS|OPTIND|DESCRIBE|SEP" 624 EXCEPT="$EXCEPT|DELETE|SHOW_ALL|SHOW_EQUALS|SHOW_NAME|DEFAULT" 625 EXCEPT="$EXCEPT|SHOW_VALUE|SHOW_FILE|VERBOSE|RC_CONFS|SERVICE" 626 EXCEPT="$EXCEPT|pgm|SUCCESS|FAILURE|CHECK_ONLY|EXISTING_ONLY" 627 EXCEPT="$EXCEPT|LIST_CONFS|LIST_SERVICE_CONFS" 628 EXCEPT="$EXCEPT|f_sysrc_desc_awk|f_sysrc_delete_awk" 631 # Clean the environment (except for our required variables) 634 f_clean_env --except $EXCEPT 643 f_clean_env --except rc_conf_files $EXCEPT 672 grep -Ev "^($EXCEPT)$"
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_open.3 | 74 except that the skip callback is assumed to be 92 except that it accepts a 100 except that it accepts a file descriptor and block size rather than 111 except that it accepts a simple filename and a block size. 117 except that it accepts a pointer and size of a block of
|
/freebsd/contrib/tcp_wrappers/ |
H A D | hosts_access.5 | 131 .IP EXCEPT 132 Intended use is of the form: `list_1 EXCEPT list_2\'; this construct 134 \fIlist_2\fR. The EXCEPT operator can be used in daemon_lists and in 135 client_lists. The EXCEPT operator can be nested: if the control 136 language would permit the use of parentheses, `a EXCEPT b EXCEPT c\' 137 would parse as `(a EXCEPT (b EXCEPT c))\'. 300 ALL: .foobar.edu EXCEPT terminalserver.foobar.edu 319 ALL EXCEPT in.fingerd: other.host.name, .other.domain
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/atime/ |
H A D | root_atime_on.ksh | 7 # You may not use this file except in compliance with the License. 44 # 4. Setting atime=on on datasets except snapshot, and read '$TESTFILE'. 45 # 5. Expect the access time is updated on datasets except snapshot. 55 # Same as 001 except that atime/relatime applies to root dataset (OpenZFS#8675).
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | d2i_PrivateKey.3 | 198 \&\fBd2i_PrivateKey()\fR does the same as \fBd2i_PrivateKey_ex()\fR except that the default 204 \&\fBd2i_PrivateKey_ex()\fR and \fBd2i_PrivateKey()\fR respectively except that they decode 206 \&\fBd2i_PrivateKey_fp()\fR functions are the same except that they read the data from 210 \&\fBd2i_PrivateKey_ex()\fR and \fBd2i_PrivateKey()\fR respectively except that they attempt 218 \&\fBi2d_PrivateKey_bio()\fR and \fBi2d_PrivateKey_fp()\fR do the same thing except that they 261 this file except in compliance with the License. You can obtain a copy
|
/freebsd/tests/sys/opencrypto/ |
H A D | cryptotest.py | 58 except IOError: 126 except EnvironmentError as e: 135 except EnvironmentError as e: 155 except EnvironmentError as e: 231 except EnvironmentError as e: 267 except EnvironmentError as e: 306 except EnvironmentError as e: 372 except EnvironmentError as e: 433 except EnvironmentError as e:
|