| /NextBSD/lib/libbluetooth/ |
| HD | bluetooth.c | 111 again: in bt_gethostent() 117 goto again; in bt_gethostent() 119 goto again; in bt_gethostent() 122 goto again; in bt_gethostent() 125 goto again; in bt_gethostent() 217 again: in bt_getprotoent() 221 goto again; in bt_getprotoent() 223 goto again; in bt_getprotoent() 227 goto again; in bt_getprotoent()
|
| /NextBSD/usr.sbin/bluetooth/hccontrol/ |
| HD | send_recv.c | 71 again: in hci_request() 94 goto again; in hci_request() 110 goto again; in hci_request() 117 goto again; in hci_request() 156 again: in hci_recv() 167 goto again; in hci_recv()
|
| HD | link_control.c | 259 again: in hci_create_connection() 284 goto again; in hci_create_connection() 335 again: in hci_disconnect() 358 goto again; in hci_disconnect() 414 again: in hci_add_sco_connection() 439 goto again; in hci_add_sco_connection() 485 again: in hci_change_connection_packet_type() 509 goto again; in hci_change_connection_packet_type() 578 again: in hci_remote_name_request() 600 goto again; in hci_remote_name_request() [all …]
|
| /NextBSD/contrib/ntp/ntpdc/ |
| HD | ntpdc_ops.c | 360 again: in peerlist() 367 goto again; in peerlist() 440 again: in dopeers() 447 goto again; in dopeers() 689 again: in showpeer() 721 goto again; in showpeer() 763 again: in peerstats() 798 goto again; in peerstats() 891 again: in loopinfo() 898 goto again; in loopinfo() [all …]
|
| HD | ntpdc.c | 626 again: in getresponse() 678 goto again; in getresponse() 685 goto again; in getresponse() 691 goto again; in getresponse() 696 goto again; in getresponse() 701 goto again; in getresponse() 706 goto again; in getresponse() 718 goto again; in getresponse() 747 goto again; in getresponse() 758 goto again; in getresponse() [all …]
|
| /NextBSD/lib/libc/yp/ |
| HD | yplib.c | 359 again: in _yp_dobind() 398 goto again; in _yp_dobind() 483 goto again; in _yp_dobind() 495 goto again; in _yp_dobind() 532 goto again; in _yp_dobind() 702 again: in yp_match() 725 goto again; in yp_match() 792 again: in yp_first() 817 goto again; in yp_first() 871 again: in yp_next() [all …]
|
| /NextBSD/contrib/serf/ |
| HD | design-guide.txt | 83 immediately call the read function again to read 96 for some event before attempting to read again 99 again will, in all likelihood, return zero length 100 data and APR_EAGAIN again. 104 again after it has returned APR_EAGAIN. You must 105 run the serf context loop again to (potentially) 109 data available and should not be read again. If you 110 happen to read it again, then it will return zero 114 then it is illegal to read this bucket ever again.
|
| /NextBSD/contrib/less/ |
| HD | command.c | 1059 again: in commands() 1082 goto again; in commands() 1150 goto again; in commands() 1417 goto again; in commands() 1429 goto again; in commands() 1436 goto again; in commands() 1509 goto again; in commands() 1671 goto again; in commands() 1681 goto again; in commands() 1689 goto again; in commands() [all …]
|
| /NextBSD/sys/dev/atkbdc/ |
| HD | atkbdc.c | 991 int again = KBD_MAXWAIT; in reset_kbd() local 1008 while (again-- > 0) { in reset_kbd() 1029 int again = KBD_MAXWAIT; in reset_aux_dev() local 1038 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev() 1052 for (again = KBD_MAXWAIT; again > 0; --again) { in reset_aux_dev() 1077 int again = KBD_MAXWAIT; in test_controller() local 1089 while (again-- > 0) { in test_controller() 1105 int again = KBD_MAXWAIT; in test_kbd_port() local 1117 while (again-- > 0) { in test_kbd_port() 1131 int again = KBD_MAXWAIT; in test_aux_port() local [all …]
|
| /NextBSD/contrib/jemalloc/src/ |
| HD | tsd.c | 42 bool pending[MALLOC_TSD_CLEANUPS_MAX], again; in _malloc_thread_cleanup() local 49 again = false; in _malloc_thread_cleanup() 54 again = true; in _malloc_thread_cleanup() 57 } while (again); in _malloc_thread_cleanup()
|
| /NextBSD/usr.sbin/ppp/ |
| HD | auth.c | 173 again: in auth_SetPhoneList() 199 goto again; in auth_SetPhoneList() 234 again: in auth_Select() 268 goto again; in auth_Select() 300 again: in auth_Validate() 325 goto again; in auth_Validate() 355 again: in auth_GetSecret() 380 goto again; in auth_GetSecret()
|
| /NextBSD/sys/cddl/dev/fbt/powerpc/ |
| HD | fbt_isa.c | 173 again: in fbt_provide_module_function() 193 goto again; in fbt_provide_module_function() 199 goto again; in fbt_provide_module_function() 211 goto again; in fbt_provide_module_function() 251 goto again; in fbt_provide_module_function()
|
| /NextBSD/crypto/openssl/crypto/asn1/ |
| HD | f_string.c | 99 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local 123 again = (buf[i - 1] == '\\'); in a2i_ASN1_STRING() 153 i -= again; in a2i_ASN1_STRING() 195 if (again) in a2i_ASN1_STRING()
|
| HD | f_enum.c | 101 int i, j, k, m, n, again, bufsize; in a2i_ASN1_ENUMERATED() local 121 again = (buf[i - 1] == '\\'); in a2i_ASN1_ENUMERATED() 147 i -= again; in a2i_ASN1_ENUMERATED() 189 if (again) in a2i_ASN1_ENUMERATED()
|
| HD | f_int.c | 105 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local 125 again = (buf[i - 1] == '\\'); in a2i_ASN1_INTEGER() 161 i -= again; in a2i_ASN1_INTEGER() 201 if (again) in a2i_ASN1_INTEGER()
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | ntp_intres.c | 475 int again; in getaddrinfo_sometime_complete() local 503 again = should_retry_dns(gai_resp->retcode, in getaddrinfo_sometime_complete() 508 if (gai_req->retry > 0 && again) { in getaddrinfo_sometime_complete() 802 int again; in getnameinfo_sometime_complete() local 824 again = should_retry_dns(gni_resp->retcode, gni_resp->gni_errno); in getnameinfo_sometime_complete() 833 if (gni_req->retry > 0 && again) { in getnameinfo_sometime_complete() 1074 int again; in should_retry_dns() local 1083 again = 0; in should_retry_dns() 1088 again = 1; in should_retry_dns() 1092 again = 1; in should_retry_dns() [all …]
|
| /NextBSD/sys/cddl/dev/fbt/x86/ |
| HD | fbt_isa.c | 208 again: in fbt_provide_module_function() 228 goto again; in fbt_provide_module_function() 236 goto again; in fbt_provide_module_function() 265 goto again; in fbt_provide_module_function() 314 goto again; in fbt_provide_module_function()
|
| /NextBSD/contrib/bsnmp/snmp_mibII/ |
| HD | mibII_interfaces.c | 376 again: in op_ifxtable() 464 goto again; in op_ifxtable() 470 goto again; in op_ifxtable() 477 goto again; in op_ifxtable() 483 goto again; in op_ifxtable() 489 goto again; in op_ifxtable() 495 goto again; in op_ifxtable() 502 goto again; in op_ifxtable() 508 goto again; in op_ifxtable()
|
| /NextBSD/sys/kern/ |
| HD | subr_scanf.c | 148 again: c = *fmt++; in vsscanf() 162 goto again; in vsscanf() 170 goto again; in vsscanf() 173 goto again; in vsscanf() 181 goto again; in vsscanf() 186 goto again; in vsscanf()
|
| /NextBSD/lib/libc/stdio/ |
| HD | vfwscanf.c | 487 again: c = *fmt++; in __vfwscanf() 502 goto again; in __vfwscanf() 505 goto again; in __vfwscanf() 512 goto again; in __vfwscanf() 515 goto again; in __vfwscanf() 518 goto again; in __vfwscanf() 521 goto again; in __vfwscanf() 524 goto again; in __vfwscanf() 531 goto again; in __vfwscanf() 536 goto again; in __vfwscanf()
|
| HD | vfscanf.c | 504 again: c = *fmt++; in __svfscanf() 518 goto again; in __svfscanf() 521 goto again; in __svfscanf() 528 goto again; in __svfscanf() 531 goto again; in __svfscanf() 534 goto again; in __svfscanf() 537 goto again; in __svfscanf() 540 goto again; in __svfscanf() 547 goto again; in __svfscanf() 552 goto again; in __svfscanf()
|
| /NextBSD/usr.sbin/bhyve/ |
| HD | dbgport.c | 69 again: in dbg_handler() 92 goto again; in dbg_handler() 100 goto again; in dbg_handler()
|
| /NextBSD/crypto/openssl/crypto/conf/ |
| HD | conf_def.c | 214 int again; in def_load_bio() local 246 again = 0; in def_load_bio() 257 if (i == 0 && !again) in def_load_bio() 259 again = 0; in def_load_bio() 270 again = 1; /* long line */ in def_load_bio() 291 again = 1; in def_load_bio() 294 if (again) in def_load_bio() 309 again: in def_load_bio() 315 goto again; in def_load_bio()
|
| /NextBSD/contrib/vis/ |
| HD | foldit.c | 53 again: in foldit() 73 goto again; in foldit()
|
| /NextBSD/sbin/adjkerntz/ |
| HD | adjkerntz.c | 140 again: in main() 203 goto again; in main() 255 goto again; in main() 363 goto again; in main()
|