Searched refs:selbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c461 char selbuf[COL_SEL_SZ + 1]; local
517 (void) snprintf(selbuf, sizeof (selbuf), _("on,off"));
521 (void) snprintf(selbuf, sizeof (selbuf), "%d-%d",
525 (void) snprintf(selbuf, sizeof (selbuf), "%d-%d:%d-%d",
535 selbuf[0] = 0;
541 if ((strlen(str) + 1 + strlen(selbuf)) >=
542 sizeof (selbuf)) {
[all...]

Completed in 45 milliseconds