Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 20 of 20) sorted by relevance

/scripts/
Dmacro_checker.py32 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()
DMakefile.modinst87 strip-option := --strip-debug
89 strip-option := $(INSTALL_MOD_STRIP)
93 cmd_strip = $(STRIP) $(strip-option) $@
128 $(call cmd,strip)
Dspdxcheck.py65 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 …]
Ddecodecode86 ${CROSS_COMPILE}strip $t.o
94 ${CROSS_COMPILE}strip $t.o
99 ${CROSS_COMPILE}strip $t.o
103 ${CROSS_COMPILE}strip $t.o
DKbuild.include25 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))
Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
62 sub strip { subroutine
DMakefile.asm-headers64 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
70 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
DMakefile.clean46 ifneq ($(strip $(__clean-files)),)
DMakefile.build63 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)))
Drust_is_available_test.py102 …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()
DMakefile.compiler60 cc-disable-warning = $(call cc-option,-Wno-$(strip $1))
DMakefile.gcc-plugins47 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
DMakefile.package75 +$(strip rpmbuild -b$(build-type) rpmbuild/SPECS/kernel.spec \
96 $(strip $(if $(filter $(supported-deb-source-compress), $(KDEB_SOURCE_COMPRESS)), \
126 +$(strip dpkg-buildpackage \
Dcheckkconfigsymbols.py257 return stdout.strip('\n')
446 line = line.strip('\n')
459 line = line.strip('\n')
Dlink-vmlinux.sh127 --strip-all ${1} "${btf_data}" 2>/dev/null
DMakefile.lib49 suffix-search = $(strip $(foreach s, $3, $($(1:%$(strip $2)=%$s))))
/scripts/tracing/
Ddraw_functrace.py103 line = line.strip()
/scripts/kconfig/
Dconf.c60 static void strip(char *str) in strip() function
387 strip(line); in conf_sym()
475 strip(line); in conf_choice()
/scripts/gdb/linux/
Dtimerlist.py33 function = str(timer['function']).split(" ")[1].strip("<>")
/scripts/package/
DPKGBUILD37 options=(!debug !strip !buildflags !makeflags)