| /scripts/ |
| A D | macro_checker.py | 32 arguments = [item.strip() for item in content.split(',') if item.strip()] 34 macro_def = macro_def.strip() 65 macro = macro.strip() 83 line = line.strip() 96 macro = macro.strip()
|
| A D | spdxcheck.py | 163 tok.value = tok.value.strip() 210 expr = line.split(':')[1].strip() 212 if line.strip().endswith('*/'): 213 expr = expr.rstrip('*/').strip() 215 if line.strip().endswith('-->'): 218 if line.strip().endswith('#}'): 219 expr = expr.rstrip('#}').strip() 222 expr = expr.rstrip('\"').strip() 310 for p in path.strip('/').split('/'): 312 scan_git_tree(tree, path.strip('/'), dirdepth) [all …]
|
| A D | Makefile.modinst | 83 strip-option := --strip-debug 85 strip-option := $(INSTALL_MOD_STRIP) 89 cmd_strip = $(STRIP) $(strip-option) $@ 124 $(call cmd,strip)
|
| A D | decodecode | 86 ${CROSS_COMPILE}strip $t.o 94 ${CROSS_COMPILE}strip $t.o 99 ${CROSS_COMPILE}strip $t.o 103 ${CROSS_COMPILE}strip $t.o
|
| A D | Kbuild.include | 25 test-ge = $(intcmp $(strip $1)0, $(strip $2)0,,y,y) 26 test-gt = $(intcmp $(strip $1)0, $(strip $2)0,,,y) 28 test-ge = $(shell test $(strip $1)0 -ge $(strip $2)0 && echo y) 29 test-gt = $(shell test $(strip $1)0 -gt $(strip $2)0 && echo y) 169 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(savedcmd_$@))), \ 170 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 173 cmd-check = $(if $(strip $(savedcmd_$@)),,1) 253 why = $(space)$(strip $(_why))
|
| A D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
| A D | Makefile.gcc-plugins | 13 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
|
| A D | Makefile.build | 81 suffix-search = $(strip $(foreach s, $3, $($(1:%$(strip $2)=%$s)))) 143 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 267 cmd_record_mcount = $(if $(findstring $(strip $(CC_FLAGS_FTRACE)),$(_c_flags)), \ 510 $(patsubst %$(strip $(1)),%$(sfx), \ 511 $(filter %$(strip $(1)), $(targets)))) 584 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
| A D | Makefile.asm-headers | 64 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \ 70 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
|
| A D | Makefile.clean | 46 ifneq ($(strip $(__clean-files)),)
|
| A D | Makefile.compiler | 60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1))
|
| A D | Makefile.package | 75 +$(strip rpmbuild -b$(build-type) rpmbuild/SPECS/kernel.spec \ 96 $(strip $(if $(filter $(supported-deb-source-compress), $(KDEB_SOURCE_COMPRESS)), \ 126 +$(strip dpkg-buildpackage \
|
| A D | rust_is_available_test.py | 109 …efault_version = subprocess.check_output(("scripts/min-tool-version.sh", "rustc")).decode().strip() 110 …ault_version = subprocess.check_output(("scripts/min-tool-version.sh", "bindgen")).decode().strip() 111 …default_version = subprocess.check_output(("scripts/min-tool-version.sh", "llvm")).decode().strip() 112 …ls.rust_default_sysroot = subprocess.check_output(("rustc", "--print", "sysroot")).decode().strip()
|
| A D | checkkconfigsymbols.py | 257 return stdout.strip('\n') 446 line = line.strip('\n') 459 line = line.strip('\n')
|
| A D | generate_rust_analyzer.py | 55 ).decode('utf-8').strip()
|
| A D | link-vmlinux.sh | 126 --strip-all ${1} "${btf_data}" 2>/dev/null
|
| A D | test_doc_build.py | 273 ret = input("Press Enter to continue or 'a' to abort: ").strip().lower()
|
| A D | Makefile.lib | 222 $(strip $(eval elements :=) \
|
| /scripts/lib/abi/ |
| A D | abi_parser.py | 131 fdata.what.append(content.strip("\n")) 245 w = content.strip("\n") 252 content = line.strip() 255 w = content.strip("\n") 288 ref = self.re_unprintable.sub("_", ref).strip("_") 390 desc = desc.strip(" \t\n") 543 if users and users.strip(" \t\n"): 544 users = users.strip("\n").replace('\n', '\n\t') 595 date = v.get("date", "").strip(" \t\n") 597 users = v.get("users", "").strip(" \t\n") [all …]
|
| /scripts/lib/kdoc/ |
| A D | kdoc_parser.py | 82 return multi_space.sub(' ', s.strip()) 399 arg = arg.strip() 691 s_id = s_id.strip() 698 arg = arg.strip() 720 arg = arg.strip() 740 name = KernRe(r'^\s*\**(\S+)\s*').sub(r'\1', name).strip() 777 clause = clause.strip() 1059 return_type = r.group(1).strip() 1188 self.entry.identifier = self.entry.identifier.strip(" ") 1521 line = KernRe(r"//.*$", re.S).sub('', line).strip() [all …]
|
| A D | kdoc_output.py | 291 for line in input_text.strip("\n").split("\n"): 296 if line.strip(): # If the line is not blank 328 for line in output.strip("\n").split("\n"): 607 for line in contents.strip("\n").split("\n"):
|
| /scripts/kconfig/ |
| A D | conf.c | 60 static void strip(char *str) in strip() function 387 strip(line); in conf_sym() 475 strip(line); in conf_choice()
|
| /scripts/gdb/linux/ |
| A D | timerlist.py | 33 function = str(timer['function']).split(" ")[1].strip("<>")
|
| /scripts/package/ |
| A D | PKGBUILD | 36 options=(!debug !strip !buildflags !makeflags)
|
| /scripts/bash-completion/ |
| A D | make | 130 keywords+=(1 --strip-debug --strip-unneeded)
|