/linux-5.19.10/tools/bootconfig/include/linux/ |
D | bootconfig.h | 25 static inline char *skip_spaces(const char *str) in skip_spaces() function 46 return skip_spaces(s); in strim()
|
/linux-5.19.10/tools/lib/ |
D | argv_split.c | 24 str = skip_spaces(str); in count_argc() 78 str = skip_spaces(str); in argv_split()
|
D | string.c | 124 char *skip_spaces(const char *str) in skip_spaces() function 153 return skip_spaces(s); in strim()
|
/linux-5.19.10/arch/s390/boot/ |
D | string.c | 25 char *skip_spaces(const char *str) in skip_spaces() function 46 return skip_spaces(s); in strim()
|
/linux-5.19.10/drivers/pnp/ |
D | interface.c | 318 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-5.19.10/drivers/firmware/efi/libstub/ |
D | skip_spaces.c | 7 char *skip_spaces(const char *str) in skip_spaces() function
|
D | Makefile | 64 skip_spaces.o lib-cmdline.o lib-ctype.o \
|
/linux-5.19.10/drivers/media/cec/core/ |
D | cec-pin-error-inj.c | 88 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()
|
/linux-5.19.10/arch/um/drivers/ |
D | mconsole_kern.c | 138 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-5.19.10/arch/x86/kernel/cpu/mtrr/ |
D | if.c | 128 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-5.19.10/tools/include/linux/ |
D | string.h | 45 extern char * __must_check skip_spaces(const char *);
|
/linux-5.19.10/fs/erofs/ |
D | sysfs.c | 140 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store() 155 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
|
/linux-5.19.10/fs/ext4/ |
D | sysfs.c | 87 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store() 106 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store() 463 ret = kstrtoul(skip_spaces(buf), 0, &t); in ext4_attr_store() 474 ret = kstrtoul(skip_spaces(buf), 0, &t); in ext4_attr_store()
|
/linux-5.19.10/drivers/s390/block/ |
D | dasd_proc.c | 273 str = skip_spaces(buffer); in dasd_stats_proc_write() 276 str = skip_spaces(str + 4); in dasd_stats_proc_write()
|
/linux-5.19.10/lib/ |
D | string_helpers.c | 807 char *skip_spaces(const char *str) in skip_spaces() function 813 EXPORT_SYMBOL(skip_spaces); 837 return skip_spaces(s); in strim()
|
D | cmdline.c | 273 return skip_spaces(args); in next_arg()
|
D | bootconfig.c | 565 v = skip_spaces(v); in __xbc_parse_value() 568 v = skip_spaces(v); in __xbc_parse_value() 859 p = skip_spaces(p); in xbc_parse_tree()
|
/linux-5.19.10/kernel/ |
D | user_namespace.c | 986 pos = skip_spaces(pos); in map_write() 991 pos = skip_spaces(pos); in map_write() 996 pos = skip_spaces(pos); in map_write() 1002 pos = skip_spaces(pos); in map_write() 1243 pos = skip_spaces(pos); in proc_setgroups_write()
|
/linux-5.19.10/sound/firewire/digi00x/ |
D | digi00x.c | 31 model = skip_spaces(name); in name_card()
|
/linux-5.19.10/security/apparmor/ |
D | lib.c | 49 *ns_name = skip_spaces(&name[1]); in aa_split_fqname() 55 name = skip_spaces(split); in aa_split_fqname()
|
/linux-5.19.10/arch/arm64/kernel/ |
D | idreg-override.c | 181 cmdline = skip_spaces(cmdline); in __parse_cmdline()
|
/linux-5.19.10/drivers/md/ |
D | dm-init.c | 88 *str = skip_spaces(*str); in str_field_delimit()
|
/linux-5.19.10/kernel/power/ |
D | wakelock.c | 223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/linux-5.19.10/arch/x86/boot/compressed/ |
D | kaslr.c | 112 char *skip_spaces(const char *str) in skip_spaces() function 274 args = skip_spaces(args); in handle_mem_options()
|
/linux-5.19.10/arch/s390/kernel/ |
D | early.c | 103 s = skip_spaces(str); in strim_all()
|