5 #include <linux/types.h> 17 return strpbrk(str,
"*?[") != NULL;
19 int strtailcmp(
const char *s1,
const char *s2);
25 static inline char *
trim(
char *s)
static char * asprintf_expr_in_ints(const char *var, size_t nints, int *ints)
char * strdup_esc(const char *str)
bool strglobmatch(const char *str, const char *pat)
static bool strisglob(const char *str)
char * strxfrchar(char *s, char from, char to)
char * strpbrk_esc(char *str, const char *stopset)
static char * trim(char *s)
void argv_free(char **argv)
char ** argv_split(const char *str, int *argcp)
s64 perf_atoll(const char *str)
static int str(yyscan_t scanner, int token)
int strtailcmp(const char *s1, const char *s2)
static char * asprintf_expr_not_in_ints(const char *var, size_t nints, int *ints)
bool strlazymatch(const char *str, const char *pat)
bool strglobmatch_nocase(const char *str, const char *pat)
char * asprintf_expr_inout_ints(const char *var, bool in, size_t nints, int *ints)