Searched refs:strip (Results 1 – 14 of 14) 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() 185 expr = expr.rstrip('\"').strip() 217 for p in path.strip('/').split('/'):
|
D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
D | decodecode | 78 ${CROSS_COMPILE}strip $1.o 86 ${CROSS_COMPILE}strip $1.o
|
D | Makefile.lib | 45 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 46 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 55 real-obj-y := $(foreach m, $(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-))),$($(… 56 real-obj-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-m)) $($(… 202 $(addprefix $(obj)/, $(foreach s, $3, $($(m:%$(strip $2)=%$(s)))))))
|
D | Kbuild.include | 136 …Werror $(KBUILD_CPPFLAGS) $(CC_OPTION_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(… 199 cmd-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 200 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 202 cmd-check = $(if $(strip $(cmd_$@)),,1) 272 echo-why = $(call escsq, $(strip $(why))) 282 # This is no use for dependencies or $(wildcard). We need to strip the 299 # enough. It'll strip the quotes in the common case where there's no
|
D | Makefile.build | 64 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 69 ifneq ($(strip $(real-obj-y) $(need-builtin)),) 209 cmd_record_mcount = $(if $(findstring $(strip $(CC_FLAGS_FTRACE)),$(_c_flags)), \ 513 $(patsubst %$(strip $(1)),%$(sfx), \ 514 $(filter %$(strip $(1)), $(targets)))) 592 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
D | Makefile.clean | 52 ifneq ($(strip $(__clean-files)),)
|
D | Makefile.kasan | 25 ifeq ($(strip $(CFLAGS_KASAN_SHADOW)),)
|
D | Makefile.gcc-plugins | 49 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 | 56 static void strip(char *str) in strip() function 193 strip(line); in conf_sym() 305 strip(line); in conf_choice()
|
/scripts/gdb/linux/ |
D | timerlist.py | 33 function = str(timer['function']).split(" ")[1].strip("<>")
|
/scripts/package/ |
D | builddeb | 120 $OBJCOPY --strip-debug $tmpdir/$module
|