Home
last modified time | relevance | path

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

1234

/linux-6.15/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-6.15/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-6.15/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-6.15/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-6.15/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()
465 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
473 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
482 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
490 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store()
498 ret = kstrtoul(skip_spaces(buf), 0, &lt); in ext4_generic_attr_store()
/linux-6.15/fs/erofs/
H A Dsysfs.c149 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
164 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
173 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
/linux-6.15/drivers/firmware/efi/libstub/
H A Dskip_spaces.c7 char *skip_spaces(const char *str) in skip_spaces() function
/linux-6.15/drivers/media/cec/core/
H A Dcec-pin-error-inj.c89 p = skip_spaces(p); in cec_pin_error_inj_parse_line()
128 p = skip_spaces(p); in cec_pin_error_inj_parse_line()
177 p = skip_spaces(p); in cec_pin_error_inj_parse_line()
/linux-6.15/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-6.15/arch/x86/kernel/cpu/mtrr/
H A Dif.c126 ptr = skip_spaces(ptr); in mtrr_write()
134 ptr = skip_spaces(ptr); in mtrr_write()
138 ptr = skip_spaces(ptr + 5); in mtrr_write()
/linux-6.15/tools/include/linux/
H A Dstring.h47 extern char * __must_check skip_spaces(const char *);
/linux-6.15/arch/s390/include/asm/
H A Dboot_data.h49 p = skip_spaces(p); in bootdebug_filter_match()
/linux-6.15/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-6.15/drivers/s390/block/
H A Ddasd_proc.c268 str = skip_spaces(buffer); in dasd_stats_proc_write()
271 str = skip_spaces(str + 4); in dasd_stats_proc_write()
/linux-6.15/arch/arm64/kernel/pi/
H A Didreg-override.c336 cmdline = skip_spaces(cmdline); in __parse_cmdline()
419 char * __init skip_spaces(const char *str) in skip_spaces() function
/linux-6.15/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-6.15/kernel/
H A Duser_namespace.c1001 pos = skip_spaces(pos); in map_write()
1006 pos = skip_spaces(pos); in map_write()
1011 pos = skip_spaces(pos); in map_write()
1017 pos = skip_spaces(pos); in map_write()
1258 pos = skip_spaces(pos); in proc_setgroups_write()
/linux-6.15/sound/firewire/digi00x/
H A Ddigi00x.c31 model = skip_spaces(name); in name_card()
/linux-6.15/arch/s390/kernel/
H A Dearly.c102 s = skip_spaces(str); in strim_all()
/linux-6.15/kernel/power/
H A Dwakelock.c223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/linux-6.15/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-6.15/drivers/md/
H A Ddm-init.c93 *str = skip_spaces(*str); in str_field_delimit()

1234