| /linux/drivers/comedi/drivers/ni_routing/tools/ |
| H A D | csv_collection.py | 20 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 D | macro_checker.py | 32 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 D | Makefile.modinst | 83 strip-option := --strip-debug 85 strip-option := $(INSTALL_MOD_STRIP) 89 cmd_strip = $(STRIP) $(strip-option) $@ 124 $(call cmd,strip)
|
| H A D | Kbuild.include | 25 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 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
|
| H A D | Makefile.build | 81 suffix-search = $(strip $(foreach s, $3, $($(1:%$(strip $2)=%$s)))) 143 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),) 267 cmd_record_mcount = $(if $(findstring $(strip $(CC_FLAGS_FTRACE)),$(_c_flags)), \ 510 $(patsubst %$(strip $(1)),%$(sfx), \ 511 $(filter %$(strip $(1)), $(targets)))) 586 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
| H A D | headerdep.pl | 31 my @headers = grep { strip($_) } @ARGV; 62 sub strip { subroutine
|
| H A D | Makefile.asm-headers | 64 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \ 70 --abis $(subst $(space),$(comma),$(strip $(syscall_abis_$*))) \
|
| /linux/tools/lib/python/abi/ |
| H A D | abi_parser.py | 131 fdata.what.append(content.strip("\n")) 145 fdata.key = self.re_unprintable.sub("_", key).strip("_") 245 w = content.strip("\n") 252 content = line.strip() 255 w = content.strip("\n") 288 ref = self.re_unprintable.sub("_", ref).strip("_") 390 desc = desc.strip(" \t\n") 543 if users and users.strip(" \t\n"): 544 users = users.strip("\n").replace('\n', '\n\t') 594 kernelversion = v.get("kernelversion", "").strip(" \t\n") [all …]
|
| /linux/tools/hv/ |
| H A D | lsvmbus | 64 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 D | Makefile | 8 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 D | zImage.lds.S | 64 .kernel:vmlinux.strip : 67 *(.kernel:vmlinux.strip)
|
| /linux/arch/microblaze/boot/ |
| H A D | Makefile | 34 $(obj)/simpleImage.$(DTB).strip: vmlinux FORCE 35 $(call if_changed,strip)
|
| /linux/tools/power/acpi/ |
| H A D | Makefile.config | 74 ifeq ($(strip $(V)),false) 83 ifeq ($(strip $(DEBUG)),true)
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | devmem.py | 49 ksft_eq(socat.stdout.strip(), "hello\nworld") 63 ksft_eq(socat.stdout.strip(), "hello\nworld")
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_fp.c | 68 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 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('\\') 792 val = cmdline.strip() [all …]
|
| /linux/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()
|
| /linux/tools/scripts/ |
| H A D | Makefile.include | 65 $(call allow-override,STRIP,$(LLVM_PREFIX)llvm-strip$(LLVM_SUFFIX)) 72 $(call allow-override,STRIP,$(CROSS_COMPILE)strip) 92 LLVM_STRIP ?= llvm-strip
|
| /linux/tools/testing/selftests/net/lib/py/ |
| H A D | ksft.py | 54 ksft_pr("Check| " + frame.code_context[0].strip()) 169 for line in tb.strip().split('\n'): 329 for line in tb.strip().split('\n'): 340 for line in tb.strip().split('\n'):
|
| /linux/arch/sparc/boot/ |
| H A D | Makefile | 35 $(call if_changed,strip) 67 $(call if_changed,strip)
|
| /linux/tools/lib/python/kdoc/ |
| H A D | parse_data_structs.py | 169 line = line.strip() 296 line = line.strip("\n") 328 if not line.strip(): 365 name = match.group(2).strip()
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | linkconfig.py | |
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | base_device.py | 55 return f.read().strip() 166 id = int(event.sys_path.strip().split(".")[-1], 16) 231 key, value = line.strip().split("=") 232 self.uevents[key] = value.strip('"')
|
| /linux/Documentation/sphinx/ |
| H A D | kerneldoc.py | 154 i = i.rstrip("\\").strip() 168 i = i.rstrip("\\").strip() 176 pattern = pattern.rstrip("\\").strip()
|