Searched refs:strip (Results 1 – 10 of 10) sorted by relevance
| /scripts/ |
| A 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 …]
|
| A D | Makefile.lib | 45 suffix-search = $(strip $(foreach s, $3, $($(1:%$(strip $2)=%$s)))) 52 multi-used-y := $(sort $(foreach m,$(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))), $(m)))) 53 multi-used-m := $(sort $(foreach m,$(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-… 75 real-obj-y := $(foreach m, $(obj-y), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs)) … 76 real-obj-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y)) $($(m:.o=-m))),$($… 200 u_boot_dtsi_options = $(strip $(wildcard $(u_boot_dtsi_loc)$(basename $(notdir $<))-u-boot.dtsi) \
|
| 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 | 86 if (which $(strip $(c))$(CC)) > /dev/null 2>&1 ; then \ 143 …) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) -W$(strip $(1)) -c -x c /dev/null -o "$$TMP",-Wno-$(… 244 arg-check = $(filter-out $(subst $(space),$(space_escape),$(strip $(cmd_$@))), \ 245 $(subst $(space),$(space_escape),$(strip $(cmd_$1)))) 247 arg-check = $(if $(strip $(cmd_$@)),,1) 264 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \ 270 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)),$(cmd_and_fixdep),@:) 280 if_changed_rule = $(if $(strip $(any-prereq) $(arg-check)),$(rule_$(1)),@:) 305 $(if $(strip $(any-prereq)),- due to: $(any-prereq), \ 319 echo-why = $(call escsq, $(strip $(why)))
|
| A D | Makefile.clean | 75 ifneq ($(strip $(__clean-files)),) 78 ifneq ($(strip $(__clean-dirs)),)
|
| A D | Makefile.build | 77 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 83 ifneq ($(strip $(real-obj-y) $(need-builtin)),) 223 cmd_record_mcount = $(if $(findstring $(strip $(CC_FLAGS_FTRACE)),$(_c_flags)), \ 494 $(patsubst %$(strip $(1)),%$(sfx), \ 495 $(filter %$(strip $(1)), $(targets)))) 532 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
| A D | Makefile.gcc-plugins | 49 GCC_PLUGINS_CFLAGS := $(strip $(addprefix -fplugin=$(objtree)/scripts/gcc-plugins/, $(gcc-plugin-y)…
|
| A D | event_dump.py | 79 out = tools.run(*cmd).strip()
|
| A D | style.py | 90 names = [n.strip() for n in item.split(',')]
|
| /scripts/kconfig/ |
| A D | conf.c | 56 static void strip(char *str) in strip() function 193 strip(line); in conf_sym() 305 strip(line); in conf_choice()
|
Completed in 19 milliseconds