Searched refs:sub (Results 1 – 4 of 4) sorted by relevance
| /scripts/ |
| A D | style.py | 93 data = re.sub(fr'from {module_name} import (.*)\n', new_line, data) 97 newdata = re.sub(fr'\b{name}\(', f'{new_name}(', data) 138 newdata = re.sub(fr'(?<!\.){name}\(', f'{new_name}(', data) 142 newdata = re.sub(fr'self.{name}\(', f'self.{new_name}(', data)
|
| A D | checkstack.pl | 52 $re = qr/.*sub.*sp, sp, #(([0-9]{2}|[3-9])[0-9]{2})/o;
|
| /scripts/basic/ |
| A D | fixdep.c | 229 static int str_ends_with(const char *s, int slen, const char *sub) in str_ends_with() argument 231 int sublen = strlen(sub); in str_ends_with() 236 return !memcmp(s + slen - sublen, sub, sublen); in str_ends_with()
|
| /scripts/kconfig/tests/rand_nested_choice/ |
| A D | Kconfig | 12 prompt "sub choice"
|
Completed in 54 milliseconds