Home
last modified time | relevance | path

Searched refs:strstrip (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/utils/
H A Diniparser.c91 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 Drnbd-clt-sysfs.c79 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 Dcuse.c240 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 Ddebugfs.c228 arg = strstrip(kbuf); in debugfs_write()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmsr.c301 char *s = strstrip((char *)val); in module_exit()
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dpids.c270 buf = strstrip(buf); in pids_max_write()
H A Dlegacy_freezer.c424 buf = strstrip(buf); in freezer_write()
H A Drdma.c432 char *options = strstrip(buf); in rdmacg_resource_set_max()
H A Dcgroup.c2863 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 Dcpuset.c2407 buf = strstrip(buf); in cpuset_write_resmask()
2576 buf = strstrip(buf); in sched_partition_write()
/OK3568_Linux_fs/kernel/kernel/
H A Dfail_function.c259 sym = strstrip(buf); in fei_write()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_configfs.c1342 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 Dtarget_core_alua.c1936 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 D0022-do-not-disable-buffer-in-writing-files.patch54 sc = strstrip(contents);
63 sc = strstrip(contents);
/OK3568_Linux_fs/kernel/mm/
H A Dmemcontrol.c3880 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 Dhugetlb_cgroup.c510 buf = strstrip(buf); in hugetlb_cgroup_write()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dinject.c359 __buf = strstrip(buf); in flags_write()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0022-do-not-disable-buffer-in-writing-files.patch61 sc = strstrip(contents);
70 sc = strstrip(contents);
/OK3568_Linux_fs/kernel/include/linux/
H A Dstring.h76 static inline __must_check char *strstrip(char *str) in strstrip() function
/OK3568_Linux_fs/kernel/security/
H A Ddevice_cgroup.c765 of_cft(of)->private, strstrip(buf)); in devcgroup_access_write()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_proc.c313 string = strstrip(string); in parse_cmd52_string()
/OK3568_Linux_fs/kernel/block/
H A Delevator.c746 e = elevator_get(q, strstrip(elevator_name), true); in __elevator_change()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c1167 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 Dtrace_events_filter.c1896 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 Dipmi_watchdog.c218 s = strstrip(valcp); in set_param_str()

12