Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Dtailbox.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()
H A Dprogressbox.c149 int j, tmpint; in get_line() local
181 tmpint = dialog_state.tab_len in get_line()
183 for (j = 0; j < tmpint; j++) { in get_line()
H A Dtextbox.c191 int tmpint = (dialog_state.tab_len in read_high() local
193 for (n = 0; n < tmpint; n++) in read_high()
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c207 uint32_t tmpint; in parse256() local
222 if ((errstr = parseint(tmp, &tmpint, 1))) in parse256()
224 buf[i] = tmpint; in parse256()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c1168 int tmpint; in safillprot() local
1172 tmpint = 1; in safillprot()
1174 tmpint = 0; in safillprot()
1175 SASBADDINTDESC(sb, *indent, tmpint, %d, protection_supported, in safillprot()
1178 if ((tmpint != 0) in safillprot()
4712 int tmpint; in saextget() local
4835 tmpint = 0; in saextget()
4837 tmpint = 1; in saextget()
4838 SASBADDINTDESC(sb, indent, tmpint, %d, compression_supported, in saextget()
4841 tmpint = 1; in saextget()
[all …]
/freebsd/sys/kern/
H A Dkern_sysctl.c1812 int tmpint; in sysctl_handle_long() local
1824 tmpint = tmplong; in sysctl_handle_long()
1825 error = SYSCTL_OUT(req, &tmpint, sizeof(int)); in sysctl_handle_long()
1837 error = SYSCTL_IN(req, &tmpint, sizeof(int)); in sysctl_handle_long()
1838 *(long *)arg1 = (long)tmpint; in sysctl_handle_long()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_subnet.c499 uint8_t tmpint; in opts_parse_256bit() local
542 tmpint = strtoul(tmpbuf, NULL, 16); in opts_parse_256bit()
543 val[startindex] = tmpint; in opts_parse_256bit()
548 tmpint = strtoul(tmpbuf, NULL, 16); in opts_parse_256bit()
549 val[i] = tmpint; in opts_parse_256bit()