| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | hp | 315 >>>>>>>>>0xC4 belong 3 - received SIGQUIT 316 >>>>>>>>>0xC4 belong 4 - received SIGILL 317 >>>>>>>>>0xC4 belong 5 - received SIGTRAP 318 >>>>>>>>>0xC4 belong 6 - received SIGABRT 319 >>>>>>>>>0xC4 belong 7 - received SIGEMT 320 >>>>>>>>>0xC4 belong 8 - received SIGFPE 321 >>>>>>>>>0xC4 belong 10 - received SIGBUS 322 >>>>>>>>>0xC4 belong 11 - received SIGSEGV 323 >>>>>>>>>0xC4 belong 12 - received SIGSYS 324 >>>>>>>>>0xC4 belong 33 - received SIGXCPU [all …]
|
| /netbsd-src/tests/lib/libm/ |
| H A D | t_fe_round.c | 116 long int received; in ATF_TC_BODY() local 131 received = llrint(values[i].input); in ATF_TC_BODY() 134 received = llrintf(values[i].input); in ATF_TC_BODY() 137 received = lrint(values[i].input); in ATF_TC_BODY() 140 received = lrintf(values[i].input); in ATF_TC_BODY() 152 ATF_CHECK_MSG((long int)received == values[i].expected, in ATF_TC_BODY() 156 (long int)received, values[i].expected); in ATF_TC_BODY() 194 double received, ipart, fpart; in ATF_TC_BODY() local 232 received = nearbyint(values[i].input); in ATF_TC_BODY() 236 received = nearbyintf(values[i].input); in ATF_TC_BODY() [all …]
|
| /netbsd-src/external/bsd/openpam/dist/t/ |
| H A D | t_pam_err.c | 47 t_compare_pam_err(int expected, int received) in t_compare_pam_err() argument 50 if (expected == received) in t_compare_pam_err() 56 if (received >= 0 && received < PAM_NUM_ERRORS) in t_compare_pam_err() 57 t_printv("received %s\n", pam_err_name[received]); in t_compare_pam_err() 59 t_printv("received %d\n", received); in t_compare_pam_err()
|
| H A D | t_pam_err.h | 36 t_pam_success(int received) in t_pam_success() argument 39 return t_compare_pam_err(PAM_SUCCESS, received); in t_pam_success()
|
| /netbsd-src/external/bsd/nsd/dist/ |
| H A D | xfrd-tcp.c | 1257 ssize_t received; in conn_read_ssl() local 1261 received = SSL_read(ssl, in conn_read_ssl() 1264 if (received <= 0) { in conn_read_ssl() 1265 int err = SSL_get_error(ssl, received); in conn_read_ssl() 1274 …log_msg(LOG_ERR, "ssl_read returned error SSL_ERROR_SYSCALL with received %zd: %s", received, stre… in conn_read_ssl() 1276 log_msg(LOG_ERR, "ssl_read returned error %d with received %zd", err, received); in conn_read_ssl() 1278 if(received == -1) { in conn_read_ssl() 1289 } else if(received == 0) { in conn_read_ssl() 1293 tcp->total_bytes += received; in conn_read_ssl() 1316 received = SSL_read(ssl, buffer_current(tcp->packet), in conn_read_ssl() [all …]
|
| H A D | server.c | 3722 int received, sent, recvcount, i; in handle_udp() local 3743 received = msgs[i].msg_len; in handle_udp() 3748 if (received == -1) { in handle_udp() 3773 buffer_skip(q->packet, received); in handle_udp() 3999 size_t add_amount, ssize_t* received) in more_read_buf_tcp() argument 4001 *received = read(fd, bufpos, add_amount); in more_read_buf_tcp() 4002 if (*received == -1) { in more_read_buf_tcp() 4019 } else if (*received == 0) { in more_read_buf_tcp() 4031 ssize_t received; in handle_tcp_reading() local 4077 &received)) in handle_tcp_reading() [all …]
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/tcp/ |
| H A D | tests.sh | 37 ntcp10="$(grep "TCP requests received" ns1/named.stats.test$n | tail -1 | awk '{print $1}')" 38 ntcp20="$(grep "TCP requests received" ns2/named.stats.test$n | tail -1 | awk '{print $1}')" 51 ntcp11="$(grep "TCP requests received" ns1/named.stats.test$n | tail -1 | awk '{print $1}')" 52 ntcp21="$(grep "TCP requests received" ns2/named.stats.test$n | tail -1 | awk '{print $1}')" 67 ntcp12="$(grep "TCP requests received" ns1/named.stats.test$n | tail -1 | awk '{print $1}')" 68 ntcp22="$(grep "TCP requests received" ns2/named.stats.test$n | tail -1 | awk '{print $1}')"
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | sigprocmask.c | 163 sig_atomic_t received[NSIG]; in sigprocmask() local 173 received[sig] = pending_array[sig]; in sigprocmask() 178 received[sig] = 0; in sigprocmask() 181 if (received[sig]) in sigprocmask()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set_msg_callback.pod | 31 protocol messages (such as handshake messages) that are received or 50 This flag is B<0> when a protocol message has been received and B<1> 76 The B<SSL> object that received or sent the message. 91 If processing a received protocol message results in an error, 98 a TLS 1.0 ClientHello message is received by an SSL 3.0-only server, 108 Used when a record is sent or received. The B<buf> contains the record header 113 Used when an encrypted TLSv1.3 record is sent or received. In encrypted TLSv1.3
|
| H A D | SSL_alert_type_string.pod | 78 An inappropriate message was received. This alert is always fatal 84 This alert is returned if a record is received with an incorrect 89 The decompression function received improper input (e.g. data 139 A TLSCiphertext record was received which had a length more than 145 A valid certificate chain or partial chain was received, but the 152 A valid certificate was received, but when access control was
|
| H A D | OSSL_CMP_exec_certreq.pod | 82 Otherwise (when according to I<ctx> a 'waiting' status has been received before) 89 and returns -1 after assigning the received checkAfter value 114 and returns the list of B<ITAV>s received in the GENP message. 144 in case a 'waiting' status has been received and checkAfter value is available. 147 assign the received value unless I<checkAfter> is NULL. 152 otherwise a pointer to the sequence of B<ITAV> received, which may be empty.
|
| H A D | SSL_get0_peer_scts.pod | 5 SSL_get0_peer_scts - get SCTs received 16 been received. If this is the first time that this function has been called for
|
| H A D | SSL_extension_supported.pod | 131 order that they were received in the Certificate message. 139 met and the corresponding extension was received in the ClientHello. That is, if 140 no corresponding extension was received in the ClientHello then B<add_cb> will 256 be used to store the extension data received in a convenient structure or 259 If the same custom extension type is received multiple times a fatal 261 is received in a ServerHello/EncryptedExtensions message which was not sent in 264 only called if the corresponding extension was received in the ClientHello. This
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set_msg_callback.pod | 31 protocol messages (such as handshake messages) that are received or 50 This flag is B<0> when a protocol message has been received and B<1> 76 The B<SSL> object that received or sent the message. 91 If processing a received protocol message results in an error, 98 a TLS 1.0 ClientHello message is received by an SSL 3.0-only server, 108 Used when a record is sent or received. The B<buf> contains the record header 113 Used when an encrypted TLSv1.3 record is sent or received. In encrypted TLSv1.3
|
| H A D | SSL_alert_type_string.pod | 78 An inappropriate message was received. This alert is always fatal 84 This alert is returned if a record is received with an incorrect 89 The decompression function received improper input (e.g. data 139 A TLSCiphertext record was received which had a length more than 145 A valid certificate chain or partial chain was received, but the 152 A valid certificate was received, but when access control was
|
| H A D | SSL_get0_peer_scts.pod | 5 SSL_get0_peer_scts - get SCTs received 16 been received. If this is the first time that this function has been called for
|
| H A D | SSL_get_all_async_fds.pod | 34 SSL_ERROR_WANT_ASYNC has been received - see L<SSL_get_error(3)>). Typically the 46 SSL_ERROR_WANT_ASYNC was received (or since the SSL object was created if no 47 SSL_ERROR_WANT_ASYNC has been received). Similar to SSL_get_all_async_fds() it
|
| H A D | SSL_extension_supported.pod | 128 order that they were received in the Certificate message. 136 met and the corresponding extension was received in the ClientHello. That is, if 137 no corresponding extension was received in the ClientHello then B<add_cb> will 253 be used to store the extension data received in a convenient structure or 256 If the same custom extension type is received multiple times a fatal 258 is received in a ServerHello/EncryptedExtensions message which was not sent in 261 only called if the corresponding extension was received in the ClientHello. This
|
| H A D | SSL_shutdown.pod | 42 to resume the session because it did not received and process the session ticket 74 SSL_read() should be called until all data is received. 121 data has been received and doesn't wait for the close_notify alert 126 that all data has been received, do not wait for the peer's close_notify alert. 149 and the peer's close_notify alert was received.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | string_view | 264 …SERT(__len == 0 || __s != nullptr, "string_view::string_view(_CharT *, size_t): received nullptr"); 429 … _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find(): received nullptr"); 444 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find(): received nullptr"); 452 _LIBCPP_ASSERT(__s != nullptr, "string_view::find(): received nullptr"); 461 … _LIBCPP_ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find(): received nullptr"); 476 _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::rfind(): received nullptr"); 484 _LIBCPP_ASSERT(__s != nullptr, "string_view::rfind(): received nullptr"); 493 …ASSERT(__s.size() == 0 || __s.data() != nullptr, "string_view::find_first_of(): received nullptr"); 505 … _LIBCPP_ASSERT(__n == 0 || __s != nullptr, "string_view::find_first_of(): received nullptr"); 513 _LIBCPP_ASSERT(__s != nullptr, "string_view::find_first_of(): received nullptr"); [all …]
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dnstap.proto | 23 // You should have received a copy of the CC0 Public Domain Dedication along 168 // AUTH_QUERY is a DNS query message received from a resolver by an 184 // RESOLVER_RESPONSE is a DNS response message received from an 226 // TOOL_RESPONSE is a DNS response message received by a DNS software 230 // UPDATE_QUERY is a Dynamic DNS Update request (RFC 2136) received 268 // The time at which the DNS query message was sent or received, depending 273 // The time at which the DNS query message was sent or received. 284 // The time at which the DNS response message was sent or received, 290 // The time at which the DNS response message was sent or received.
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dnstap.proto | 23 // You should have received a copy of the CC0 Public Domain Dedication along 118 // AUTH_QUERY is a DNS query message received from a resolver by an 134 // RESOLVER_RESPONSE is a DNS response message received from an 176 // TOOL_RESPONSE is a DNS response message received by a DNS software 180 // UPDATE_QUERY is a DNS update query message received from a resolver 218 // The time at which the DNS query message was sent or received, depending 223 // The time at which the DNS query message was sent or received. 234 // The time at which the DNS response message was sent or received, 240 // The time at which the DNS response message was sent or received.
|
| /netbsd-src/external/bsd/unbound/dist/dnstap/ |
| H A D | dnstap.proto | 12 // You should have received a copy of the CC0 Public Domain Dedication along 108 // AUTH_QUERY is a DNS query message received from a resolver by an 124 // RESOLVER_RESPONSE is a DNS response message received from an 190 // The time at which the DNS query message was sent or received, depending 195 // The time at which the DNS query message was sent or received. 206 // The time at which the DNS response message was sent or received, 212 // The time at which the DNS response message was sent or received.
|
| /netbsd-src/external/bsd/nsd/dist/dnstap/ |
| H A D | dnstap.proto | 12 // You should have received a copy of the CC0 Public Domain Dedication along 108 // AUTH_QUERY is a DNS query message received from a resolver by an 124 // RESOLVER_RESPONSE is a DNS response message received from an 190 // The time at which the DNS query message was sent or received, depending 195 // The time at which the DNS query message was sent or received. 206 // The time at which the DNS response message was sent or received, 212 // The time at which the DNS response message was sent or received.
|
| /netbsd-src/sys/dev/pci/qat/ |
| H A D | qat_hw17.c | 140 int times, received; in qat_adm_mailbox_put_msg_sync() local 153 received = 0; in qat_adm_mailbox_put_msg_sync() 157 received = 1; in qat_adm_mailbox_put_msg_sync() 161 if (received) { in qat_adm_mailbox_put_msg_sync() 171 return received ? 0 : EFAULT; in qat_adm_mailbox_put_msg_sync()
|