Home
last modified time | relevance | path

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

12345678910>>...29

/freebsd-14.2/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-14.2/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-14.2/contrib/tcpdump/missing/
H A Dgetservent.c102 again: in getservent()
106 goto again; in getservent()
109 goto again; in getservent()
114 goto again; in getservent()
120 goto again; in getservent()
/freebsd-14.2/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-14.2/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-14.2/sys/kern/
H A Dsubr_scanf.c152 again: c = *fmt++; in vsscanf()
166 goto again; in vsscanf()
169 goto again; in vsscanf()
177 goto again; in vsscanf()
180 goto again; in vsscanf()
183 goto again; in vsscanf()
186 goto again; in vsscanf()
194 goto again; in vsscanf()
199 goto again; in vsscanf()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/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-14.2/sys/cddl/dev/fbt/powerpc/
H A Dfbt_isa.c159 again: in fbt_provide_module_function()
179 goto again; in fbt_provide_module_function()
185 goto again; in fbt_provide_module_function()
197 goto again; in fbt_provide_module_function()
237 goto again; in fbt_provide_module_function()
/freebsd-14.2/sys/dev/atkbdc/
H A Datkbdc.c966 int again = KBD_MAXWAIT; in reset_kbd() local
983 while (again-- > 0) { in reset_kbd()
1004 int again = KBD_MAXWAIT; in reset_aux_dev() local
1013 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev()
1027 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev()
1052 int again = KBD_MAXWAIT; in test_controller() local
1064 while (again-- > 0) { in test_controller()
1080 int again = KBD_MAXWAIT; in test_kbd_port() local
1092 while (again-- > 0) { in test_kbd_port()
1106 int again = KBD_MAXWAIT; in test_aux_port() local
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/lib/libc/stdio/
H A Dvfscanf.c527 again: c = *fmt++; in __svfscanf()
541 goto again; in __svfscanf()
544 goto again; in __svfscanf()
551 goto again; in __svfscanf()
554 goto again; in __svfscanf()
557 goto again; in __svfscanf()
596 goto again; in __svfscanf()
599 goto again; in __svfscanf()
602 goto again; in __svfscanf()
609 goto again; in __svfscanf()
[all …]
H A Dvfwscanf.c510 again: c = *fmt++; in __vfwscanf()
525 goto again; in __vfwscanf()
528 goto again; in __vfwscanf()
535 goto again; in __vfwscanf()
538 goto again; in __vfwscanf()
541 goto again; in __vfwscanf()
580 goto again; in __vfwscanf()
583 goto again; in __vfwscanf()
586 goto again; in __vfwscanf()
593 goto again; in __vfwscanf()
[all …]
/freebsd-14.2/contrib/vis/
H A Dfoldit.c53 again: in foldit()
73 goto again; in foldit()
/freebsd-14.2/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 …]
/freebsd-14.2/sys/cddl/dev/fbt/x86/
H A Dfbt_isa.c262 again: in fbt_provide_module_function()
282 goto again; in fbt_provide_module_function()
290 goto again; in fbt_provide_module_function()
319 goto again; in fbt_provide_module_function()
368 goto again; in fbt_provide_module_function()
/freebsd-14.2/sbin/adjkerntz/
H A Dadjkerntz.c140 again: in main()
203 goto again; in main()
255 goto again; in main()
363 goto again; in main()

12345678910>>...29