Searched refs:strip (Results 1 – 15 of 15) sorted by relevance
/scripts/ |
D | spdxcheck.py | 49 lid = l.split(':')[1].strip().upper() 56 exception = l.split(':')[1].strip().upper() 60 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 133 tok.value = tok.value.strip() 179 expr = line.split(':')[1].strip() 181 if line.strip().endswith('*/'): 182 expr = expr.rstrip('*/').strip() 184 if line.strip().endswith('-->'): 185 expr = expr.rstrip('-->').strip() 188 expr = expr.rstrip('\"').strip() [all …]
|
D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
D | decodecode | 83 ${CROSS_COMPILE}strip $t.o 91 ${CROSS_COMPILE}strip $t.o
|
D | Kbuild.include | 134 …) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(… 217 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 218 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 220 cmd-check = $(if $(strip $(cmd_$@)),,1) 293 echo-why = $(call escsq, $(strip $(why))) 303 # This is no use for dependencies or $(wildcard). We need to strip the 320 # enough. It'll strip the quotes in the common case where there's no
|
D | Makefile.build | 81 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 216 cmd_record_mcount = $(if $(findstring $(strip $(CC_FLAGS_FTRACE)),$(_c_flags)), \ 460 $(patsubst %$(strip $(1)),%$(sfx), \ 461 $(filter %$(strip $(1)), $(targets)))) 541 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
D | Makefile.clean | 56 ifneq ($(strip $(__clean-files)),)
|
D | Makefile.kasan | 29 ifeq ($(strip $(CFLAGS_KASAN_SHADOW)),)
|
D | Makefile.lib | 65 multi-search = $(sort $(foreach m,$(1),$(if $(strip $(call suffix-search,$(m),$(2) -)),\ 66 $(if $(filter $(m),$(strip $(call suffix-search,$(m),$(2) -))),,\ 77 real-search = $(foreach m,$(1), $(if $(strip $(call suffix-search,$(m),$(2) -)), \ 257 $(addprefix $(obj)/, $(foreach s, $3, $($(m:%$(strip $2)=%$(s)))))))
|
D | link-vmlinux.sh | 172 strip_debug=-Wl,--strip-debug 245 --strip-all ${1} ${2} 2>/dev/null
|
D | Makefile.gcc-plugins | 55 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
|
D | checkkconfigsymbols.py | 255 return stdout.strip('\n') 445 line = line.strip('\n') 464 line = line.strip('\n')
|
/scripts/tracing/ |
D | draw_functrace.py | 103 line = line.strip()
|
/scripts/kconfig/ |
D | conf.c | 59 static void strip(char *str) in strip() function 196 strip(line); in conf_sym() 308 strip(line); in conf_choice()
|
/scripts/gdb/linux/ |
D | timerlist.py | 33 function = str(timer['function']).split(" ")[1].strip("<>")
|
/scripts/package/ |
D | builddeb | 174 $OBJCOPY --strip-debug $tmpdir/$module
|