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
jimsh0.c:8529
static const char *utf8_memchr(const char *str, int len, int c)
jimsh0.c:8553JimFindTrimLeft()
if (utf8_memchr(trimchars, trimlen, c) == NULL) {
jimsh0.c:8576JimFindTrimRight()
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()