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

JimCharsetMatch() function

Syntax

static const char *JimCharsetMatch(const char *pattern,     int c,     int flags);

Arguments

pattern

c

flags

References

LocationReferrerText
jimsh0.c:6184
static const char *JimCharsetMatch(const char *pattern, int c, int flags)
jimsh0.c:6275JimGlobMatch()
pattern = JimCharsetMatch(pattern + 1, c, nocase ? JIM_NOCASE : 0);
jimsh0.c:14410JimScanAString()
if (sdescr && !JimCharsetMatch(sdescr, c, JIM_CHARSET_SCAN))

Call Tree

Functions calling JimCharsetMatch()
Functions called by JimCharsetMatch()
all items filtered out
JimCharsetMatch()
toupper()
all items filtered out
Data read by JimCharsetMatch()
Data written by JimCharsetMatch()
JimCharsetMatch()::not
JimCharsetMatch()::pchar
JimCharsetMatch()::match
JimCharsetMatch()::nocase
JimCharsetMatch()::start
JimCharsetMatch()::end
all items filtered out
JimCharsetMatch()
JimCharsetMatch()::not
JimCharsetMatch()::pchar
JimCharsetMatch()::match
JimCharsetMatch()::nocase
all items filtered out