Home
last modified time | relevance | path

Searched refs:strip (Results 1 - 25 of 137) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/
H A Dcsv_collection.py21 strip = lambda s:s.strip()
23 strip = lambda s:s
33 r[key]:{f:strip(c) for f,c in r.items()
35 strip(c)[:1] not in ['', C]}
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/tools/
H A Dcsv_collection.py20 strip = lambda s:s.strip()
22 strip = lambda s:s
32 r[key]:{f:strip(c) for f,c in r.items()
34 strip(c)[:1] not in ['', C]}
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py49 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...]
H A Ddecodecode83 ${CROSS_COMPILE}strip $t.o
91 ${CROSS_COMPILE}strip $t.o
H A Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
62 sub strip { subroutine
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/scripts/
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()
219 expr = expr.rstrip('\"').strip()
[all...]
H A Ddecodecode85 ${CROSS_COMPILE}strip $t.o
93 ${CROSS_COMPILE}strip $t.o
98 ${CROSS_COMPILE}strip $t.o
H A Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
62 sub strip { subroutine
/kernel/linux/linux-5.10/arch/microblaze/boot/
H A DMakefile34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE
35 $(call if_changed,strip)
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A DzImage.lds.S56 .kernel:vmlinux.strip :
59 *(.kernel:vmlinux.strip)
/kernel/linux/linux-6.6/arch/microblaze/boot/
H A DMakefile34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE
35 $(call if_changed,strip)
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A DzImage.lds.S64 .kernel:vmlinux.strip :
67 *(.kernel:vmlinux.strip)
/kernel/linux/linux-5.10/arch/loongarch/boot/
H A DMakefile13 strip-flags := $(addprefix --remove-section=,$(drop-sections))
25 cmd_bin = $(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $@
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dmem-phys-addr.py35 if m[2].strip() == 'System RAM':
38 if m[2].strip() == 'Persistent Memory':
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dmem-phys-addr.py35 if m[2].strip() == 'System RAM':
38 if m[2].strip() == 'Persistent Memory':
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/build/
H A Dkernel_build.py52 return title.strip()
193 print(">> [stdout] %s", line.strip('\n'))
198 print(">> [stderr] %s", line.strip('\n'))
203 print(">> [stdout] %s", line.strip('\n'))
207 print(">> [stderr] %s", line.strip('\n'))
/kernel/linux/linux-5.10/arch/sparc/boot/
H A DMakefile35 $(call if_changed,strip)
67 $(call if_changed,strip)
/kernel/linux/linux-6.6/arch/sparc/boot/
H A DMakefile35 $(call if_changed,strip)
67 $(call if_changed,strip)
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsetup.py61 ext_sources = [f.strip() for f in open('util/python-ext-sources')
62 if len(f.strip()) > 0 and f[0] != '#']
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsetup.py79 ext_sources = [f.strip() for f in open('util/python-ext-sources')
80 if len(f.strip()) > 0 and f[0] != '#']
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dbootgraph.py76 val = fp.read().strip()
109 func = i.strip()
197 self.kparams = open('/proc/cmdline', 'r').read().strip()
396 m = re.match(tp.ftrace_line_fmt, line.strip())
459 tracer = sysvals.fgetVal('current_tracer').strip()
773 line = line.strip()
776 opt = line.split('=')[0].strip()
778 cmdline = line.split('=', 1)[1].strip('\\')
782 cmdline += line.strip('\\')
788 # if the target option value is in quotes, strip the
[all...]
/kernel/linux/linux-6.6/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('\\')
790 # if the target option value is in quotes, strip the
[all...]

Completed in 8 milliseconds

123456