Home
last modified time | relevance | path

Searched refs:skip_spaces (Results 1 – 25 of 66) 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/fs/ext4/
H A Dsysfs.c91 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store()
110 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store()
140 ret = kstrtoul(skip_spaces(buf), 0, &t); in err_report_sec_store()
505 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
513 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
522 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
530 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
538 ret = kstrtoul(skip_spaces(buf), 0, &lt); in ext4_generic_attr_store()
/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/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/s390/include/asm/
H A Dboot_data.h49 p = skip_spaces(p); in bootdebug_filter_match()
/linux/tools/perf/ui/browsers/
H A Dscripts.c110 char *p = skip_spaces(line); in check_ev_match()
125 p = skip_spaces(p); in check_ev_match()
/linux/lib/
H A Dstring_helpers.c846 char *skip_spaces(const char *str) in skip_spaces() function
852 EXPORT_SYMBOL(skip_spaces);
876 return skip_spaces(s); in strim()
H A Dbootconfig.c617 next = skip_spaces(*__v); in xbc_parse_array()
620 next = skip_spaces(next); in xbc_parse_array()
871 p = skip_spaces(p); in xbc_parse_tree()
H A Dcmdline.c273 return skip_spaces(args); in next_arg()
/linux/arch/arm64/kernel/pi/
H A Didreg-override.c339 cmdline = skip_spaces(cmdline); in __parse_cmdline()
422 char * __init skip_spaces(const char *str) in skip_spaces() function
/linux/kernel/
H A Duser_namespace.c1003 pos = skip_spaces(pos); in map_write()
1008 pos = skip_spaces(pos); in map_write()
1013 pos = skip_spaces(pos); in map_write()
1019 pos = skip_spaces(pos); in map_write()
1260 pos = skip_spaces(pos); in proc_setgroups_write()
/linux/tools/perf/util/
H A Ddisasm.c620 target = skip_spaces(++s); in mov__parse()
645 comment = skip_spaces(comment); in mov__parse()
692 comment = skip_spaces(comment); in dec__parse()
832 char tmp, *name = skip_spaces(line); in disasm_line__parse()
875 char *tmp_raw_insn, *name_raw_insn = skip_spaces(line); in disasm_line__parse_powerpc()
876 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()
H A Dstat-display.c508 ends = vals = skip_spaces(buf); in print_metric_csv()
512 fprintf(out, "%s%s%s%s", config->csv_sep, vals, config->csv_sep, skip_spaces(unit)); in print_metric_csv()
632 ends = vals = skip_spaces(buf); in print_metric_only_csv()
653 vals = ends = skip_spaces(buf); in print_metric_only_json()
H A Dprint-events.c267 g = skip_spaces(g); in metricgroup__add_to_mep_groups_callback()
/linux/kernel/power/
H A Dwakelock.c226 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/linux/arch/x86/boot/compressed/
H A Dkaslr.c109 char *skip_spaces(const char *str) in skip_spaces() function
248 args = skip_spaces(args); in handle_mem_options()
/linux/drivers/md/
H A Ddm-init.c93 *str = skip_spaces(*str); in str_field_delimit()
/linux/kernel/trace/
H A Dtrace_events_synth.c1583 raw_command = skip_spaces(raw_command); in create_or_delete_synth_event()
1611 fields = skip_spaces(p); in create_or_delete_synth_event()
2167 raw_command = skip_spaces(raw_command); in create_synth_event()
2186 fields = skip_spaces(p); in create_synth_event()
/linux/drivers/gpio/
H A Dgpio-aggregator.c1029 char *key __free(kfree) = kstrndup(skip_spaces(page), count, in gpio_aggregator_line_key_store()
1067 char *name __free(kfree) = kstrndup(skip_spaces(page), count, in gpio_aggregator_line_name_store()
1353 char *args = skip_spaces(aggr->args); in gpio_aggregator_parse()
/linux/drivers/accessibility/speakup/
H A Dvarhandlers.c340 val = simple_strtoul(skip_spaces(start), &start, 10); in spk_s2uchar()
/linux/drivers/media/cec/core/
H A Dcec-core.c189 p = skip_spaces(p); in cec_error_inj_write()

123