Home
last modified time | relevance | path

Searched refs:AMSG_CTL_DISPLAYMAX (Results 1 – 2 of 2) sorted by relevance

/openbsd/lib/libsndio/
H A Damsg.h49 #define AMSG_CTL_DISPLAYMAX 32 /* max display string length */ macro
163 char display[AMSG_CTL_DISPLAYMAX]; /* free-format hint */
/openbsd/usr.bin/sndiod/
H A Dsock.c1300 display) + AMSG_CTL_DISPLAYMAX) { in sock_buildmsg()
1301 strlcpy(desc->display, c->display, AMSG_CTL_DISPLAYMAX); in sock_buildmsg()