Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dlogging.c53 #define SMALLSTR 254 /* Don't allocate for most strings. */ macro
105 char regbuf[SMALLSTR+2]; in vlogat()
137 slen = vsnprintf(regbuf, SMALLSTR, fmt, args); in vlogat()
138 if (slen < SMALLSTR) { in vlogat()