Searched refs:strip (Results 1 – 20 of 20) sorted by relevance
| /scripts/ |
| 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()
|
| D | Makefile.modinst | 87 strip-option := --strip-debug 89 strip-option := $(INSTALL_MOD_STRIP) 93 cmd_strip = $(STRIP) $(strip-option) $@ 128 $(call cmd,strip)
|
| D | spdxcheck.py | 65 lid = l.split(':')[1].strip().upper() 72 exception = l.split(':')[1].strip().upper() 76 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 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('-->'): 216 expr = expr.rstrip('-->').strip() 219 expr = expr.rstrip('\"').strip() [all …]
|
| 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
|
| 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))
|
| D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
| D | Makefile.asm-headers | 64 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \ 70 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
|
| D | Makefile.clean | 46 ifneq ($(strip $(__clean-files)),)
|
| D | Makefile.build | 63 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 205 cmd_record_mcount = $(if $(findstring $(strip $(CC_FLAGS_FTRACE)),$(_c_flags)), \ 462 $(patsubst %$(strip $(1)),%$(sfx), \ 463 $(filter %$(strip $(1)), $(targets)))) 536 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
| D | rust_is_available_test.py | 102 …efault_version = subprocess.check_output(("scripts/min-tool-version.sh", "rustc")).decode().strip() 103 …ault_version = subprocess.check_output(("scripts/min-tool-version.sh", "bindgen")).decode().strip() 104 …default_version = subprocess.check_output(("scripts/min-tool-version.sh", "llvm")).decode().strip() 105 …ls.rust_default_sysroot = subprocess.check_output(("rustc", "--print", "sysroot")).decode().strip()
|
| D | Makefile.compiler | 60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1))
|
| D | Makefile.gcc-plugins | 47 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
|
| 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 \
|
| D | checkkconfigsymbols.py | 257 return stdout.strip('\n') 446 line = line.strip('\n') 459 line = line.strip('\n')
|
| D | link-vmlinux.sh | 127 --strip-all ${1} "${btf_data}" 2>/dev/null
|
| D | Makefile.lib | 49 suffix-search = $(strip $(foreach s, $3, $($(1:%$(strip $2)=%$s))))
|
| /scripts/tracing/ |
| D | draw_functrace.py | 103 line = line.strip()
|
| /scripts/kconfig/ |
| 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/ |
| D | timerlist.py | 33 function = str(timer['function']).split(" ")[1].strip("<>")
|
| /scripts/package/ |
| D | PKGBUILD | 37 options=(!debug !strip !buildflags !makeflags)
|