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

str_find() function

Syntax

static const char *str_find(const char *string,     int c,     int nocase);
Implemented in jimsh0.c:21338

Arguments

string

c

nocase

References

LocationReferrerText
jimsh0.c:21338
static const char *str_find(const char *string, int c, int nocase)
jimsh0.c:20413
static const char *str_find(const char *string, int c, int nocase);
jimsh0.c:21222regexec()
while ((s = str_find(s, preg->program[preg->regmust], preg->cflags & REG_ICASE)) != NULL) {
jimsh0.c:21264regexec()
while ((s = str_find(s, preg->regstart, preg->cflags & REG_ICASE)) != NULL) {

Call Tree

Functions calling str_find()
Functions called by str_find()
all items filtered out
str_find()
toupper()
all items filtered out
Data read by str_find()
Data written by str_find()
str_find()::ch
str_find()::n
all items filtered out
str_find()
all items filtered out