Home
last modified time | relevance | path

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

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