/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/ |
H A D | csv_collection.py | 21 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 D | csv_collection.py | 20 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 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...] |
H A D | decodecode | 83 ${CROSS_COMPILE}strip $t.o 91 ${CROSS_COMPILE}strip $t.o
|
H A D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
/kernel/linux/linux-6.6/arch/loongarch/boot/ |
H A D | Makefile | 8 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 D | spdxcheck.py | 65 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 D | decodecode | 85 ${CROSS_COMPILE}strip $t.o 93 ${CROSS_COMPILE}strip $t.o 98 ${CROSS_COMPILE}strip $t.o
|
H A D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
/kernel/linux/linux-5.10/arch/microblaze/boot/ |
H A D | Makefile | 34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE 35 $(call if_changed,strip)
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | zImage.lds.S | 56 .kernel:vmlinux.strip : 59 *(.kernel:vmlinux.strip)
|
/kernel/linux/linux-6.6/arch/microblaze/boot/ |
H A D | Makefile | 34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE 35 $(call if_changed,strip)
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | zImage.lds.S | 64 .kernel:vmlinux.strip : 67 *(.kernel:vmlinux.strip)
|
/kernel/linux/linux-5.10/arch/loongarch/boot/ |
H A D | Makefile | 13 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 D | mem-phys-addr.py | 35 if m[2].strip() == 'System RAM': 38 if m[2].strip() == 'Persistent Memory':
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | mem-phys-addr.py | 35 if m[2].strip() == 'System RAM': 38 if m[2].strip() == 'Persistent Memory':
|
/kernel/linux/linux-5.10/tools/cgroup/ |
H A D | iocost_coef_gen.py | 64 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 D | iocost_coef_gen.py | 64 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 D | kernel_build.py | 52 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 D | Makefile | 35 $(call if_changed,strip) 67 $(call if_changed,strip)
|
/kernel/linux/linux-6.6/arch/sparc/boot/ |
H A D | Makefile | 35 $(call if_changed,strip) 67 $(call if_changed,strip)
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | setup.py | 61 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 D | setup.py | 79 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 D | bootgraph.py | 76 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 D | bootgraph.py | 76 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...] |