HomeSort by: relevance | last modified time | path
    Searched defs:valuebuf (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/cpuctl/arch/
arm.c 171 char namebuf[24], valuebuf[12], tmpbuf[30]; local in function:print_features
192 value = valuebuf;
193 snprintf(valuebuf, sizeof(valuebuf),
arm.c 171 char namebuf[24], valuebuf[12], tmpbuf[30]; local in function:print_features
192 value = valuebuf;
193 snprintf(valuebuf, sizeof(valuebuf),
  /src/usr.bin/usbhidaction/
usbhidaction.c 400 char valuebuf[16]; local in function:parse_conf
403 snprintf(valuebuf, sizeof(valuebuf), "%s", "*");
405 snprintf(valuebuf, sizeof(valuebuf), "%d",
408 valuebuf, cmd->action);
usbhidaction.c 400 char valuebuf[16]; local in function:parse_conf
403 snprintf(valuebuf, sizeof(valuebuf), "%s", "*");
405 snprintf(valuebuf, sizeof(valuebuf), "%d",
408 valuebuf, cmd->action);

Completed in 24 milliseconds