Home
last modified time | relevance | path

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

123

/Linux-v5.10/tools/bootconfig/include/linux/
Dstring.h8 static inline char *skip_spaces(const char *str) in skip_spaces() function
29 return skip_spaces(s); in strim()
/Linux-v5.10/tools/lib/
Dargv_split.c24 str = skip_spaces(str); in count_argc()
78 str = skip_spaces(str); in argv_split()
Dstring.c124 char *skip_spaces(const char *str) in skip_spaces() function
153 return skip_spaces(s); in strim()
/Linux-v5.10/arch/s390/boot/
Dstring.c24 char *skip_spaces(const char *str) in skip_spaces() function
45 return skip_spaces(s); in strim()
/Linux-v5.10/drivers/pnp/
Dinterface.c317 buf = skip_spaces(buf); in pnp_get_resource_value()
321 buf = skip_spaces(buf); in pnp_get_resource_value()
323 buf = skip_spaces(buf + 1); in pnp_get_resource_value()
349 buf = skip_spaces(buf); in resources_store()
395 buf = skip_spaces(buf); in resources_store()
/Linux-v5.10/drivers/firmware/efi/libstub/
Dskip_spaces.c7 char *skip_spaces(const char *str) in skip_spaces() function
DMakefile54 skip_spaces.o lib-cmdline.o lib-ctype.o \
/Linux-v5.10/drivers/media/cec/core/
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()
/Linux-v5.10/arch/um/drivers/
Dmconsole_kern.c137 ptr = skip_spaces(ptr); in mconsole_proc()
478 ptr = skip_spaces(ptr); in mconsole_config()
505 ptr = skip_spaces(ptr); in mconsole_remove()
629 ptr = skip_spaces(ptr); in mconsole_sysrq()
673 ptr = skip_spaces(ptr); in mconsole_stack()
/Linux-v5.10/tools/include/linux/
Dstring.h45 extern char * __must_check skip_spaces(const char *);
/Linux-v5.10/arch/x86/kernel/cpu/mtrr/
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()
/Linux-v5.10/fs/ext4/
Dsysfs.c92 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store()
111 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store()
452 ret = kstrtoul(skip_spaces(buf), 0, &t); in ext4_attr_store()
463 ret = kstrtoul(skip_spaces(buf), 0, &t); in ext4_attr_store()
/Linux-v5.10/drivers/s390/block/
Ddasd_proc.c273 str = skip_spaces(buffer); in dasd_stats_proc_write()
276 str = skip_spaces(str + 4); in dasd_stats_proc_write()
/Linux-v5.10/lib/
Dstring.c525 char *skip_spaces(const char *str) in skip_spaces() function
531 EXPORT_SYMBOL(skip_spaces);
555 return skip_spaces(s); in strim()
Dbootconfig.c470 v = skip_spaces(v); in __xbc_parse_value()
473 v = skip_spaces(v); in __xbc_parse_value()
812 p = skip_spaces(p); in xbc_init()
Dcmdline.c248 return skip_spaces(next); in next_arg()
/Linux-v5.10/kernel/
Duser_namespace.c915 pos = skip_spaces(pos); in map_write()
920 pos = skip_spaces(pos); in map_write()
925 pos = skip_spaces(pos); in map_write()
931 pos = skip_spaces(pos); in map_write()
1168 pos = skip_spaces(pos); in proc_setgroups_write()
/Linux-v5.10/security/apparmor/
Dlib.c49 *ns_name = skip_spaces(&name[1]); in aa_split_fqname()
55 name = skip_spaces(split); in aa_split_fqname()
/Linux-v5.10/sound/firewire/digi00x/
Ddigi00x.c31 model = skip_spaces(name); in name_card()
/Linux-v5.10/kernel/trace/
Dtrace_events_trigger.c223 next = buff = skip_spaces(buff); in trigger_process_regex()
226 next = skip_spaces(next); in trigger_process_regex()
642 param = skip_spaces(param); in event_trigger_callback()
1384 param = skip_spaces(param); in event_enable_trigger_func()
/Linux-v5.10/drivers/md/
Ddm-init.c88 *str = skip_spaces(*str); in str_field_delimit()
/Linux-v5.10/arch/x86/boot/compressed/
Dkaslr.c117 char *skip_spaces(const char *str) in skip_spaces() function
279 args = skip_spaces(args); in handle_mem_options()
/Linux-v5.10/arch/s390/kernel/
Dearly.c101 s = skip_spaces(str); in strim_all()
/Linux-v5.10/kernel/power/
Dwakelock.c226 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/Linux-v5.10/tools/perf/util/
Dstrfilter.c42 s = skip_spaces(s); in get_token()

123