Home
last modified time | relevance | path

Searched refs:skip_spaces (Results 1 – 25 of 58) sorted by relevance

123

/linux/tools/bootconfig/include/linux/
H A Dbootconfig.h25 static inline char *skip_spaces(const char *str) in skip_spaces() function
46 return skip_spaces(s); in strim()
/linux/tools/lib/
H A Dargv_split.c24 str = skip_spaces(str); in count_argc()
78 str = skip_spaces(str); in argv_split()
H A Dstring.c124 char *skip_spaces(const char *str) in skip_spaces() function
153 return skip_spaces(s); in strim()
/linux/drivers/pnp/
H A Dinterface.c318 buf = skip_spaces(buf); in pnp_get_resource_value()
322 buf = skip_spaces(buf); in pnp_get_resource_value()
324 buf = skip_spaces(buf + 1); in pnp_get_resource_value()
350 buf = skip_spaces(buf); in resources_store()
396 buf = skip_spaces(buf); in resources_store()
/linux/fs/ext4/
H A Dsysfs.c90 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store()
109 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store()
461 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
469 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
478 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
486 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
494 ret = kstrtoul(skip_spaces(buf), 0, &lt); in ext4_generic_attr_store()
/linux/arch/s390/boot/
H A Dstring.c41 char *skip_spaces(const char *str) in skip_spaces() function
62 return skip_spaces(s); in strim()
/linux/fs/erofs/
H A Dsysfs.c147 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
162 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
171 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
/linux/arch/um/drivers/
H A Dmconsole_kern.c138 ptr = skip_spaces(ptr); in mconsole_proc()
480 ptr = skip_spaces(ptr); in mconsole_config()
507 ptr = skip_spaces(ptr); in mconsole_remove()
631 ptr = skip_spaces(ptr); in mconsole_sysrq()
675 ptr = skip_spaces(ptr); in mconsole_stack()
/linux/drivers/firmware/efi/libstub/
H A Dskip_spaces.c7 char *skip_spaces(const char *str) in skip_spaces() function
/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c128 ptr = skip_spaces(ptr); in mtrr_write()
136 ptr = skip_spaces(ptr); in mtrr_write()
140 ptr = skip_spaces(ptr + 5); in mtrr_write()
/linux/tools/include/linux/
H A Dstring.h47 extern char * __must_check skip_spaces(const char *);
/linux/arch/s390/include/asm/
H A Dboot_data.h49 p = skip_spaces(p); in bootdebug_filter_match()
/linux/lib/
H A Dstring_helpers.c842 char *skip_spaces(const char *str) in skip_spaces() function
848 EXPORT_SYMBOL(skip_spaces);
872 return skip_spaces(s); in strim()
H A Dbootconfig.c566 v = skip_spaces(v); in __xbc_parse_value()
569 v = skip_spaces(v); in __xbc_parse_value()
860 p = skip_spaces(p); in xbc_parse_tree()
H A Dcmdline.c273 return skip_spaces(args); in next_arg()
/linux/kernel/
H A Duser_namespace.c993 pos = skip_spaces(pos); in map_write()
998 pos = skip_spaces(pos); in map_write()
1003 pos = skip_spaces(pos); in map_write()
1009 pos = skip_spaces(pos); in map_write()
1250 pos = skip_spaces(pos); in proc_setgroups_write()
/linux/sound/firewire/digi00x/
H A Ddigi00x.c31 model = skip_spaces(name); in name_card()
/linux/kernel/power/
H A Dwakelock.c223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/linux/drivers/md/
H A Ddm-init.c93 *str = skip_spaces(*str); in str_field_delimit()
/linux/tools/perf/util/
H A Ddisasm.c640 target = skip_spaces(++s); in mov__parse()
665 comment = skip_spaces(comment); in mov__parse()
795 comment = skip_spaces(comment); in dec__parse()
933 char tmp, *name = skip_spaces(line); in disasm_line__parse()
976 char *tmp_raw_insn, *name_raw_insn = skip_spaces(line); in disasm_line__parse_powerpc()
977 char *name = skip_spaces(name_raw_insn + RAW_BYTES); in disasm_line__parse_powerpc()
H A Dstrfilter.c42 s = skip_spaces(s); in get_token()
/linux/sound/pci/hda/
H A Dhda_sysfs.c312 buf = skip_spaces(buf); in parse_hints()
327 val = skip_spaces(val); in parse_hints()
/linux/arch/s390/kernel/
H A Dearly.c131 s = skip_spaces(str); in strim_all()
/linux/kernel/trace/
H A Dtrace_events_trigger.c248 next = buff = skip_spaces(buff); in trigger_process_regex()
251 next = skip_spaces(next); in trigger_process_regex()
798 *filter = skip_spaces(param_and_filter); in event_trigger_separate_filter()
H A Dtrace_events_synth.c1550 raw_command = skip_spaces(raw_command); in create_or_delete_synth_event()
1578 fields = skip_spaces(p); in create_or_delete_synth_event()
2134 raw_command = skip_spaces(raw_command); in create_synth_event()
2153 fields = skip_spaces(p); in create_synth_event()

123