OpenOCD
fileio_fgets()
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
fileio_fgets()
fileio_fgets() function
Syntax
Show:
Summary
Declaration
Definition
from
fileio.h:43
int
fileio_fgets
(
struct
fileio
*
fileio
,
size_t
size
,
void
*
buffer
)
;
Implemented in
fileio.c:206
Arguments
Argument
fileio
size
buffer
Related Functions
Found 14 other functions taking a
fileio
argument:
Function
Description
fileio_open()
fileio_close()
fileio_feof()
fileio_seek()
fileio_read()
fileio_write()
fileio_read_u32()
fileio_write_u32()
fileio_size()
FIX!!!! For now this can not fail, but that's because a seek was executed on startup. Avoiding the seek on startup opens up for using streams.
fileio_open_local()
fileio_local_read()
fileio_local_fgets()
fileio_local_write()
fileio_close_local()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out