Home
last modified time | relevance | path

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

1234

/openbmc/u-boot/lib/
H A Dlinux_string.c20 char *skip_spaces(const char *str) in skip_spaces() function
40 s = skip_spaces(s); in strim()
/openbmc/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()
/openbmc/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()
/openbmc/linux/arch/s390/boot/
H A Dstring.c25 char *skip_spaces(const char *str) in skip_spaces() function
46 return skip_spaces(s); in strim()
/openbmc/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()
/openbmc/u-boot/include/linux/
H A Dlinux_string.h4 extern char * skip_spaces(const char *);
/openbmc/linux/drivers/firmware/efi/libstub/
H A Dskip_spaces.c7 char *skip_spaces(const char *str) in skip_spaces() function
H A DMakefile72 skip_spaces.o lib-cmdline.o lib-ctype.o \
/openbmc/linux/drivers/media/cec/core/
H A Dcec-pin-error-inj.c88 p = skip_spaces(p); in cec_pin_error_inj_parse_line()
127 p = skip_spaces(p); in cec_pin_error_inj_parse_line()
176 p = skip_spaces(p); in cec_pin_error_inj_parse_line()
/openbmc/linux/fs/ext4/
H A Dsysfs.c88 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store()
107 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store()
467 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_attr_store()
478 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_attr_store()
488 ret = kstrtoul(skip_spaces(buf), 0, &lt); in ext4_attr_store()
/openbmc/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()
/openbmc/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()
/openbmc/linux/tools/include/linux/
H A Dstring.h45 extern char * __must_check skip_spaces(const char *);
/openbmc/linux/fs/erofs/
H A Dsysfs.c144 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
159 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
/openbmc/linux/drivers/s390/block/
H A Ddasd_proc.c273 str = skip_spaces(buffer); in dasd_stats_proc_write()
276 str = skip_spaces(str + 4); in dasd_stats_proc_write()
/openbmc/linux/lib/
H A Dstring_helpers.c866 char *skip_spaces(const char *str) in skip_spaces() function
872 EXPORT_SYMBOL(skip_spaces);
896 return skip_spaces(s); in strim()
H A Dbootconfig.c568 v = skip_spaces(v); in __xbc_parse_value()
571 v = skip_spaces(v); in __xbc_parse_value()
862 p = skip_spaces(p); in xbc_parse_tree()
H A Dcmdline.c273 return skip_spaces(args); in next_arg()
/openbmc/linux/security/apparmor/
H A Dlib.c69 *ns_name = skip_spaces(&name[1]); in aa_split_fqname()
75 name = skip_spaces(split); in aa_split_fqname()
/openbmc/linux/kernel/
H A Duser_namespace.c991 pos = skip_spaces(pos); in map_write()
996 pos = skip_spaces(pos); in map_write()
1001 pos = skip_spaces(pos); in map_write()
1007 pos = skip_spaces(pos); in map_write()
1248 pos = skip_spaces(pos); in proc_setgroups_write()
/openbmc/linux/sound/firewire/digi00x/
H A Ddigi00x.c31 model = skip_spaces(name); in name_card()
/openbmc/linux/arch/x86/boot/compressed/
H A Dkaslr.c113 char *skip_spaces(const char *str) in skip_spaces() function
275 args = skip_spaces(args); in handle_mem_options()
/openbmc/linux/kernel/power/
H A Dwakelock.c223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/openbmc/linux/drivers/md/
H A Ddm-init.c93 *str = skip_spaces(*str); in str_field_delimit()

1234