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

parse_llong() function

Syntax

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

Arguments

str

ul

References

LocationReferrerText
command.c:1301
DEFINE_PARSE_NUM_TYPE(_llong, long long, strtoll, LLONG_MIN, LLONG_MAX)
command.h:412
int parse_llong(const char *str, long long *ul);
command.c:1330parse_int()
DEFINE_PARSE_LONGLONG(_int, int, n < INT_MIN, INT_MAX)
command.c:1331parse_s64()
DEFINE_PARSE_LONGLONG(_s64, int64_t, n < INT64_MIN, INT64_MAX)
command.c:1332parse_s32()
DEFINE_PARSE_LONGLONG(_s32, int32_t, n < INT32_MIN, INT32_MAX)
command.c:1333parse_s16()
DEFINE_PARSE_LONGLONG(_s16, int16_t, n < INT16_MIN, INT16_MAX)
command.c:1334parse_s8()
DEFINE_PARSE_LONGLONG(_s8, int8_t, n < INT8_MIN, INT8_MAX)
etm.c:1671handle_etm_image_command()
tcl.c:433handle_flash_write_image_command()
tcl.c:485handle_flash_verify_image_command()
xscale.c:3427xscale_handle_trace_image_command()

Call Tree

Functions calling parse_llong()
Functions called by parse_llong()
parse_llong()
_errno()
strtoll()
all items filtered out
Data read by parse_llong()
parse_llong()