skip_spaces        45 arch/s390/boot/string.c 	return skip_spaces(s);
skip_spaces      1201 arch/s390/kernel/debug.c 	buf = skip_spaces(buf);
skip_spaces       100 arch/s390/kernel/early.c 			s = skip_spaces(str);
skip_spaces       135 arch/um/drivers/mconsole_kern.c 	ptr = skip_spaces(ptr);
skip_spaces       472 arch/um/drivers/mconsole_kern.c 	ptr = skip_spaces(ptr);
skip_spaces       499 arch/um/drivers/mconsole_kern.c 	ptr = skip_spaces(ptr);
skip_spaces       623 arch/um/drivers/mconsole_kern.c 	ptr = skip_spaces(ptr);
skip_spaces       667 arch/um/drivers/mconsole_kern.c 	ptr = skip_spaces(ptr);
skip_spaces       263 arch/x86/boot/compressed/kaslr.c 	args = skip_spaces(args);
skip_spaces       131 arch/x86/kernel/cpu/mtrr/if.c 	ptr = skip_spaces(ptr);
skip_spaces       139 arch/x86/kernel/cpu/mtrr/if.c 	ptr = skip_spaces(ptr);
skip_spaces       143 arch/x86/kernel/cpu/mtrr/if.c 	ptr = skip_spaces(ptr + 5);
skip_spaces       780 block/blk-cgroup.c 	input = skip_spaces(input);
skip_spaces        88 drivers/md/dm-init.c 	*str = skip_spaces(*str);
skip_spaces       592 drivers/md/dm-table.c 		start = skip_spaces(end);
skip_spaces      4513 drivers/md/md.c 		buf = skip_spaces(end);
skip_spaces       219 drivers/media/cec/cec-core.c 		p = skip_spaces(p);
skip_spaces        88 drivers/media/cec/cec-pin-error-inj.c 	p = skip_spaces(p);
skip_spaces       127 drivers/media/cec/cec-pin-error-inj.c 	p = skip_spaces(p);
skip_spaces       176 drivers/media/cec/cec-pin-error-inj.c 		p = skip_spaces(p);
skip_spaces       771 drivers/parisc/pdc_stable.c 	temp = skip_spaces(in);
skip_spaces      1092 drivers/platform/x86/thinkpad_acpi.c 	*value = simple_strtoul(skip_spaces(buf), &endp, 0);
skip_spaces      1093 drivers/platform/x86/thinkpad_acpi.c 	endp = skip_spaces(endp);
skip_spaces       317 drivers/pnp/interface.c 	buf = skip_spaces(buf);
skip_spaces       321 drivers/pnp/interface.c 			buf = skip_spaces(buf);
skip_spaces       323 drivers/pnp/interface.c 				buf = skip_spaces(buf + 1);
skip_spaces       349 drivers/pnp/interface.c 	buf = skip_spaces(buf);
skip_spaces       395 drivers/pnp/interface.c 			buf = skip_spaces(buf);
skip_spaces       981 drivers/s390/block/dasd.c 	str = skip_spaces(buffer);
skip_spaces       273 drivers/s390/block/dasd_proc.c 	str = skip_spaces(buffer);
skip_spaces       276 drivers/s390/block/dasd_proc.c 		str = skip_spaces(str + 4);
skip_spaces       310 drivers/s390/crypto/zcrypt_api.c 	strncpy(name, skip_spaces(buf), sizeof(name));
skip_spaces       328 drivers/s390/crypto/zcrypt_api.c 	strncpy(name, skip_spaces(buf), sizeof(name));
skip_spaces      1376 drivers/scsi/qla4xxx/ql4_mbx.c 	       skip_spaces((char *)about_fw->fw_build_user));
skip_spaces      1385 drivers/scsi/qla4xxx/ql4_mbx.c 	       skip_spaces((char *)about_fw->extended_timestamp));
skip_spaces       333 drivers/staging/speakup/varhandlers.c 	val = simple_strtoul(skip_spaces(start), &start, 10);
skip_spaces       176 fs/btrfs/sysfs.c 	ret = kstrtoul(skip_spaces(buf), 0, &val);
skip_spaces       259 fs/cachefiles/daemon.c 		args = skip_spaces(++args);
skip_spaces        86 fs/ext4/sysfs.c 	ret = kstrtoul(skip_spaces(buf), 0, &t);
skip_spaces       105 fs/ext4/sysfs.c 	ret = kstrtoull(skip_spaces(buf), 0, &val);
skip_spaces       356 fs/ext4/sysfs.c 		ret = kstrtoul(skip_spaces(buf), 0, &t);
skip_spaces       253 fs/f2fs/sysfs.c 	ret = kstrtoul(skip_spaces(buf), 0, &t);
skip_spaces       780 fs/nilfs2/sysfs.c 	err = kstrtouint(skip_spaces(buf), 0, &val);
skip_spaces        71 include/linux/string.h extern char * __must_check skip_spaces(const char *);
skip_spaces       174 kernel/params.c 	args = skip_spaces(args);
skip_spaces       226 kernel/power/wakelock.c 		ret = kstrtou64(skip_spaces(str), 10, &timeout_ns);
skip_spaces      2131 kernel/sysctl.c 	char *tmp = skip_spaces(*buf);
skip_spaces       915 kernel/user_namespace.c 		pos = skip_spaces(pos);
skip_spaces       920 kernel/user_namespace.c 		pos = skip_spaces(pos);
skip_spaces       925 kernel/user_namespace.c 		pos = skip_spaces(pos);
skip_spaces       931 kernel/user_namespace.c 		pos = skip_spaces(pos);
skip_spaces      1168 kernel/user_namespace.c 	pos = skip_spaces(pos);
skip_spaces       248 lib/cmdline.c  	return skip_spaces(next);
skip_spaces       230 lib/dynamic_debug.c 		buf = skip_spaces(buf);
skip_spaces       489 lib/dynamic_debug.c 		query = skip_spaces(query);
skip_spaces       490 lib/string.c   EXPORT_SYMBOL(skip_spaces);
skip_spaces       514 lib/string.c   	return skip_spaces(s);
skip_spaces      3152 lib/vsprintf.c 			fmt = skip_spaces(++fmt);
skip_spaces      3153 lib/vsprintf.c 			str = skip_spaces(str);
skip_spaces      3242 lib/vsprintf.c 			str = skip_spaces(str);
skip_spaces      3332 lib/vsprintf.c 		str = skip_spaces(str);
skip_spaces       269 net/smc/smc_pnet.c 	char *bf = skip_spaces(pnet_name);
skip_spaces        49 security/apparmor/lib.c 		*ns_name = skip_spaces(&name[1]);
skip_spaces        55 security/apparmor/lib.c 			name = skip_spaces(split);
skip_spaces       628 security/apparmor/lsm.c 	args = skip_spaces(args);
skip_spaces        30 sound/firewire/digi00x/digi00x.c 	model = skip_spaces(name);
skip_spaces       315 sound/pci/hda/hda_sysfs.c 	buf = skip_spaces(buf);
skip_spaces       330 sound/pci/hda/hda_sysfs.c 	val = skip_spaces(val);
skip_spaces        45 tools/include/linux/string.h extern char * __must_check skip_spaces(const char *);
skip_spaces        24 tools/lib/argv_split.c 		str = skip_spaces(str);
skip_spaces        78 tools/lib/argv_split.c 		str = skip_spaces(str);
skip_spaces       153 tools/lib/string.c 	return skip_spaces(s);
skip_spaces       964 tools/perf/builtin-report.c 	end = skip_spaces(end);
skip_spaces      2908 tools/perf/builtin-script.c 		p = skip_spaces(line);
skip_spaces      2917 tools/perf/builtin-script.c 		p = skip_spaces(p);
skip_spaces      2923 tools/perf/builtin-script.c 			desc->half_liner = strdup(skip_spaces(p));
skip_spaces      2929 tools/perf/builtin-script.c 			desc->args = strdup(skip_spaces(p));
skip_spaces      3036 tools/perf/builtin-script.c 		p = skip_spaces(line);
skip_spaces      3046 tools/perf/builtin-script.c 			p = skip_spaces(p);
skip_spaces       598 tools/perf/ui/browser.c 		bg = skip_spaces(bg + 1);
skip_spaces      1484 tools/perf/ui/browsers/hists.c 				ui_browser__printf(&browser->b, "%s", skip_spaces(s));
skip_spaces       522 tools/perf/ui/stdio/hist.c 		printed += fprintf(fp, "%s%s", sep ?: "  ", skip_spaces(buf));
skip_spaces       572 tools/perf/util/annotate.c 	comment = skip_spaces(comment);
skip_spaces       617 tools/perf/util/annotate.c 	comment = skip_spaces(comment);
skip_spaces      1113 tools/perf/util/annotate.c 	char tmp, *name = skip_spaces(line);
skip_spaces      1515 tools/perf/util/annotate.c 	tmp = skip_spaces(parsed_line);
skip_spaces       415 tools/perf/util/header.c 			char *q = skip_spaces(r);
skip_spaces       347 tools/perf/util/metricgroup.c 				g = skip_spaces(g);
skip_spaces      1381 tools/perf/util/pmu.c 		s = skip_spaces(s);
skip_spaces       216 tools/perf/util/stat-display.c 	ends = vals = skip_spaces(buf);
skip_spaces       220 tools/perf/util/stat-display.c 	fprintf(out, "%s%s%s%s", config->csv_sep, vals, config->csv_sep, skip_spaces(unit));
skip_spaces       284 tools/perf/util/stat-display.c 	ends = vals = skip_spaces(buf);
skip_spaces        42 tools/perf/util/strfilter.c 	s = skip_spaces(s);
skip_spaces       107 tools/perf/util/synthetic-events.c 		name = skip_spaces(name + 5);  /* strlen("Name:") */
skip_spaces       144 tools/perf/util/time-utils.c 		p = skip_spaces(strchr(p, ',') + 1);