| /linux/tools/bootconfig/include/linux/ |
| H A D | bootconfig.h | 25 static inline char *skip_spaces(const char *str) in skip_spaces() function 46 return skip_spaces(s); in strim()
|
| /linux/tools/lib/ |
| H A D | argv_split.c | 24 str = skip_spaces(str); in count_argc() 78 str = skip_spaces(str); in argv_split()
|
| H A D | string.c | 124 char *skip_spaces(const char *str) in skip_spaces() function 153 return skip_spaces(s); in strim()
|
| /linux/drivers/pnp/ |
| H A 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/fs/ext4/ |
| H A D | sysfs.c | 91 ret = kstrtoul(skip_spaces(buf), 0, &t); in inode_readahead_blks_store() 110 ret = kstrtoull(skip_spaces(buf), 0, &val); in reserved_clusters_store() 140 ret = kstrtoul(skip_spaces(buf), 0, &t); in err_report_sec_store() 505 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store() 513 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store() 522 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store() 530 ret = kstrtouint(skip_spaces(buf), 0, &t); in ext4_generic_attr_store() 538 ret = kstrtoul(skip_spaces(buf), 0, <); in ext4_generic_attr_store()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | skip_spaces.c | 7 char *skip_spaces(const char *str) in skip_spaces() function
|
| /linux/arch/um/drivers/ |
| H A 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/arch/s390/include/asm/ |
| H A D | boot_data.h | 49 p = skip_spaces(p); in bootdebug_filter_match()
|
| /linux/tools/perf/ui/browsers/ |
| H A D | scripts.c | 110 char *p = skip_spaces(line); in check_ev_match() 125 p = skip_spaces(p); in check_ev_match()
|
| /linux/arch/arm64/kernel/pi/ |
| H A D | idreg-override.c | 339 cmdline = skip_spaces(cmdline); in __parse_cmdline() 422 char * __init skip_spaces(const char *str) in skip_spaces() function
|
| /linux/kernel/ |
| H A D | user_namespace.c | 1003 pos = skip_spaces(pos); in map_write() 1008 pos = skip_spaces(pos); in map_write() 1013 pos = skip_spaces(pos); in map_write() 1019 pos = skip_spaces(pos); in map_write() 1260 pos = skip_spaces(pos); in proc_setgroups_write()
|
| /linux/lib/ |
| H A D | bootconfig.c | 687 next = skip_spaces(*__v); in xbc_parse_array() 690 next = skip_spaces(next); in xbc_parse_array() 947 p = skip_spaces(p); in xbc_parse_tree()
|
| H A D | dynamic_debug.c | 288 buf = skip_spaces(buf); in ddebug_tokenize() 581 query = skip_spaces(query); in ddebug_exec_queries()
|
| /linux/tools/perf/util/ |
| H A D | disasm.c | 621 target = skip_spaces(++s); in mov__parse() 646 comment = skip_spaces(comment); in mov__parse() 693 comment = skip_spaces(comment); in dec__parse() 833 char tmp, *name = skip_spaces(line); in disasm_line__parse() 876 char *tmp_raw_insn, *name_raw_insn = skip_spaces(line); in disasm_line__parse_powerpc() 877 char *name = skip_spaces(name_raw_insn + RAW_BYTES); in disasm_line__parse_powerpc()
|
| H A D | strfilter.c | 42 s = skip_spaces(s); in get_token()
|
| H A D | print-events.c | 267 g = skip_spaces(g); in metricgroup__add_to_mep_groups_callback()
|
| H A D | stat-display.c | 508 ends = vals = skip_spaces(buf); in print_metric_csv() 512 fprintf(out, "%s%s%s%s", config->csv_sep, vals, config->csv_sep, skip_spaces(unit)); in print_metric_csv() 630 ends = vals = skip_spaces(buf); in print_metric_only_csv() 651 vals = ends = skip_spaces(buf); in print_metric_only_json()
|
| H A D | time-utils.c | 144 p = skip_spaces(strchr(p, ',') + 1); in perf_time__parse_strs()
|
| /linux/kernel/power/ |
| H A D | wakelock.c | 226 ret = kstrtou64(skip_spaces(str), 10, &timeout_ns); in pm_wake_lock()
|
| /linux/drivers/accessibility/speakup/ |
| H A D | varhandlers.c | 340 val = simple_strtoul(skip_spaces(start), &start, 10); in spk_s2uchar()
|
| /linux/drivers/gpio/ |
| H A D | gpio-aggregator.c | 1047 char *key __free(kfree) = kstrndup(skip_spaces(page), count, in gpio_aggregator_line_key_store() 1085 char *name __free(kfree) = kstrndup(skip_spaces(page), count, in gpio_aggregator_line_name_store() 1370 char *args = skip_spaces(aggr->args); in gpio_aggregator_parse()
|
| /linux/tools/perf/ |
| H A D | builtin-inject.c | 930 build_id = skip_spaces(pos->s); in mark_dso_hit() 937 dso_name = skip_spaces(dso_name); in mark_dso_hit() 963 build_id = skip_spaces(pos->s); in mark_dso_hit() 968 dso_name = skip_spaces(dso_name); in mark_dso_hit() 2192 dry_run = skip_spaces(str); in feat_copy_cb()
|
| /linux/fs/btrfs/ |
| H A D | sysfs.c | 208 ret = kstrtoul(skip_spaces(buf), 0, &val); in btrfs_feature_attr_store() 790 retptr = skip_spaces(retptr); in btrfs_chunk_size_store() 1368 retptr = skip_spaces(retptr); in btrfs_read_policy_to_enum() 2042 endptr = skip_spaces(endptr); in btrfs_devinfo_scrub_speed_max_store()
|
| /linux/fs/cachefiles/ |
| H A D | daemon.c | 326 args = skip_spaces(++args); in cachefiles_daemon_write()
|
| /linux/kernel/trace/ |
| H A D | trace_events_trigger.c | 371 next = skip_spaces(next); in trigger_process_regex() 939 *filter = skip_spaces(param_and_filter); in event_trigger_separate_filter()
|