Searched defs:string (Results 1 – 11 of 11) sorted by relevance
| /scripts/lib/kdoc/ |
| A D | kdoc_re.py | 28 def _add_regex(self, string, flags): argument 38 def __init__(self, string, cache=True, flags=0): argument 62 def match(self, string): argument 70 def search(self, string): argument 78 def findall(self, string): argument 85 def split(self, string): argument 92 def sub(self, sub, string, count=0): argument
|
| /scripts/ |
| A D | checkkconfigsymbols.py | 212 def yel(string): argument 219 def red(string): argument
|
| /scripts/dtc/libfdt/ |
| A D | libfdt_env.h | 85 static inline size_t fdt_strnlen(const char *string, size_t max_count) in fdt_strnlen()
|
| A D | fdt_ro.c | 778 const char *string) in fdt_stringlist_search()
|
| /scripts/kconfig/ |
| A D | parser.y | 37 char *string; member
|
| /scripts/genksyms/ |
| A D | genksyms.h | 33 char *string; member
|
| A D | genksyms.c | 342 static struct string_list *mk_node(const char *string) in mk_node()
|
| /scripts/gcc-plugins/ |
| A D | stackleak_plugin.c | 436 static inline bool string_equal(tree node, const char *string, int length) in string_equal()
|
| /scripts/kconfig/lxdialog/ |
| A D | util.c | 491 int first_alpha(const char *string, const char *exempt) in first_alpha()
|
| /scripts/mod/ |
| A D | modpost.c | 658 static char *next_string(char *string, unsigned long *secsize) in next_string() 713 static bool match(const char *string, const char *const patterns[]) in match()
|
| /scripts/dtc/ |
| A D | flattree.c | 37 void (*string)(void *, const char *, int); member
|
Completed in 20 milliseconds