Home | History | Annotate | Download | only in net

Lines Matching defs:obuf

140 	static char obuf[64];
141 char *out = obuf;
151 if (out >= obuf + sizeof(obuf) - 1) \
152 return obuf; \
158 * obuf wil be fully init'd to 0 by default. But after
159 * obuf has been returned to userspace the first time,
164 * if (out < obuf + sizeof(obuf) - ((ch) != '\0'))
169 obuf[sizeof(obuf) - 1] = '\0';
172 if (sdl->sdl_nlen >= sizeof(obuf))
173 i = sizeof(obuf) - 1;
176 (void)memcpy(obuf, sdl->sdl_data, i);
196 return obuf;