Home
last modified time | relevance | path

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

/linux-4.4.14/security/apparmor/
Dlib.c45 *ns_name = skip_spaces(&name[1]); in aa_split_fqname()
51 name = skip_spaces(split); in aa_split_fqname()
Dlsm.c551 args = skip_spaces(args); in apparmor_setprocattr()
/linux-4.4.14/drivers/pnp/
Dinterface.c316 buf = skip_spaces(buf); in pnp_get_resource_value()
320 buf = skip_spaces(buf); in pnp_get_resource_value()
322 buf = skip_spaces(buf + 1); in pnp_get_resource_value()
348 buf = skip_spaces(buf); in resources_store()
394 buf = skip_spaces(buf); in resources_store()
/linux-4.4.14/arch/um/drivers/
Dmconsole_kern.c134 ptr = skip_spaces(ptr); in mconsole_proc()
477 ptr = skip_spaces(ptr); in mconsole_config()
504 ptr = skip_spaces(ptr); in mconsole_remove()
628 ptr = skip_spaces(ptr); in mconsole_sysrq()
672 ptr = skip_spaces(ptr); in mconsole_stack()
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dif.c138 ptr = skip_spaces(ptr); in mtrr_write()
146 ptr = skip_spaces(ptr); in mtrr_write()
150 ptr = skip_spaces(ptr + 5); in mtrr_write()
/linux-4.4.14/kernel/
Duser_namespace.c675 pos = skip_spaces(pos); in map_write()
680 pos = skip_spaces(pos); in map_write()
685 pos = skip_spaces(pos); in map_write()
691 pos = skip_spaces(pos); in map_write()
900 pos = skip_spaces(pos); in proc_setgroups_write()
Dparams.c212 return skip_spaces(next); in next_arg()
229 args = skip_spaces(args); in parse_args()
Dsysctl.c1905 char *tmp = skip_spaces(*buf); in proc_skip_spaces()
/linux-4.4.14/fs/ext4/
Dsysfs.c82 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store()
102 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store()
307 ret = kstrtoul(skip_spaces(buf), 0, &t); in ext4_attr_store()
/linux-4.4.14/lib/
Dstring.c438 char *skip_spaces(const char *str) in skip_spaces() function
444 EXPORT_SYMBOL(skip_spaces);
468 return skip_spaces(s); in strim()
Ddynamic_debug.c221 buf = skip_spaces(buf); in ddebug_tokenize()
476 query = skip_spaces(query); in ddebug_exec_queries()
Dvsprintf.c2480 fmt = skip_spaces(++fmt); in vsscanf()
2481 str = skip_spaces(str); in vsscanf()
2566 str = skip_spaces(str); in vsscanf()
2601 str = skip_spaces(str); in vsscanf()
/linux-4.4.14/drivers/s390/block/
Ddasd_proc.c285 str = skip_spaces(buffer); in dasd_stats_proc_write()
288 str = skip_spaces(str + 4); in dasd_stats_proc_write()
Ddasd.c950 str = skip_spaces(buffer); in dasd_stats_write()
/linux-4.4.14/include/linux/
Dstring.h64 extern char * __must_check skip_spaces(const char *);
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x.c30 model = skip_spaces(name); in name_card()
/linux-4.4.14/kernel/power/
Dwakelock.c218 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/linux-4.4.14/sound/pci/hda/
Dhda_sysfs.c314 buf = skip_spaces(buf); in parse_hints()
329 val = skip_spaces(val); in parse_hints()
/linux-4.4.14/net/irda/irnet/
Dirnet_ppp.c80 start = skip_spaces(start); in irnet_ctrl_write()
138 begp = skip_spaces(begp); in irnet_ctrl_write()
/linux-4.4.14/drivers/staging/speakup/
Dvarhandlers.c328 val = simple_strtoul(skip_spaces(start), &start, 10); in spk_s2uchar()
/linux-4.4.14/fs/cachefiles/
Ddaemon.c262 args = skip_spaces(++args); in cachefiles_daemon_write()
/linux-4.4.14/drivers/parisc/
Dpdc_stable.c784 temp = skip_spaces(in); in pdcs_auto_write()
/linux-4.4.14/fs/btrfs/
Dsysfs.c123 ret = kstrtoul(skip_spaces(buf), 0, &val); in btrfs_feature_attr_store()
/linux-4.4.14/fs/nilfs2/
Dsysfs.c790 err = kstrtouint(skip_spaces(buf), 0, &val); in nilfs_superblock_sb_update_frequency_store()
/linux-4.4.14/block/
Dblk-cgroup.c801 body = skip_spaces(body); in blkg_conf_prep()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_mbx.c1382 skip_spaces((char *)about_fw->fw_build_user)); in qla4xxx_about_firmware()
1391 skip_spaces((char *)about_fw->extended_timestamp)); in qla4xxx_about_firmware()
/linux-4.4.14/arch/s390/kernel/
Ddebug.c1196 buf = skip_spaces(buf); in debug_get_uint()
/linux-4.4.14/drivers/md/
Ddm-table.c554 start = skip_spaces(end); in dm_split_args()
Dmd.c4152 buf = skip_spaces(end); in bitmap_store()
/linux-4.4.14/fs/f2fs/
Dsuper.c157 ret = kstrtoul(skip_spaces(buf), 0, &t); in f2fs_sbi_store()
/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c1071 *value = simple_strtoul(skip_spaces(buf), &endp, 0); in parse_strtoul()
1072 endp = skip_spaces(endp); in parse_strtoul()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_debugfs.c3995 buf = skip_spaces(buf); in display_crc_ctl_tokenize()