Home
last modified time | relevance | path

Searched refs:tmpint (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/dialog/
HDprogressbox.c47 int j, tmpint, ch; in get_line() local
65 tmpint = dialog_state.tab_len in get_line()
67 for (j = 0; j < tmpint; j++) { in get_line()
HDtailbox.c49 int j, tmpint, ch; in get_line() local
56 tmpint = dialog_state.tab_len in get_line()
58 for (j = 0; j < tmpint; j++) { in get_line()
HDtextbox.c131 int i = 0, j, n, tmpint; in read_high() local
184 tmpint = (dialog_state.tab_len in read_high()
186 for (n = 0; n < tmpint; n++) in read_high()
/NextBSD/sys/cam/scsi/
HDscsi_sa.c1110 int tmpint; in safillprot() local
1114 tmpint = 1; in safillprot()
1116 tmpint = 0; in safillprot()
1117 SASBADDINTDESC(sb, *indent, tmpint, %d, protection_supported, in safillprot()
1120 if ((tmpint != 0) in safillprot()
4384 int tmpint; in saextget() local
4495 tmpint = 0; in saextget()
4497 tmpint = 1; in saextget()
4498 SASBADDINTDESC(sb, indent, tmpint, %d, compression_supported, in saextget()
4501 tmpint = 1; in saextget()
[all …]
/NextBSD/sys/kern/
HDkern_sysctl.c1347 int tmpint; in sysctl_handle_long() local
1359 tmpint = tmplong; in sysctl_handle_long()
1360 error = SYSCTL_OUT(req, &tmpint, sizeof(int)); in sysctl_handle_long()
1372 error = SYSCTL_IN(req, &tmpint, sizeof(int)); in sysctl_handle_long()
1373 *(long *)arg1 = (long)tmpint; in sysctl_handle_long()