Home | History | Annotate | Download | only in racoon

Lines Matching refs:ebuf

1203 	static char ebuf[512];
1214 n = snprintf(ebuf + len, sizeof(ebuf) - len,
1218 if (n < 0 || n >= sizeof(ebuf) - len)
1221 if (sizeof(ebuf) < len)
1225 return ebuf;