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

utf8_memchr() function

Syntax

static const char *utf8_memchr(const char *str,     int len,     int c);

Arguments

str

len

c

References

LocationReferrerText
jim.c:2825
static const char *utf8_memchr(const char *str, int len, int c)
jim.c:2856JimFindTrimLeft()
if (utf8_memchr(trimchars, trimlen, c) == NULL) {
jim.c:2886JimFindTrimRight()
if (utf8_memchr(trimchars, trimlen, c) == NULL) {

Call Tree

Functions calling utf8_memchr()
Functions called by utf8_memchr()
utf8_memchr()
memchr()
all items filtered out
Data read by utf8_memchr()
utf8_memchr()