Home
last modified time | relevance | path

Searched refs:again (Results 1 – 25 of 729) sorted by relevance

12345678910>>...30

/freebsd/contrib/bsnmp/tests/
H A Dconstbuf.h229 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 Dbluetooth.c112 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 Dsend_recv.c72 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 Dlink_control.c260 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()
579 again: in hci_remote_name_request()
642 again: in hci_read_remote_supported_features()
710 again: in hci_read_remote_version_information()
[all …]
/freebsd/contrib/tcpdump/missing/
H A Dgetservent.c104 again: in getservent()
108 goto again; in getservent()
111 goto again; in getservent()
116 goto again; in getservent()
122 goto again; in getservent()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c360 again: in peerlist()
447 again: in dopeers()
698 again: in showpeer()
772 again: in peerstats()
900 again: in loopinfo()
963 again: in sysinfo()
1051 again: in sysstats()
1117 again: in iostats()
1178 again: in memstats()
1235 again: in timerstats()
[all …]
H A Dntpdc.c658 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()
1018 again: in doquery()
[all …]
/freebsd/sys/kern/
H A Dsubr_scanf.c149 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()
/freebsd/lib/libc/tests/stdlib/
H A Dcxa_thread_atexit_nothr_test.cc80 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 Dcxa_thread_atexit_test.cc53 again(void *arg) in again() function
56 __cxa_thread_atexit(again, arg, &output); in again()
62 again(NULL); in ~Baz()
/freebsd/crypto/openssl/crypto/asn1/
H A Df_string.c50 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 Df_int.c56 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/lib/libc/yp/
H A Dyplib.c353 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()
892 goto again; in yp_next()
943 again: in yp_all()
1009 again: in yp_order()
1066 again: in yp_master()
[all …]
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_pfil.c130 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/sys/cddl/dev/fbt/powerpc/
H A Dfbt_isa.c158 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/sys/dev/atkbdc/
H A Datkbdc.c977 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/usr.sbin/ppp/
H A Dauth.c179 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 DSSL_get_error.pod70 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 Dntp_intres.c485 int again, noerr; in getaddrinfo_sometime_complete() local
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() local
845 if (gni_req->retry > 0 && again) { in getnameinfo_sometime_complete()
1094 int again; in should_retry_dns() local
1103 again = 0; in should_retry_dns()
1108 again = 1; in should_retry_dns()
1112 again = 1; in should_retry_dns()
1130 again = 1; in should_retry_dns()
[all …]
/freebsd/lib/libc/stdio/
H A Dvfscanf.c524 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 Dvfwscanf.c505 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 Dvmm_mmu.c165 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/unbound/testdata/
H A Dserve_expired_cached_servfail_refresh.rpl23 ; - query again right after the TTL expired
28 ; - query again; the upstream now has the answer available
91 ; Query again
111 ; Query again
128 ; Query again, upstream has the real answer available
/freebsd/contrib/vis/
H A Dfoldit.c53 again: in foldit()
73 goto again; in foldit()
/freebsd/contrib/less/
H A Dcommand.c1266 again: in commands()
1359 goto again; in commands()
1649 goto again; in commands()
1661 goto again; in commands()
1668 goto again; in commands()
1744 goto again; in commands()
1923 goto again; in commands()
1933 goto again; in commands()
1941 goto again; in commands()
2026 goto again; in commands()
[all …]

12345678910>>...30