parse_long() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

parse_long() function

Syntax

int parse_long(const char *str,     long *ul);
Implemented in command.c:1300

Arguments

str

ul

References

LocationReferrerText
command.c:1300
DEFINE_PARSE_NUM_TYPE(_long, long, strtol, LONG_MIN, LONG_MAX)
command.h:411
int parse_long(const char *str, long *ul);
gdb_server.c:3950gdb_target_add_one()
if (parse_long(gdb_port_next, &portnumber) == ERROR_OK) {
server.c:225add_service()
if (!*end && (parse_long(c->port, &portnumber) == ERROR_OK)) {

Call Tree

Functions calling parse_long()
Functions called by parse_long()
all items filtered out
parse_long()
_errno()
strtol()
all items filtered out
Data read by parse_long()
parse_long()