Home
last modified time | relevance | path

Searched refs:wc_count (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/tests/dev/sysmon/
H A Dt_swwdog.c94 wc.wc_count = 1; in testbody()
100 if (wc.wc_count) { in testbody()
101 assert(wc.wc_count == 1); in testbody()
/netbsd-src/sbin/wdogctl/
H A Dwdogctl.c377 wc.wc_count = 0; in list_timers()
382 count = wc.wc_count; in list_timers()
397 count = wc.wc_count; in list_timers()
/netbsd-src/sys/sys/
H A Dwdog.h89 int wc_count; member
/netbsd-src/sys/dev/sysmon/
H A Dsysmon_wdog.c295 wc->wc_count = sysmon_wdog_count; in sysmonioctl_wdog()
304 wc->wc_count = i; in sysmonioctl_wdog()
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dregex.c1202 size_t wc_count = 0; local
1206 for ( ; wc_count < len ; ++wc_count)
1209 is_binary[wc_count] = FALSE;
1210 offset_buffer[wc_count] = wc_count;
1212 offset_buffer[wc_count] = wc_count;
1226 for( ; mb_remain > 0 ; ++wc_count, ++pdest, mb_remain -= consumed,
1237 is_binary[wc_count] = TRUE;
1240 is_binary[wc_count] = FALSE;
1248 offset_buffer[wc_count + 1] = mb_count += consumed;
1252 return wc_count;
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_ioctl.c412 p->wc_count = s32p->wc_count; in netbsd32_to_wdog_conf()
957 s32p->wc_count = p->wc_count; in netbsd32_from_wdog_conf()
H A Dnetbsd32_ioctl.h605 int wc_count; member
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dregex.c1262 size_t wc_count = 0; in convert_mbs_to_wcs() local
1273 for( ; mb_remain > 0 ; ++wc_count, ++pdest, mb_remain -= consumed, in convert_mbs_to_wcs()
1288 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs()
1291 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs()
1299 offset_buffer[wc_count + 1] = mb_count += consumed; in convert_mbs_to_wcs()
1303 for (i = wc_count + 1 ; i <= len ; i++) in convert_mbs_to_wcs()
1306 return wc_count; in convert_mbs_to_wcs()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c1212 size_t wc_count = 0; in convert_mbs_to_wcs() local
1223 for( ; mb_remain > 0 ; ++wc_count, ++pdest, mb_remain -= consumed, in convert_mbs_to_wcs()
1234 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs()
1237 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs()
1245 offset_buffer[wc_count + 1] = mb_count += consumed; in convert_mbs_to_wcs()
1249 for (i = wc_count + 1 ; i <= len ; i++) in convert_mbs_to_wcs()
1252 return wc_count; in convert_mbs_to_wcs()
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dregex.c1280 size_t wc_count = 0; local
1291 for( ; mb_remain > 0 ; ++wc_count, ++pdest, mb_remain -= consumed,
1302 is_binary[wc_count] = TRUE;
1305 is_binary[wc_count] = FALSE;
1313 offset_buffer[wc_count + 1] = mb_count += consumed;
1317 for (i = wc_count + 1 ; i <= len ; i++)
1320 return wc_count;
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dregex.c1262 size_t wc_count = 0; in convert_mbs_to_wcs() local
1273 for( ; mb_remain > 0 ; ++wc_count, ++pdest, mb_remain -= consumed, in convert_mbs_to_wcs()
1288 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs()
1291 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs()
1299 offset_buffer[wc_count + 1] = mb_count += consumed; in convert_mbs_to_wcs()
1303 for (i = wc_count + 1 ; i <= len ; i++) in convert_mbs_to_wcs()
1306 return wc_count; in convert_mbs_to_wcs()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dregex.c1262 size_t wc_count = 0; in convert_mbs_to_wcs() local
1273 for( ; mb_remain > 0 ; ++wc_count, ++pdest, mb_remain -= consumed, in convert_mbs_to_wcs()
1288 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs()
1291 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs()
1299 offset_buffer[wc_count + 1] = mb_count += consumed; in convert_mbs_to_wcs()
1303 for (i = wc_count + 1 ; i <= len ; i++) in convert_mbs_to_wcs()
1306 return wc_count; in convert_mbs_to_wcs()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c1258 size_t wc_count = 0; in convert_mbs_to_wcs() local
1269 for( ; mb_remain > 0 ; ++wc_count, ++pdest, mb_remain -= consumed, in convert_mbs_to_wcs()
1284 is_binary[wc_count] = TRUE; in convert_mbs_to_wcs()
1287 is_binary[wc_count] = FALSE; in convert_mbs_to_wcs()
1295 offset_buffer[wc_count + 1] = mb_count += consumed; in convert_mbs_to_wcs()
1299 for (i = wc_count + 1 ; i <= len ; i++) in convert_mbs_to_wcs()
1302 return wc_count; in convert_mbs_to_wcs()