Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/
Dlib.c45 *ns_name = skip_spaces(&name[1]); in aa_split_fqname()
51 name = skip_spaces(split); in aa_split_fqname()
Dlsm.c561 args = skip_spaces(args); in apparmor_setprocattr()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/lib/
Dstring.c349 char *skip_spaces(const char *str) in skip_spaces() function
355 EXPORT_SYMBOL(skip_spaces);
379 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.c2491 fmt = skip_spaces(++fmt); in vsscanf()
2492 str = skip_spaces(str); in vsscanf()
2577 str = skip_spaces(str); in vsscanf()
2612 str = skip_spaces(str); in vsscanf()
/linux-4.1.27/kernel/
Duser_namespace.c674 pos = skip_spaces(pos); in map_write()
679 pos = skip_spaces(pos); in map_write()
684 pos = skip_spaces(pos); in map_write()
690 pos = skip_spaces(pos); in map_write()
899 pos = skip_spaces(pos); in proc_setgroups_write()
Dparams.c187 return skip_spaces(next); in next_arg()
202 args = skip_spaces(args); in parse_args()
Dsysctl.c1851 char *tmp = skip_spaces(*buf); in proc_skip_spaces()
/linux-4.1.27/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.c948 str = skip_spaces(buffer); in dasd_stats_write()
/linux-4.1.27/include/linux/
Dstring.h61 extern char * __must_check skip_spaces(const char *);
/linux-4.1.27/kernel/power/
Dwakelock.c206 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
/linux-4.1.27/sound/pci/hda/
Dhda_sysfs.c314 buf = skip_spaces(buf); in parse_hints()
329 val = skip_spaces(val); in parse_hints()
/linux-4.1.27/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.1.27/drivers/staging/speakup/
Dvarhandlers.c327 val = simple_strtoul(skip_spaces(start), &start, 10); in spk_s2uchar()
/linux-4.1.27/fs/cachefiles/
Ddaemon.c262 args = skip_spaces(++args); in cachefiles_daemon_write()
/linux-4.1.27/fs/btrfs/
Dsysfs.c122 ret = kstrtoul(skip_spaces(buf), 0, &val); in btrfs_feature_attr_store()
/linux-4.1.27/drivers/parisc/
Dpdc_stable.c784 temp = skip_spaces(in); in pdcs_auto_write()
/linux-4.1.27/fs/nilfs2/
Dsysfs.c790 err = kstrtouint(skip_spaces(buf), 0, &val); in nilfs_superblock_sb_update_frequency_store()
/linux-4.1.27/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.1.27/fs/f2fs/
Dsuper.c148 ret = kstrtoul(skip_spaces(buf), 0, &t); in f2fs_sbi_store()
/linux-4.1.27/drivers/md/
Ddm-table.c550 start = skip_spaces(end); in dm_split_args()
Dmd.c4048 buf = skip_spaces(end); in bitmap_store()
/linux-4.1.27/arch/s390/kernel/
Ddebug.c1196 buf = skip_spaces(buf); in debug_get_uint()
/linux-4.1.27/fs/ext4/
Dsuper.c2478 ret = kstrtoull(skip_spaces(buf), 0, value); in parse_strtoull()
2525 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store()
2552 ret = kstrtoul(skip_spaces(buf), 0, &t); in sbi_ui_store()
/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c1070 *value = simple_strtoul(skip_spaces(buf), &endp, 0); in parse_strtoul()
1071 endp = skip_spaces(endp); in parse_strtoul()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_debugfs.c3720 buf = skip_spaces(buf); in display_crc_ctl_tokenize()