AIO_BUF_LEN is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

AIO_BUF_LEN macro

Syntax

#define AIO_BUF_LEN 256

References

LocationText
jim-aio.c:93
#define AIO_BUF_LEN 256 /* Can keep this small and rely on stdio buffering */
jimsh0.c:1940
#define AIO_BUF_LEN 256
jim-aio.c:692
char buf[AIO_BUF_LEN];
jim-aio.c:739
readlen = AIO_BUF_LEN;
jim-aio.c:742
readlen = (neededLen > AIO_BUF_LEN ? AIO_BUF_LEN : neededLen);
jim-aio.c:832
char buf[AIO_BUF_LEN];
jim-aio.c:860
char buf[AIO_BUF_LEN];
jim-aio.c:868
buf[AIO_BUF_LEN - 1] = '_';
jim-aio.c:870
if (af->fops->getline(af, buf, AIO_BUF_LEN) == NULL)
jim-aio.c:873
if (buf[AIO_BUF_LEN - 1] == '\0' && buf[AIO_BUF_LEN - 2] != '\n') {
jim-aio.c:874
Jim_AppendString(interp, objPtr, buf, AIO_BUF_LEN - 1);
jimsh0.c:2108
char buf[AIO_BUF_LEN];
jimsh0.c:2135
readlen = AIO_BUF_LEN;
jimsh0.c:2138
readlen = (neededLen > AIO_BUF_LEN ? AIO_BUF_LEN : neededLen);
jimsh0.c:2243
char buf[AIO_BUF_LEN];
jimsh0.c:2251
buf[AIO_BUF_LEN - 1] = '_';
jimsh0.c:2253
if (af->fops->getline(af, buf, AIO_BUF_LEN) == NULL)
jimsh0.c:2256
if (buf[AIO_BUF_LEN - 1] == '\0' && buf[AIO_BUF_LEN - 2] != '\n') {
jimsh0.c:2257
Jim_AppendString(interp, objPtr, buf, AIO_BUF_LEN - 1);