Home
last modified time | relevance | path

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

12345

/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dcsv_collection.py20 strip = lambda s:s.strip() function
22 strip = lambda s:s function
32 r[key]:{f:strip(c) for f,c in r.items()
34 strip(c)[:1] not in ['', C]}
/linux/scripts/
H A 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()
H A 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()
218 if line.strip()
[all...]
H A 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))
H A Ddecodecode86 ${CROSS_COMPILE}strip $t.o
94 ${CROSS_COMPILE}strip $t.o
99 ${CROSS_COMPILE}strip $t.o
103 ${CROSS_COMPILE}strip $t.o
H A DMakefile.compiler60 cc-disable-warning = $(if $(call cc-option,-W$(strip $1)),-Wno-$(strip $1))
H A Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
62 sub strip { subroutine
H A DMakefile.asm-headers64 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
70 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
/linux/tools/hv/
H A Dlsvmbus64 vmbus_id = get_vmbus_dev_attr(f, 'id')[0].strip()
65 class_id = get_vmbus_dev_attr(f, 'class_id')[0].strip()
66 device_id = get_vmbus_dev_attr(f, 'device_id')[0].strip()
70 chn_vp_mapping = [c.strip() for c in chn_vp_mapping]
/linux/arch/loongarch/boot/
H A DMakefile8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
9 OBJCOPYFLAGS_vmlinux.efi := -O binary $(strip-flags)
16 $(call if_changed,strip)
/linux/arch/powerpc/boot/
H A DzImage.lds.S64 .kernel:vmlinux.strip :
67 *(.kernel:vmlinux.strip)
/linux/arch/microblaze/boot/
H A DMakefile34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE
35 $(call if_changed,strip)
/linux/tools/power/acpi/
H A DMakefile.config74 ifeq ($(strip $(V)),false)
83 ifeq ($(strip $(DEBUG)),true)
/linux/tools/perf/scripts/python/
H A Dmem-phys-addr.py52 label = m[2].strip()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c68 u64 strip, struct MR_DRV_RAID_MAP_ALL *map);
487 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip() argument
501 if (strip > span_set->data_strip_end) in get_row_from_strip()
504 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip()
552 u64 strip; in get_strip_from_row() local
571 strip = mega_div64_32 in get_strip_from_row()
575 strip *= span_set->span_row_data_width; in get_strip_from_row()
576 strip += span_set->data_strip_start; in get_strip_from_row()
577 strip += span_set->strip_offset[span]; in get_strip_from_row()
578 return strip; in get_strip_from_row()
[all …]
/linux/tools/power/pm-graph/
H A Dbootgraph.py76 self.kernel = self.kernelVersion(fp.read().strip())
111 func = i.strip()
199 self.kparams = open('/proc/cmdline', 'r').read().strip()
398 m = re.match(tp.ftrace_line_fmt, line.strip())
461 tracer = sysvals.fgetVal('current_tracer').strip()
775 line = line.strip()
778 opt = line.split('=')[0].strip()
780 cmdline = line.split('=', 1)[1].strip('\\')
784 cmdline += line.strip('\\')
792 val = cmdline.strip()
[all …]
/linux/tools/cgroup/
H A Diocost_coef_gen.py64 devname = os.path.basename(devname).decode('utf-8').strip()
143 elevator = re.sub(r'.*\[(.*)\].*', r'\1', f.read().strip())
145 nomerges = f.read().strip()
/linux/tools/scripts/
H A DMakefile.include65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX))
72 $(call allow-override,STRIP,$(CROSS_COMPILE)strip)
92 LLVM_STRIP ?= llvm-strip
/linux/arch/sparc/boot/
H A DMakefile35 $(call if_changed,strip)
67 $(call if_changed,strip)
/linux/tools/testing/selftests/drivers/net/hw/lib/py/
H A Dlinkconfig.py44 link_state = fp.read().strip()
103 actual_speed = fp.read().strip()
105 actual_duplex = fp.read().strip()
/linux/drivers/gpu/drm/xe/
H A Dxe_gen_wa_oob.c44 static char *strip(char *line, size_t linelen) in strip() function
77 name = strip(line, linelen); in parse()
/linux/arch/mips/boot/
H A DMakefile22 strip-flags := $(addprefix --remove-section=,$(drop-sections))
40 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
46 cmd_srec = $(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $@
/linux/tools/testing/selftests/hid/tests/
H A Dbase_device.py53 return f.read().strip()
158 id = int(event.sys_path.strip().split(".")[-1], 16)
222 key, value = line.strip().split("=")
223 self.uevents[key] = value.strip('"')
/linux/tools/build/
H A DBuild.include34 arg-check = $(strip $(filter-out $(cmd_$(1)), $(cmd_$@)) \
77 if_changed_dep = $(if $(strip $(any-prereq) $(arg-check)), \
84 if_changed = $(if $(strip $(any-prereq) $(arg-check)), \
H A DMakefile.build72 cmd_ld_multi = $(if $(strip $(obj-y)),\
76 cmd_host_ld_multi = $(if $(strip $(obj-y)),\

12345