/freebsd/contrib/bsnmp/tests/ |
H A D | constbuf.h | 229 for (bool again = true; again; again = false) { in count_bits() local 232 again = count_comment(c, mode); in count_bits() 235 again = count_check(c, mode, bits); in count_bits() 238 again = count_goto(c, mode, bits, addr); in count_bits() 241 again = count_hex(c, mode, bits); in count_bits() 244 again = count_bin(c, mode, bits, addr); in count_bits() 274 for (bool again = true; again; again = false) { in constbuf() local 277 again = count_comment(c, mode); in constbuf() 280 again = handle_check(c, mode, bit, addr); in constbuf() 283 again = count_goto(c, mode, bit, addr); in constbuf() [all …]
|
/freebsd/lib/libbluetooth/ |
H A D | bluetooth.c | 112 again: in bt_gethostent() 118 goto again; in bt_gethostent() 120 goto again; in bt_gethostent() 123 goto again; in bt_gethostent() 126 goto again; in bt_gethostent() 218 again: in bt_getprotoent() 222 goto again; in bt_getprotoent() 224 goto again; in bt_getprotoent() 228 goto again; in bt_getprotoent()
|
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | send_recv.c | 72 again: in hci_request() 95 goto again; in hci_request() 111 goto again; in hci_request() 118 goto again; in hci_request() 157 again: in hci_recv() 168 goto again; in hci_recv()
|
H A D | link_control.c | 260 again: in hci_create_connection() 285 goto again; in hci_create_connection() 336 again: in hci_disconnect() 359 goto again; in hci_disconnect() 415 again: in hci_add_sco_connection() 440 goto again; in hci_add_sco_connection() 486 again: in hci_change_connection_packet_type() 510 goto again; in hci_change_connection_packet_type() 579 again: in hci_remote_name_request() 601 goto again; in hci_remote_name_request() [all …]
|
/freebsd/contrib/tcpdump/missing/ |
H A D | getservent.c | 102 again: in getservent() 106 goto again; in getservent() 109 goto again; in getservent() 114 goto again; in getservent() 120 goto again; in getservent()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 360 again: in peerlist() 367 goto again; in peerlist() 447 again: in dopeers() 454 goto again; in dopeers() 698 again: in showpeer() 730 goto again; in showpeer() 772 again: in peerstats() 807 goto again; in peerstats() 900 again: in loopinfo() 907 goto again; in loopinfo() [all …]
|
H A D | ntpdc.c | 658 again: in getresponse() 722 goto again; in getresponse() 729 goto again; in getresponse() 735 goto again; in getresponse() 740 goto again; in getresponse() 745 goto again; in getresponse() 750 goto again; in getresponse() 762 goto again; in getresponse() 791 goto again; in getresponse() 802 goto again; in getresponse() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_scanf.c | 149 again: c = *fmt++; in vsscanf() 163 goto again; in vsscanf() 166 goto again; in vsscanf() 174 goto again; in vsscanf() 177 goto again; in vsscanf() 180 goto again; in vsscanf() 183 goto again; in vsscanf() 191 goto again; in vsscanf() 196 goto again; in vsscanf()
|
H A D | kern_rangelock.c | 480 again: in rangelock_noncheating_destroy() 490 goto again; in rangelock_noncheating_destroy() 505 goto again; in rangelock_noncheating_destroy() 511 goto again; in rangelock_noncheating_destroy() 530 again: in rl_r_validate() 546 goto again; in rl_r_validate() 576 again: in rl_w_validate() 592 goto again; in rl_w_validate() 604 goto again; in rl_w_validate() 623 again: in rl_insert() [all …]
|
/freebsd/lib/libc/yp/ |
H A D | yplib.c | 353 again: in _yp_dobind() 392 goto again; in _yp_dobind() 477 goto again; in _yp_dobind() 489 goto again; in _yp_dobind() 526 goto again; in _yp_dobind() 696 again: in yp_match() 719 goto again; in yp_match() 786 again: in yp_first() 811 goto again; in yp_first() 865 again: in yp_next() [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_pfil.c | 131 again: in ipfw_check_packet() 271 goto again; in ipfw_check_packet() 285 goto again; in ipfw_check_packet() 298 goto again; /* continue with packet */ in ipfw_check_packet() 306 goto again; in ipfw_check_packet() 309 goto again; /* continue with packet */ in ipfw_check_packet() 345 again: in ipfw_check_frame_mbuf() 390 goto again; /* continue with packet */ in ipfw_check_frame_mbuf() 425 again: in ipfw_check_frame_mem() 465 goto again; /* continue with packet */ in ipfw_check_frame_mem()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | f_string.c | 50 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local 74 again = (buf[i - 1] == '\\'); in a2i_ASN1_STRING() 92 i -= again; in a2i_ASN1_STRING() 122 if (again) in a2i_ASN1_STRING()
|
H A D | f_int.c | 56 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local 76 again = (buf[i - 1] == '\\'); in a2i_ASN1_INTEGER() 101 i -= again; in a2i_ASN1_INTEGER() 130 if (again) in a2i_ASN1_INTEGER()
|
/freebsd/sys/dev/atkbdc/ |
H A D | atkbdc.c | 977 int again = KBD_MAXWAIT; in reset_kbd() local 994 while (again-- > 0) { in reset_kbd() 1015 int again = KBD_MAXWAIT; in reset_aux_dev() local 1024 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev() 1038 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev() 1063 int again = KBD_MAXWAIT; in test_controller() local 1075 while (again-- > 0) { in test_controller() 1091 int again = KBD_MAXWAIT; in test_kbd_port() local 1103 while (again-- > 0) { in test_kbd_port() 1117 int again = KBD_MAXWAIT; in test_aux_port() local [all …]
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | cxa_thread_atexit_nothr_test.cc | 80 again(void *arg) in again() function 83 __cxa_thread_atexit(again, arg, &output); in again() 90 again(NULL); in ATF_TEST_CASE_BODY()
|
H A D | cxa_thread_atexit_test.cc | 53 again(void *arg) in again() function 56 __cxa_thread_atexit(again, arg, &output); in again() 62 again(NULL); in ~Baz()
|
/freebsd/sys/cddl/dev/fbt/powerpc/ |
H A D | fbt_isa.c | 158 again: in fbt_provide_module_function() 178 goto again; in fbt_provide_module_function() 184 goto again; in fbt_provide_module_function() 196 goto again; in fbt_provide_module_function() 236 goto again; in fbt_provide_module_function()
|
/freebsd/usr.sbin/ppp/ |
H A D | auth.c | 179 again: in auth_SetPhoneList() 205 goto again; in auth_SetPhoneList() 240 again: in auth_Select() 274 goto again; in auth_Select() 306 again: in auth_Validate() 331 goto again; in auth_Validate() 361 again: in auth_GetSecret() 386 goto again; in auth_GetSecret()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get_error.pod | 70 function can be called again. 79 When the B<BIO> is writable again, the same function can be called again. 81 Note that the retry may again lead to an B<SSL_ERROR_WANT_READ> or 90 again to continue sending the application data. If you get B<SSL_ERROR_WANT_WRITE> 111 called again later. The underlying BIO was not connected yet to the peer 113 called again when the connection is established. These messages can only 122 SSL_CTX_set_client_cert_cb() has asked to be called again. 123 The TLS/SSL I/O function should be called again later. 135 function should be called again later. The function B<must> be called from the 151 SSL_CTX_set_client_hello_cb() has asked to be called again. [all …]
|
/freebsd/contrib/ntp/libntp/ |
H A D | ntp_intres.c | 485 int again, noerr; in getaddrinfo_sometime_complete() 514 again = noerr || should_retry_dns( in getaddrinfo_sometime_complete() 519 if (gai_req->retry > 0 && again) { in getaddrinfo_sometime_complete() 814 int again; in getnameinfo_sometime_complete() 836 again = should_retry_dns(gni_resp->retcode, gni_resp->gni_errno); in getnameinfo_sometime_complete() 845 if (gni_req->retry > 0 && again) { in getnameinfo_sometime_complete() 1094 int again; in should_retry_dns() 1103 again = 0; in should_retry_dns() 1108 again = 1; in should_retry_dns() 1112 again in should_retry_dns() 491 int again, noerr; getaddrinfo_sometime_complete() local 820 int again; getnameinfo_sometime_complete() local 1100 int again; should_retry_dns() local [all...] |
/freebsd/lib/libc/stdio/ |
H A D | vfscanf.c | 524 again: c = *fmt++; in __svfscanf() 538 goto again; in __svfscanf() 541 goto again; in __svfscanf() 548 goto again; in __svfscanf() 551 goto again; in __svfscanf() 554 goto again; in __svfscanf() 593 goto again; in __svfscanf() 596 goto again; in __svfscanf() 599 goto again; in __svfscanf() 606 goto again; in __svfscanf() [all …]
|
H A D | vfwscanf.c | 505 again: c = *fmt++; in __vfwscanf() 520 goto again; in __vfwscanf() 523 goto again; in __vfwscanf() 530 goto again; in __vfwscanf() 533 goto again; in __vfwscanf() 536 goto again; in __vfwscanf() 575 goto again; in __vfwscanf() 578 goto again; in __vfwscanf() 581 goto again; in __vfwscanf() 588 goto again; in __vfwscanf() [all …]
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_mmu.c | 165 again: in vmmpmap_l1_table() 182 goto again; in vmmpmap_l1_table() 208 again: in vmmpmap_l2_table() 225 goto again; in vmmpmap_l2_table() 251 again: in vmmpmap_l3_table() 268 goto again; in vmmpmap_l3_table()
|
/freebsd/contrib/less/ |
H A D | command.c | 1350 again: in commands() 1373 goto again; in commands() 1442 goto again; in commands() 1733 goto again; in commands() 1746 goto again; in commands() 1797 goto again; in commands() 1873 goto again; in commands() 2052 goto again; in commands() 2062 goto again; in commands() 2070 goto again; in commands() [all...] |
/freebsd/sys/ddb/ |
H A D | db_pprint.c | 258 again: in db_pprint_ptr() 268 goto again; in db_pprint_ptr() 272 goto again; in db_pprint_ptr() 276 goto again; in db_pprint_ptr() 280 goto again; in db_pprint_ptr() 283 goto again; in db_pprint_ptr()
|