Searched refs:valuebuf (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/usr.sbin/cpuctl/arch/ |
| D | arm.c | 171 char namebuf[24], valuebuf[12], tmpbuf[30]; in print_features() local 192 value = valuebuf; in print_features() 193 snprintf(valuebuf, sizeof(valuebuf), in print_features()
|
| /netbsd/src/usr.bin/usbhidaction/ |
| D | usbhidaction.c | 400 char valuebuf[16]; in parse_conf() local 403 snprintf(valuebuf, sizeof(valuebuf), "%s", "*"); in parse_conf() 405 snprintf(valuebuf, sizeof(valuebuf), "%d", in parse_conf() 408 valuebuf, cmd->action); in parse_conf()
|