Searched refs:tmpint (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | tailbox.c | 49 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 D | progressbox.c | 149 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 D | textbox.c | 191 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 D | ibccconfig.c | 207 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 D | scsi_sa.c | 1168 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 D | kern_sysctl.c | 1812 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 D | osm_subnet.c | 499 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()
|