| /OK3568_Linux_fs/external/mpp/utils/ |
| H A D | iniparser.c | 91 static unsigned strstrip(char * s) in strstrip() function 644 len = strstrip(line); in iniparser_line() 656 strstrip(section); in iniparser_line() 662 strstrip(key); in iniparser_line() 668 strstrip(key); in iniparser_line() 670 strstrip(value); in iniparser_line() 687 strstrip(key); in iniparser_line()
|
| /OK3568_Linux_fs/kernel/drivers/block/rnbd/ |
| H A D | rnbd-clt-sysfs.c | 79 sep_opt = strstrip(options); in rnbd_clt_parse_map_options() 278 options = strstrip(opt); in rnbd_clt_unmap_dev_store() 381 options = strstrip(opt); in rnbd_clt_remap_dev_store()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | cuse.c | 240 key = strstrip(key); in cuse_parse_one() 241 val = strstrip(val); in cuse_parse_one() 243 key = strstrip(key); in cuse_parse_one()
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | debugfs.c | 228 arg = strstrip(kbuf); in debugfs_write()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | msr.c | 301 char *s = strstrip((char *)val); in module_exit()
|
| /OK3568_Linux_fs/kernel/kernel/cgroup/ |
| H A D | pids.c | 270 buf = strstrip(buf); in pids_max_write()
|
| H A D | legacy_freezer.c | 424 buf = strstrip(buf); in freezer_write()
|
| H A D | rdma.c | 432 char *options = strstrip(buf); in rdmacg_resource_set_max()
|
| H A D | cgroup.c | 2863 if (kstrtoint(strstrip(buf), 0, &pid) || pid < 0) in cgroup_procs_write_start() 3340 buf = strstrip(buf); in cgroup_subtree_control_write() 3500 if (strcmp(strstrip(buf), "threaded")) in cgroup_type_write() 3535 buf = strstrip(buf); in cgroup_max_descendants_write() 3578 buf = strstrip(buf); in cgroup_max_depth_write() 3775 ret = kstrtoint(strstrip(buf), 0, &freeze); in cgroup_freeze_write() 4953 buf = strstrip(buf); in cgroup_threads_write()
|
| H A D | cpuset.c | 2407 buf = strstrip(buf); in cpuset_write_resmask() 2576 buf = strstrip(buf); in sched_partition_write()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | fail_function.c | 259 sym = strstrip(buf); in fei_write()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_configfs.c | 1342 stripped = strstrip(buf); in target_wwn_vendor_id_store() 1398 stripped = strstrip(buf); in target_wwn_product_id_store() 1454 stripped = strstrip(buf); in target_wwn_revision_store() 1550 "%s", strstrip(buf)); in target_wwn_vpd_unit_serial_store() 2314 if (strcmp(strstrip(buf), "NULL")) { in target_dev_alua_lu_gp_store() 2320 lu_gp_new = core_alua_get_lu_gp_by_name(strstrip(buf)); in target_dev_alua_lu_gp_store()
|
| H A D | target_core_alua.c | 1936 if (strcmp(strstrip(buf), "NULL")) { in core_alua_store_tg_pt_gp_info() 1943 strstrip(buf)); in core_alua_store_tg_pt_gp_info()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
| H A D | 0022-do-not-disable-buffer-in-writing-files.patch | 54 sc = strstrip(contents); 63 sc = strstrip(contents);
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memcontrol.c | 3880 buf = strstrip(buf); in mem_cgroup_write() 4907 buf = strstrip(buf); in memcg_write_event_control() 6318 buf = strstrip(buf); in memory_min_write() 6341 buf = strstrip(buf); in memory_low_write() 6366 buf = strstrip(buf); in memory_high_write() 6415 buf = strstrip(buf); in memory_max_write() 6536 buf = strstrip(buf); in memory_oom_group_write() 7440 buf = strstrip(buf); in swap_high_write() 7463 buf = strstrip(buf); in swap_max_write()
|
| H A D | hugetlb_cgroup.c | 510 buf = strstrip(buf); in hugetlb_cgroup_write()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | inject.c | 359 __buf = strstrip(buf); in flags_write()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | 0022-do-not-disable-buffer-in-writing-files.patch | 61 sc = strstrip(contents); 70 sc = strstrip(contents);
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | string.h | 76 static inline __must_check char *strstrip(char *str) in strstrip() function
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | device_cgroup.c | 765 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_proc.c | 313 string = strstrip(string); in parse_cmd52_string()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | elevator.c | 746 e = elevator_get(q, strstrip(elevator_name), true); in __elevator_change()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | base.c | 1167 err = kstrtoint(strstrip(buffer), 0, &oom_adj); in oom_adj_write() 1227 err = kstrtoint(strstrip(buffer), 0, &oom_score_adj); in oom_score_adj_write() 1371 rv = kstrtoint(strstrip(buffer), 0, &make_it_fail); in proc_fault_inject_write() 1521 err = kstrtoint(strstrip(buffer), 0, &nice); in sched_autogroup_write()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events_filter.c | 1896 if (!strcmp(strstrip(filter_string), "0")) { in apply_event_filter() 1957 if (!strcmp(strstrip(filter_string), "0")) { in apply_subsystem_event_filter()
|
| /OK3568_Linux_fs/kernel/drivers/char/ipmi/ |
| H A D | ipmi_watchdog.c | 218 s = strstrip(valcp); in set_param_str()
|