/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-misspellings.mk | 33 .exports varname # Accepted before 2020-12-13 01:07:54. 36 .export-en # Accepted before 2020-12-13 01:07:54. 40 .export-environment # Accepted before 2020-12-13 01:07:54. 43 .export-litera varname # Accepted before 2020-12-13 01:07:54. 46 .export-literax varname # Accepted before 2020-12-13 01:07:54. 48 .export-literally varname # Accepted before 2020-12-13 01:07:54. 74 .infos msg # Accepted before 2020-12-13 01:07:54. 90 .undefs varname # Accepted before 2020-12-13 01:07:54. 98 .unexports varname # Accepted before 2020-12-12 18:00:18. 101 .unexport-en # Accepted before 2020-12-12 18:11:42. [all …]
|
H A D | cond-token-number.mk | 11 # Even though -0 is a number and would be accepted by strtod, it is not 12 # accepted by the condition parser. 22 # Even though +0 is a number and would be accepted by strtod, it is not 23 # accepted by the condition parser. 33 # Even though -1 is a number and would be accepted by strtod, it is not 34 # accepted by the condition parser. 44 # Even though +1 is a number and would be accepted by strtod, it is not 45 # accepted by the condition parser. 67 # Hexadecimal numbers are accepted.
|
H A D | varmod-to-separator.mk | 156 . warning The separator \400 is accepted even though it is out of bounds. 158 . warning The separator \400 is accepted even though it is out of bounds. 172 . warning The separator \x100 is accepted even though it is out of bounds. 174 . warning The separator \x100 is accepted even though it is out of bounds. 194 . warning The separator \-300 is accepted even though it is negative. 196 . warning The separator \-300 is accepted even though it is negative. 204 . warning The separator \8 is accepted even though it is not octal. 206 . warning The separator \8 is accepted even though it is not octal. 213 . warning The separator \100L is accepted even though it contains an 'L'. 215 . warning The separator \100L is accepted even though it contains an 'L'. [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_tlsext_servername_callback.pod | 41 accepted. Typically a server will call SSL_set_SSL_CTX() in the callback to set 46 In this case the servername requested by the client is not accepted and the 53 If this value is returned then the servername is not accepted by the server. 62 This return value indicates that the servername is not accepted by the server. 83 session from the original handshake had a servername accepted by the server then 91 If the session from the original handshake had a servername accepted by the 110 If a servername was accepted by the server in the original handshake then it 159 handshake, the server accepted it, and then the client successfully resumed but
|
H A D | BIO_s_accept.pod | 43 Using accept BIOs, TCP/IP connections can be accepted and data 97 BIO_get_accept_ip_family() returns the IP family accepted by the BIO I<b>, 100 BIO_set_accept_ip_family() sets the IP family I<family> accepted by BIO I<b>. 145 If no further connections will be accepted the B<accept> can 159 accepted a connection and retry the call.
|
/freebsd/tests/sys/netinet/ |
H A D | tcp_user_cookie.c | 57 int sock, accepted, port, cookie; in main() local 91 accepted = accept(sock, NULL, 0); in main() 93 if (accepted < 0) in main() 96 ret = setsockopt(accepted, SOL_SOCKET, SO_USER_COOKIE, in main() 101 ret = read(accepted, &recvbuf, buflen); in main() 106 close(accepted); in main()
|
/freebsd/share/man/man4/ |
H A D | ng_macfilter.4 | 146 .Dq accepted 156 \\----<ether>-[macfilter]-<accepted>-----/ 169 # Connect macfilter:accepted to tagger:in 170 ngctl mkpeer macfilter: tag accepted in 171 ngctl name macfilter:accepted tagger 191 .Dv macfilter:accepted :
|
H A D | jme.4 | 133 The accepted range is 1 to 65535; the default is 100 (100us). 137 The accepted range is 1 to 255; the default is 8. 142 The accepted range is 1 to 65535; the default is 100 (100us). 146 The accepted range is 1 to 255; the default is 2. 150 The accepted range is 10 to 255; the default value is 128 events.
|
H A D | ale.4 | 131 The accepted range is 0 to 130000, the default is 30(30us). 136 The accepted range is 0 to 130000, the default is 1000(1ms). 141 The accepted range is 32 to 255, the default value is 128 events.
|
H A D | alc.4 | 155 The accepted range is 0 to 130000, the default is 100(100us). 160 The accepted range is 0 to 130000, the default is 1000(1ms). 165 The accepted range is 32 to 255, the default value is 64 events.
|
/freebsd/crypto/openssh/regress/ |
H A D | sshsig.sh | 102 fail "accepted signature for $t key with bad signers option" 110 fail "accepted signature for $t key with wrong key trusted" 126 fail "accepted signature for $t key with wrong principal" 134 fail "accepted signature for $t key with wrong namespace" 143 fail "accepted signature for $t key with excluded namespace" 210 fail "accepted signature for $t key, but key is in revoked_keys" 420 fail "accepted signature with $t key listed as CA" 428 fail "accepted signature for $t cert with CA not marked" 437 fail "accepted signature for $t cert with wrong principal" 447 fail "accepted signature for $t key, but CA key in revoked_keys" [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_tlsext_servername_callback.3 | 173 accepted. Typically a server will call \fBSSL_set_SSL_CTX()\fR in the callback to set 177 In this case the servername requested by the client is not accepted and the 183 If this value is returned then the servername is not accepted by the server. 191 This return value indicates that the servername is not accepted by the server. 207 session from the original handshake had a servername accepted by the server then 213 If the session from the original handshake had a servername accepted by the 227 If a servername was accepted by the server in the original handshake then it 268 handshake, the server accepted it, and then the client successfully resumed but
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | mini_inetd.c | 75 * will be connected to an accepted socket. If the \a ret_socket 76 * parameter is non-NULL, the accepted socket will be returned in 84 * @param[out] ret_socket If non-NULL receives the accepted socket. 163 * connected to an accepted socket. If the \a ret_socket parameter is 164 * non-NULL, the accepted socket will be returned in *ret_socket. In 171 * @param[out] ret_socket If non-NULL receives the accepted socket.
|
/freebsd/usr.sbin/daemon/ |
H A D | daemon.8 | 93 These facilities are accepted: 177 These priorities are accepted: 262 is not accepted, 5 if 264 is not accepted, 6 if 266 is not within the accepted range, 7 if
|
/freebsd/sys/contrib/openzfs/.github/workflows/ |
H A D | labels.yml | 29 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status… 39 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Code Review Needed,Status: Inactive,Sta… 49 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status…
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_auth.c | 35 int accepted; /* HOSTAPD_ACL_* */ member 95 return entry->accepted; in hostapd_acl_cache_get() 542 cache->accepted = HOSTAPD_ACL_ACCEPT_TIMEOUT; in hostapd_acl_recv_radius() 544 cache->accepted = HOSTAPD_ACL_ACCEPT; in hostapd_acl_recv_radius() 582 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius() 596 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius() 598 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius() 604 bool success = cache->accepted == HOSTAPD_ACL_ACCEPT || in hostapd_acl_recv_radius() 605 cache->accepted == HOSTAPD_ACL_ACCEPT_TIMEOUT; in hostapd_acl_recv_radius() 615 (ieee802_11_set_radius_info(hapd, sta, cache->accepted, in hostapd_acl_recv_radius() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/ |
H A D | bootfs_001_pos.ksh | 43 # Valid datasets and snapshots are accepted as bootfs property values 62 log_assert "Valid datasets are accepted as bootfs property values" 80 log_pass "Valid datasets are accepted as bootfs property values"
|
H A D | bootfs_003_pos.ksh | 37 # Valid pool names are accepted 59 log_assert "Valid pool names are accepted by zpool set bootfs" 80 log_pass "Valid pool names are accepted by zpool set bootfs"
|
/freebsd/tests/sys/cddl/zfs/tests/bootfs/ |
H A D | bootfs_001_pos.ksh | 37 # Valid datasets are accepted as bootfs property values 69 log_assert "Valid datasets are accepted as bootfs property values" 93 log_pass "Valid datasets are accepted as bootfs property values"
|
H A D | bootfs_003_pos.ksh | 37 # Valid pool names are accepted 77 log_assert "Valid pool names are accepted by zpool set bootfs" 104 log_pass "Valid pool names are accepted by zpool set bootfs"
|
/freebsd/usr.bin/procstat/ |
H A D | procstat.1 | 167 Substring commands are accepted. 171 Substring commands are accepted. 175 Substring commands are accepted. 190 Substring commands are accepted. 199 Substring commands are accepted. 226 Substring commands are accepted.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/elkhartlake/ |
H A D | other.json | 14 …ion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock issued by ot… 20 …ion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock issued by ot… 47 …tion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock it issued.", 53 …ion": "Counts the number of unhalted cycles a core is blocked due to an accepted lock it issued. C…
|
/freebsd/usr.sbin/ppp/ |
H A D | README.changes | 94 o Protocol-compressed packets are accepted even if they were denied 113 o The words ``host'' and ``port'' are no longer accepted by the ``set filter'' 135 o MSCHAPv2 is now accepted by default. If you don't wish to negotiate 137 o MPPE is enabled and accepted by default (although deflate and predictor1
|
/freebsd/lib/libsys/ |
H A D | accept.2 | 99 The accepted socket 173 integer that is a descriptor for the accepted socket. 203 are present to be accepted.
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | g762.txt | 12 - "fan_startv": fan startup voltage. Accepted values are 0, 1, 2 and 3. 15 - "pwm_polarity": pwm polarity. Accepted values are 0 (positive duty)
|