JimAioFopsType::getline is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDJimAioFopsType::getline

JimAioFopsType::getline field

Syntax

const char *(*getline)(struct AioFile *af, char *buf, int len);

References

LocationReferrerScopeText
jim-aio.c:156
const char *(*getline)(struct AioFile *af, char *buf, int len);
jimsh0.c:1972
const char *(*getline)(struct AioFile *af, char *buf, int len);
jim-aio.c:224stdio_getline()stdio_fops
static const JimAioFopsType stdio_fops = {
jim-aio.c:870aio_cmd_gets()
if (af->fops->getline(af, buf, AIO_BUF_LEN) == NULL)
jimsh0.c:2036stdio_getline()stdio_fops
static const JimAioFopsType stdio_fops = {
jimsh0.c:2253aio_cmd_gets()
if (af->fops->getline(af, buf, AIO_BUF_LEN) == NULL)

Call Tree

Functions calling JimAioFopsType::getline
all items filtered out
JimAioFopsType::getline
Implementations
all items filtered out
JimAioFopsType::getline