/linux-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/arch/s390/boot/ |
D | string.c | 41 char *skip_spaces(const char *str) in skip_spaces() function 62 return skip_spaces(s); in strim()
|
/linux-6.12.1/fs/ext4/ |
D | sysfs.c | 90 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, <); in ext4_generic_attr_store()
|
/linux-6.12.1/drivers/firmware/efi/libstub/ |
D | skip_spaces.c | 7 char *skip_spaces(const char *str) in skip_spaces() function
|
D | Makefile | 67 skip_spaces.o lib-cmdline.o lib-ctype.o \
|
/linux-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/tools/include/linux/ |
D | string.h | 47 extern char * __must_check skip_spaces(const char *);
|
/linux-6.12.1/fs/erofs/ |
D | sysfs.c | 144 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store() 159 ret = kstrtoul(skip_spaces(buf), 0, &t); in erofs_attr_store()
|
/linux-6.12.1/drivers/s390/block/ |
D | dasd_proc.c | 268 str = skip_spaces(buffer); in dasd_stats_proc_write() 271 str = skip_spaces(str + 4); in dasd_stats_proc_write()
|
/linux-6.12.1/lib/ |
D | string_helpers.c | 842 char *skip_spaces(const char *str) in skip_spaces() function 848 EXPORT_SYMBOL(skip_spaces); 872 return skip_spaces(s); in strim()
|
D | bootconfig.c | 566 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()
|
D | cmdline.c | 273 return skip_spaces(args); in next_arg()
|
/linux-6.12.1/arch/arm64/kernel/pi/ |
D | idreg-override.c | 315 cmdline = skip_spaces(cmdline); in __parse_cmdline() 398 char * __init skip_spaces(const char *str) in skip_spaces() function
|
/linux-6.12.1/security/apparmor/ |
D | lib.c | 69 *ns_name = skip_spaces(&name[1]); in aa_split_fqname() 75 name = skip_spaces(split); in aa_split_fqname()
|
/linux-6.12.1/kernel/ |
D | user_namespace.c | 993 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-6.12.1/sound/firewire/digi00x/ |
D | digi00x.c | 31 model = skip_spaces(name); in name_card()
|
/linux-6.12.1/arch/x86/boot/compressed/ |
D | kaslr.c | 113 char *skip_spaces(const char *str) in skip_spaces() function 252 args = skip_spaces(args); in handle_mem_options()
|
/linux-6.12.1/kernel/power/ |
D | wakelock.c | 223 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
/linux-6.12.1/drivers/md/ |
D | dm-init.c | 93 *str = skip_spaces(*str); in str_field_delimit()
|
/linux-6.12.1/tools/perf/util/ |
D | disasm.c | 639 target = skip_spaces(++s); in mov__parse() 664 comment = skip_spaces(comment); in mov__parse() 794 comment = skip_spaces(comment); in dec__parse() 932 char tmp, *name = skip_spaces(line); in disasm_line__parse() 975 char *tmp_raw_insn, *name_raw_insn = skip_spaces(line); in disasm_line__parse_powerpc() 976 char *name = skip_spaces(name_raw_insn + RAW_BYTES); in disasm_line__parse_powerpc()
|