strsep            499 arch/alpha/kernel/setup.c 	while ((p = strsep(&args, " \t")) != NULL) {
strsep            866 arch/arm/mach-at91/pm.c 	s = strsep(&str, ",");
strsep            163 arch/m68k/atari/config.c 	while ((p = strsep(&args, ",")) != NULL) {
strsep            259 arch/mips/txx9/generic/setup.c 		char *str = strsep(&s, " ");
strsep            408 arch/powerpc/platforms/pseries/dlpar.c 	arg = strsep(cmd, " ");
strsep            428 arch/powerpc/platforms/pseries/dlpar.c 	arg = strsep(cmd, " ");
strsep            449 arch/powerpc/platforms/pseries/dlpar.c 	arg = strsep(cmd, " ");
strsep            455 arch/powerpc/platforms/pseries/dlpar.c 		arg = strsep(cmd, " ");
strsep            466 arch/powerpc/platforms/pseries/dlpar.c 		arg = strsep(cmd, " ");
strsep            481 arch/powerpc/platforms/pseries/dlpar.c 		arg = strsep(cmd, " ");
strsep            495 arch/powerpc/platforms/pseries/dlpar.c 		arg = strsep(cmd, " ");
strsep            140 arch/s390/tools/gen_opcode_table.c 	base_format = strsep(&base_format, "_");
strsep            786 arch/x86/kernel/cpu/resctrl/core.c 	while ((tok = strsep(&str, ",")) != NULL) {
strsep            271 arch/x86/kernel/cpu/resctrl/ctrlmondata.c 	dom = strsep(&line, ";");
strsep            272 arch/x86/kernel/cpu/resctrl/ctrlmondata.c 	id = strsep(&dom, "=");
strsep            401 arch/x86/kernel/cpu/resctrl/ctrlmondata.c 	while ((tok = strsep(&buf, "\n")) != NULL) {
strsep            402 arch/x86/kernel/cpu/resctrl/ctrlmondata.c 		resname = strim(strsep(&tok, ":"));
strsep           2235 block/blk-iocost.c 	while ((p = strsep(&input, " \t\n"))) {
strsep           2400 block/blk-iocost.c 	while ((p = strsep(&input, " \t\n"))) {
strsep            808 block/blk-iolatency.c 	while ((tok = strsep(&p, " "))) {
strsep           1624 block/blk-throttle.c 		strsep(&p, "=");
strsep            495 crypto/asymmetric_keys/asymmetric_type.c 	restrict_method = strsep(&next, ":");
strsep            505 crypto/asymmetric_keys/asymmetric_type.c 		key_text = strsep(&next, ":");
strsep           6167 drivers/android/binder.c 		while ((device_name = strsep(&device_tmp, ","))) {
strsep            278 drivers/android/binderfs.c 	while ((p = strsep(&data, ",")) != NULL) {
strsep             53 drivers/dma-buf/selftest.c 	for (sep = filter; (tok = strsep(&sep, ","));) {
strsep            509 drivers/firmware/qemu_fw_cfg.c 	while ((tok = strsep(&p, "/")) && *tok) {
strsep            172 drivers/firmware/xilinx/zynqmp-debug.c 	pm_api_req = strsep(&kern_buff, " ");
strsep            179 drivers/firmware/xilinx/zynqmp-debug.c 	pm_api_req = strsep(&kern_buff, " ");
strsep            182 drivers/firmware/xilinx/zynqmp-debug.c 		pm_api_req = strsep(&kern_buff, " ");
strsep           1335 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 		while ((pciaddname_tmp = strsep(&pciaddstr_tmp, ";"))) {
strsep           1336 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 			pciaddname = strsep(&pciaddname_tmp, ",");
strsep           1369 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c 		while ((timeout_setting = strsep(&input, ",")) &&
strsep            683 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 		sub_str = strsep(&tmp_str, delimiter);
strsep            875 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 		sub_str = strsep(&tmp, delimiter);
strsep           1292 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 			sub_str = strsep(&tmp_str, delimiter);
strsep            186 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 		sub_str = strsep(&wr_buf_ptr, delimiter);
strsep            362 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 		sub_str = strsep(&wr_buf_ptr, delimiter);
strsep            567 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 		sub_str = strsep(&wr_buf_ptr, delimiter);
strsep            288 drivers/gpu/drm/drm_edid_load.c 	while ((edidname = strsep(&edidstr, ","))) {
strsep           1210 drivers/gpu/drm/drm_mipi_dbi.c 		token = strsep(&pos, " ");
strsep            916 drivers/gpu/drm/i915/i915_pci.c 	for (p = s, ret = false; (tok = strsep(&p, ",")) != NULL; ) {
strsep            208 drivers/gpu/drm/i915/selftests/i915_selftest.c 	for (sep = filter; (tok = strsep(&sep, ","));) {
strsep            508 drivers/hwtracing/stm/policy.c 		start = strsep(&end, "/");
strsep            943 drivers/infiniband/hw/cxgb3/iwch_provider.c 	cp = strsep(&next, ".");
strsep            945 drivers/infiniband/hw/cxgb3/iwch_provider.c 	cp = strsep(&next, ".");
strsep            947 drivers/infiniband/hw/cxgb3/iwch_provider.c 	cp = strsep(&next, ".");
strsep           3509 drivers/infiniband/ulp/srp/ib_srp.c 	while ((p = strsep(&sep_opt, ",\n")) != NULL) {
strsep            531 drivers/input/mouse/psmouse-base.c 	while ((p = strsep(&fw_id_copy, " ")) != NULL) {
strsep           3049 drivers/iommu/amd_iommu_init.c 	hid = strsep(&p, ":");
strsep             61 drivers/isdn/mISDN/dsp_hwec.c 		while ((tok = strsep(&dup, ","))) {
strsep             64 drivers/isdn/mISDN/dsp_hwec.c 			name = strsep(&tok, "=");
strsep            236 drivers/isdn/mISDN/dsp_pipeline.c 	while ((tok = strsep(&dup, "|"))) {
strsep            239 drivers/isdn/mISDN/dsp_pipeline.c 		name = strsep(&tok, "(");
strsep            240 drivers/isdn/mISDN/dsp_pipeline.c 		args = strsep(&tok, ")");
strsep           2359 drivers/md/dm-crypt.c 	keycount = strsep(&tmp, "-");
strsep           2360 drivers/md/dm-crypt.c 	cipher = strsep(&keycount, ":");
strsep           2371 drivers/md/dm-crypt.c 	chainmode = strsep(&tmp, "-");
strsep           2372 drivers/md/dm-crypt.c 	*ivmode = strsep(&tmp, ":");
strsep            220 drivers/media/cec/cec-core.c 		line = strsep(&p, "\n");
strsep             89 drivers/media/cec/cec-pin-error-inj.c 	token = strsep(&p, delims);
strsep            174 drivers/media/cec/cec-pin-error-inj.c 	token = strsep(&p, delims);
strsep           1131 drivers/media/rc/rc-main.c 	while ((tmp = strsep((char **)&buf, " \n")) != NULL) {
strsep            399 drivers/mtd/devices/block2mtd.c 		token[i] = strsep(&str, ",");
strsep            232 drivers/mtd/devices/phram.c 		token[i] = strsep(&str, ",");
strsep            292 drivers/mtd/devices/slram.c 		if (!(devname = strsep(&map, ","))) {
strsep            297 drivers/mtd/devices/slram.c 		if ((!map) || (!(devstart = strsep(&map, ",")))) {
strsep            301 drivers/mtd/devices/slram.c 		if ((!map) || (!(devlength = strsep(&map, ",")))) {
strsep           1355 drivers/mtd/mtdswap.c 	while ((this_opt = strsep(&parts, ",")) != NULL) {
strsep            131 drivers/mtd/ubi/block.c 		tokens[i] = strsep(&pbuf, ",");
strsep           1386 drivers/mtd/ubi/build.c 		tokens[i] = strsep(&pbuf, ",");
strsep           1459 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		word = strsep(&p, " ");
strsep            486 drivers/net/ethernet/netronome/nfp/nfp_main.c 	while ((token = strsep(&ptr, ","))) {
strsep           2281 drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c 	while ((opt = strsep(&str, ",")) != NULL) {
strsep           4909 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	while ((opt = strsep(&str, ",")) != NULL) {
strsep            890 drivers/net/netconsole.c 		while ((target_config = strsep(&input, ";"))) {
strsep           1310 drivers/net/usb/pegasus.c 	if ((token = strsep(&id, ":")) != NULL)
strsep           1313 drivers/net/usb/pegasus.c 	if ((token = strsep(&id, ":")) != NULL)
strsep           1315 drivers/net/usb/pegasus.c 	if ((token = strsep(&id, ":")) != NULL)
strsep            335 drivers/net/wimax/i2400m/fw.c 		while ((token = strsep(&options, ",")) != NULL) {
strsep           1093 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, "=");
strsep           1412 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1418 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1424 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1430 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1436 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1442 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1449 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1456 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1463 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1470 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1477 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1483 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1490 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1497 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1504 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1511 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1518 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1525 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1532 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1539 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1546 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1589 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1595 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1729 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1735 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1741 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1747 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep           1753 drivers/net/wireless/ath/ath6kl/debug.c 	token = strsep(&sptr, " ");
strsep            119 drivers/net/wireless/ath/wcn36xx/debug.c 		begin = strsep(&tmp, " ");
strsep            268 drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c 	strsep(&ptr, "\n");
strsep            644 drivers/nvme/host/fabrics.c 	while ((p = strsep(&o, ",\n")) != NULL) {
strsep             59 drivers/nvme/target/fcloop.c 	while ((p = strsep(&o, ",\n")) != NULL) {
strsep            137 drivers/nvme/target/fcloop.c 	while ((p = strsep(&o, ",\n")) != NULL) {
strsep             56 drivers/pci/pci-stub.c 	while ((id = strsep(&p, ","))) {
strsep            115 drivers/s390/block/dasd_devmap.c 		tmp = strsep(&opt, ",");
strsep            161 drivers/s390/block/dasd_devmap.c 	tok = strsep(&str, ".");
strsep            166 drivers/s390/block/dasd_devmap.c 	tok = strsep(&str, ".");
strsep            171 drivers/s390/block/dasd_devmap.c 	tok = strsep(&str, ".");
strsep            288 drivers/s390/block/dasd_devmap.c 		*from_str = strsep(&range, "-");
strsep            289 drivers/s390/block/dasd_devmap.c 		*to_str = strsep(&range, "(");
strsep            290 drivers/s390/block/dasd_devmap.c 		*features_str = strsep(&range, ")");
strsep            292 drivers/s390/block/dasd_devmap.c 		*from_str = strsep(&range, "(");
strsep            293 drivers/s390/block/dasd_devmap.c 		*features_str = strsep(&range, ")");
strsep            159 drivers/s390/cio/blacklist.c 	while ((parm = strsep(&str, ","))) {
strsep            200 drivers/s390/cio/blacklist.c 			rc = parse_busid(strsep(&parm, "-"), &from_cssid,
strsep            261 drivers/s390/cio/blacklist.c 	parm = strsep(&buf, " ");
strsep            298 drivers/s390/net/qeth_l3_sys.c 	tmp = strsep((char **)&buf, "\n");
strsep            101 drivers/s390/scsi/zfcp_aux.c 	token = strsep(&str, ",");
strsep            106 drivers/s390/scsi/zfcp_aux.c 	token = strsep(&str, ",");
strsep            110 drivers/s390/scsi/zfcp_aux.c 	token = strsep(&str, ",");
strsep           1475 drivers/s390/virtio/virtio_ccw.c 	while ((parm = strsep(&str, ","))) {
strsep           1476 drivers/s390/virtio/virtio_ccw.c 		rc = parse_busid(strsep(&parm, "-"), &from_cssid,
strsep           1178 drivers/scsi/aic7xxx/aic79xx_osm.c 	while ((p = strsep(&s, ",.")) != NULL) {
strsep           1053 drivers/scsi/aic7xxx/aic7xxx_osm.c 	while ((p = strsep(&s, ",.")) != NULL) {
strsep            105 drivers/scsi/arm/fas216.c 	while ((s = strsep(&str, ",")) != NULL) {
strsep            511 drivers/scsi/ips.c 	while ((key = strsep(&ips_str, ",."))) {
strsep           4204 drivers/scsi/lpfc/lpfc_attr.c 		token = strsep(&str_ptr, "\t ");
strsep           4208 drivers/scsi/lpfc/lpfc_attr.c 		bucket_type_str = strsep(&str_ptr, "\t ");
strsep           4219 drivers/scsi/lpfc/lpfc_attr.c 		base_str = strsep(&str_ptr, "\t ");
strsep           4224 drivers/scsi/lpfc/lpfc_attr.c 		step_str = strsep(&str_ptr, "\t ");
strsep           2957 drivers/scsi/lpfc/lpfc_debugfs.c 	step_str = strsep(&pbuf, "\t ");
strsep           2968 drivers/scsi/lpfc/lpfc_debugfs.c 		step_str = strsep(&pbuf, "\t ");
strsep            542 drivers/scsi/scsi_devinfo.c 	for (vendor = strsep(&next, ":"); vendor && (vendor[0] != '\0')
strsep            543 drivers/scsi/scsi_devinfo.c 	     && (res == 0); vendor = strsep(&next, ":")) {
strsep            545 drivers/scsi/scsi_devinfo.c 		model = strsep(&next, ":");
strsep            547 drivers/scsi/scsi_devinfo.c 			strflags = strsep(&next, next_check);
strsep           3691 drivers/staging/exfat/exfat_super.c 	while ((p = strsep(&options, ","))) {
strsep             12 drivers/staging/fbtft/fbtft-sysfs.c 	p_val = strsep(str_p, sep);
strsep             59 drivers/staging/fbtft/fbtft-sysfs.c 		curve_p = strsep(&str_p, "\n");
strsep            920 drivers/staging/greybus/camera.c 	token = strsep(&buf, ";");
strsep            931 drivers/staging/greybus/camera.c 	token = strsep(&buf, ";");
strsep            948 drivers/staging/greybus/camera.c 		token = strsep(&buf, ";");
strsep            958 drivers/staging/greybus/camera.c 		token = strsep(&buf, ";");
strsep            967 drivers/staging/greybus/camera.c 		token = strsep(&buf, ";");
strsep           1011 drivers/staging/greybus/camera.c 	token = strsep(&buf, ";");
strsep           1019 drivers/staging/greybus/camera.c 	token = strsep(&buf, ";");
strsep           1027 drivers/staging/greybus/camera.c 	token = strsep(&buf, ";");
strsep            547 drivers/staging/most/core.c 	*a = strsep(&buf, ":");
strsep            551 drivers/staging/most/core.c 	*b = strsep(&buf, ":\n");
strsep            555 drivers/staging/most/core.c 	*c = strsep(&buf, ":\n");
strsep            560 drivers/staging/most/core.c 		*d = strsep(&buf, ":\n");
strsep            480 drivers/staging/most/sound/sound.c 	num = strsep(&buf, "x");
strsep            486 drivers/staging/most/sound/sound.c 	*sample_res = strsep(&buf, ".\n");
strsep           2209 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c #define GetLineFromBuffer(buffer)	 strsep(&buffer, "\n")
strsep           2833 drivers/staging/rtl8723bs/hal/hal_com_phycfg.c 		for (token = strsep(&Data, delim); token != NULL; token = strsep(&Data, delim)) {\
strsep           4527 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 	pch = strsep(&ptmp, delim);
strsep           4550 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 			pch = strsep(&ptmp, delim);
strsep           5001 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 				str = strsep(&ptr, delim);
strsep           5019 drivers/staging/rtl8723bs/os_dep/ioctl_linux.c 				str = strsep(&ptr, delim);
strsep            955 drivers/staging/sm750fb/sm750.c 	while ((opt = strsep(&src, ":")) != NULL && *opt != 0) {
strsep           1195 drivers/staging/sm750fb/sm750.c 	while ((opt = strsep(&options, ":")) != NULL) {
strsep             60 drivers/target/iscsi/iscsi_target_auth.c 	token = strsep(&tmp, "=");
strsep             69 drivers/target/iscsi/iscsi_target_auth.c 		token = strsep(&tmp, ",");
strsep           1875 drivers/target/target_core_configfs.c 	while ((ptr = strsep(&opts, ",\n")) != NULL) {
strsep           2359 drivers/target/target_core_configfs.c 	while ((ptr = strsep(&map_entries, "\n")) != NULL) {
strsep            728 drivers/target/target_core_file.c 	while ((ptr = strsep(&opts, ",\n")) != NULL) {
strsep            546 drivers/target/target_core_iblock.c 	while ((ptr = strsep(&opts, ",\n")) != NULL) {
strsep            732 drivers/target/target_core_pscsi.c 	while ((ptr = strsep(&opts, ",\n")) != NULL) {
strsep            556 drivers/target/target_core_rd.c 	while ((ptr = strsep(&opts, ",\n")) != NULL) {
strsep           2167 drivers/target/target_core_user.c 	while ((ptr = strsep(&opts, ",\n")) != NULL) {
strsep            195 drivers/thunderbolt/domain.c 	while ((s = strsep(&uuid_str, ",")) != NULL && i < tb->nboot_acl) {
strsep             68 drivers/usb/core/quirks.c 		field = strsep(&p, ":");
strsep             75 drivers/usb/core/quirks.c 		field = strsep(&p, ":");
strsep             82 drivers/usb/core/quirks.c 		field = strsep(&p, ",");
strsep           1647 drivers/vfio/pci/vfio_pci.c 	while ((id = strsep(&p, ","))) {
strsep            415 drivers/video/fbdev/68328fb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            893 drivers/video/fbdev/acornfb.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep           2317 drivers/video/fbdev/amifb.c 	if (!(p = strsep(&spec, ";")) || !*p)
strsep           2322 drivers/video/fbdev/amifb.c 	if (!(p = strsep(&spec, ";")) || !*p)
strsep           2327 drivers/video/fbdev/amifb.c 	if (!(p = strsep(&spec, ";")) || !*p)
strsep           2332 drivers/video/fbdev/amifb.c 	if (!(p = strsep(&spec, "")) || !*p)
strsep           2351 drivers/video/fbdev/amifb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           2804 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2811 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2818 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2826 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2840 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2845 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2851 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2855 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2864 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2872 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2922 drivers/video/fbdev/atafb.c 	if (!(p = strsep(&spec, ";")) || !*p)
strsep           2925 drivers/video/fbdev/atafb.c 	if (!(p = strsep(&spec, ";")) || !*p)
strsep           2929 drivers/video/fbdev/atafb.c 	if ((p = strsep(&spec, ";")) && *p)
strsep           2931 drivers/video/fbdev/atafb.c 	if ((p = strsep(&spec, ";")) && *p)
strsep           2933 drivers/video/fbdev/atafb.c 	if ((p = strsep(&spec, ";")) && *p)
strsep           2950 drivers/video/fbdev/atafb.c 	if (!(p = strsep(&spec, ";")) || !*p)
strsep           2955 drivers/video/fbdev/atafb.c 	if (!(p = strsep(&spec, ";")) || !*p)
strsep           2960 drivers/video/fbdev/atafb.c 	if (!(p = strsep(&spec, ";")) || !*p)
strsep           2965 drivers/video/fbdev/atafb.c 	if (!(p = strsep(&spec, "")) || !*p)
strsep           2985 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2989 drivers/video/fbdev/atafb.c 	p = strsep(&spec, ";");
strsep           2993 drivers/video/fbdev/atafb.c 	p = strsep(&spec, "");
strsep           3014 drivers/video/fbdev/atafb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1688 drivers/video/fbdev/aty/aty128fb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           2742 drivers/video/fbdev/aty/atyfb_base.c 	if (!(p = strsep(&video_str, ";")) || !*p)
strsep           2745 drivers/video/fbdev/aty/atyfb_base.c 	if (!(p = strsep(&video_str, ";")) || !*p)
strsep           2748 drivers/video/fbdev/aty/atyfb_base.c 	if (!(p = strsep(&video_str, ";")) || !*p)
strsep           3810 drivers/video/fbdev/aty/atyfb_base.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           2604 drivers/video/fbdev/aty/radeon_base.c 	while ((this_opt = strsep (&options, ",")) != NULL) {
strsep            381 drivers/video/fbdev/au1100fb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1590 drivers/video/fbdev/au1200fb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           2334 drivers/video/fbdev/cirrusfb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            542 drivers/video/fbdev/controlfb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            467 drivers/video/fbdev/core/fbcon.c 	while ((options = strsep(&this_opt, ",")) != NULL) {
strsep           1495 drivers/video/fbdev/cyber2000fb.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep            272 drivers/video/fbdev/efifb.c 		while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            303 drivers/video/fbdev/fm2fb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1852 drivers/video/fbdev/fsl-diu-fb.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep           1100 drivers/video/fbdev/gbefb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            408 drivers/video/fbdev/geode/gx1fb_core.c 	while ((this_opt = strsep(&options, ","))) {
strsep            490 drivers/video/fbdev/geode/gxfb_core.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep            620 drivers/video/fbdev/geode/lxfb_core.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep            273 drivers/video/fbdev/grvga.c 	while ((this_opt = strsep(&options, " ")) != NULL) {
strsep            357 drivers/video/fbdev/grvga.c 		char *this_opt = strsep(&options, ",");
strsep            648 drivers/video/fbdev/hyperv_fb.c 	p = strsep(&opt, "x");
strsep           1266 drivers/video/fbdev/i740fb.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep           1967 drivers/video/fbdev/i810/i810_main.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1554 drivers/video/fbdev/imsttfb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            836 drivers/video/fbdev/imxfb.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep            350 drivers/video/fbdev/intelfb/intelfbdrv.c 	while ((this_opt = strsep(&options, ","))) {
strsep            561 drivers/video/fbdev/kyro/fbdev.c 	while ((this_opt = strsep(&options, ","))) {
strsep            514 drivers/video/fbdev/macfb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           2325 drivers/video/fbdev/matrox/matroxfb_base.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1667 drivers/video/fbdev/mx3fb.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep           2186 drivers/video/fbdev/neofb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1457 drivers/video/fbdev/nvidia/nvidia.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep             77 drivers/video/fbdev/ocfb.c 	while ((curr_opt = strsep(&options, ",")) != NULL) {
strsep           1848 drivers/video/fbdev/omap/omapfb_main.c 	while (!r && (this_opt = strsep(&options, ",")) != NULL) {
strsep           2164 drivers/video/fbdev/omap2/omapfb/omapfb-main.c 	while (!r && (this_opt = strsep(&options, ",")) != NULL) {
strsep            496 drivers/video/fbdev/platinumfb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1770 drivers/video/fbdev/pm2fb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1515 drivers/video/fbdev/pm3fb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1272 drivers/video/fbdev/ps3fb.c 		char *this_opt = strsep(&options, ",");
strsep           1019 drivers/video/fbdev/pvr2fb.c 	while ((this_opt = strsep(&options, ","))) {
strsep           2026 drivers/video/fbdev/pxafb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           2119 drivers/video/fbdev/riva/fbdev.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1527 drivers/video/fbdev/s3fb.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep           1252 drivers/video/fbdev/sa1100fb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           2528 drivers/video/fbdev/savage/savagefb_driver.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           3989 drivers/video/fbdev/sis/sis_main.c 	while((this_opt = strsep(&options, ",")) != NULL) {
strsep           1282 drivers/video/fbdev/sstfb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1577 drivers/video/fbdev/tdfxfb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1569 drivers/video/fbdev/tgafb.c 		while ((this_opt = strsep(&arg, ","))) {
strsep           1008 drivers/video/fbdev/tmiofb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1783 drivers/video/fbdev/tridentfb.c 	while ((opt = strsep(&options, ",")) != NULL) {
strsep           1817 drivers/video/fbdev/uvesafb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            560 drivers/video/fbdev/valkyriefb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            209 drivers/video/fbdev/vesafb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            409 drivers/video/fbdev/vfb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1296 drivers/video/fbdev/vga16fb.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep           1143 drivers/video/fbdev/via/viafbdev.c 		value = strsep(&pbuf, " ");
strsep           1214 drivers/video/fbdev/via/viafbdev.c 		value = strsep(&pbuf, " ");
strsep           1373 drivers/video/fbdev/via/viafbdev.c 			value = strsep(&pbuf, " ");
strsep           1410 drivers/video/fbdev/via/viafbdev.c 			value = strsep(&pbuf, " ");
strsep           1943 drivers/video/fbdev/via/viafbdev.c 	while ((this_opt = strsep(&options, ",")) != NULL) {
strsep            190 fs/9p/v9fs.c   	while ((p = strsep(&options, ",")) != NULL) {
strsep            185 fs/adfs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            209 fs/affs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            496 fs/afs/proc.c  	while ((s = strsep(&p, " \t\n"))) {
strsep            153 fs/autofs/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            711 fs/befs/linuxvfs.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            454 fs/btrfs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            916 fs/btrfs/super.c 	while ((p = strsep(&opts, ",")) != NULL) {
strsep            969 fs/btrfs/super.c 	while ((p = strsep(&opts, ",")) != NULL) {
strsep           1745 fs/cifs/connect.c 	while ((data = strsep(&options, separator)) != NULL) {
strsep            111 fs/debugfs/inode.c 	while ((p = strsep(&data, ",")) != NULL) {
strsep            267 fs/devpts/inode.c 	while ((p = strsep(&data, ",")) != NULL) {
strsep            276 fs/ecryptfs/main.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            240 fs/erofs/super.c 	while ((p = strsep(&options, ","))) {
strsep            487 fs/ext2/super.c 	while ((p = strsep (&options, ",")) != NULL) {
strsep           2080 fs/ext4/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            405 fs/f2fs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep           1165 fs/fat/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            217 fs/fs_context.c 	while ((key = strsep(&options, ",")) != NULL) {
strsep            236 fs/fuse/cuse.c 		strsep(&val, "=");
strsep            960 fs/gfs2/ops_fstype.c 	for (options = args->ar_hostdata; (o = strsep(&options, ":")); ) {
strsep            243 fs/hfs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep             81 fs/hfsplus/options.c 	while ((p = strsep(&input, ",")) != NULL) {
strsep            109 fs/hfsplus/options.c 	while ((p = strsep(&input, ",")) != NULL) {
strsep            326 fs/hpfs/super.c 	while ((p = strsep(&opts, ",")) != NULL) {
strsep            365 fs/isofs/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            245 fs/jfs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            885 fs/kernfs/dir.c 	while ((name = strsep(&p, "/")) && parent) {
strsep            194 fs/nfs/nfsroot.c 	p = strsep(&incoming, ",");
strsep           1101 fs/nfs/super.c 	while ((p = strsep(&value, ":")) != NULL) {
strsep           1245 fs/nfs/super.c 	while ((p = strsep(&raw, ",")) != NULL) {
strsep            723 fs/nilfs2/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep           1236 fs/nilfs2/super.c 		p = strsep(&options, ",");
strsep            176 fs/ntfs/super.c 	while ((p = strsep(&opt, ","))) {
strsep           1265 fs/ocfs2/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            414 fs/omfs/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            871 fs/orangefs/orangefs-debugfs.c 	while ((unchecked_keyword = strsep(&strsep_fodder, ",")))
strsep             68 fs/orangefs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            239 fs/pstore/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            241 fs/qnx6/inode.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            581 fs/reiserfs/bitmap.c 	while ((this_char = strsep(&options, ":")) != NULL) {
strsep            173 fs/tracefs/inode.c 	while ((p = strsep(&data, ",")) != NULL) {
strsep           1015 fs/ubifs/super.c 	while ((p = strsep(&options, ","))) {
strsep            471 fs/udf/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            392 fs/ufs/super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            203 fs/xfs/xfs_super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep           1246 fs/xfs/xfs_super.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep             96 include/linux/string.h extern char * strsep(char **,const char *);
strsep            466 include/linux/wimax/debug.h 		token = strsep(&params, " ");
strsep            815 init/main.c    		str_entry = strsep(&str, ",");
strsep           1255 kernel/cgroup/cgroup-v1.c 	while ((token = strsep(&str, ",")) != NULL) {
strsep           3289 kernel/cgroup/cgroup.c 	while ((tok = strsep(&buf, " "))) {
strsep           6166 kernel/cgroup/cgroup.c 	while ((token = strsep(&str, ",")) != NULL) {
strsep            363 kernel/cgroup/rdma.c 	name = strsep(&value, "=");
strsep            396 kernel/cgroup/rdma.c 	while ((c = strsep(&options, " ")) != NULL) {
strsep            438 kernel/cgroup/rdma.c 	dev_name = strsep(&options, " ");
strsep           9354 kernel/events/core.c 	while ((start = strsep(&fstr, " ,\n")) != NULL) {
strsep            158 kernel/power/suspend_test.c 	suspend_type = strsep(&value, ",");
strsep            162 kernel/power/suspend_test.c 	repeat = strsep(&value, ",");
strsep           1667 kernel/seccomp.c 	while ((name = strsep(&names, " ")) && *name) {
strsep           1745 kernel/trace/blktrace.c 		token = strsep(&s, ",");
strsep           4647 kernel/trace/ftrace.c 	func = strsep(&next, ":");
strsep           4660 kernel/trace/ftrace.c 	command = strsep(&next, ":");
strsep           4977 kernel/trace/ftrace.c 		func = strsep(&buf, ",");
strsep           5000 kernel/trace/ftrace.c 		func = strsep(&buf, ",");
strsep           4701 kernel/trace/trace.c 		option = strsep(&buf, ",");
strsep           7738 kernel/trace/trace.c 	number = strsep(&param, ":");
strsep            808 kernel/trace/trace_events.c 	match = strsep(&buf, ":");
strsep           2712 kernel/trace/trace_events.c 	system = strsep(&param, ":");
strsep           2716 kernel/trace/trace_events.c 	event = strsep(&param, ":");
strsep           2750 kernel/trace/trace_events.c 	number = strsep(&param, ":");
strsep           3057 kernel/trace/trace_events.c 		token = strsep(&buf, ",");
strsep           2203 kernel/trace/trace_events_hist.c 		char *str = strsep(&trigger_str, ":");
strsep           2838 kernel/trace/trace_events_hist.c 	field_name = strsep(&modifier, ".");
strsep           2920 kernel/trace/trace_events_hist.c 			ref_system = strsep(&str, ".");
strsep           2925 kernel/trace/trace_events_hist.c 			ref_event = strsep(&str, ".");
strsep           3111 kernel/trace/trace_events_hist.c 	operand1_str = strsep(&str, sep);
strsep           3967 kernel/trace/trace_events_hist.c 		param = strsep(&params, ",");
strsep           4006 kernel/trace/trace_events_hist.c 	strsep(&str, ".");
strsep           4013 kernel/trace/trace_events_hist.c 	action_name = strsep(&str, "(");
strsep           4021 kernel/trace/trace_events_hist.c 		char *params = strsep(&str, ")");
strsep           4047 kernel/trace/trace_events_hist.c 		char *params = strsep(&str, ")");
strsep           4069 kernel/trace/trace_events_hist.c 		char *params = strsep(&str, ")");
strsep           4116 kernel/trace/trace_events_hist.c 	var_str = strsep(&str, ")");
strsep           4308 kernel/trace/trace_events_hist.c 		system = strsep(&param, ".");
strsep           4313 kernel/trace/trace_events_hist.c 			event_name = strsep(&param, ".");
strsep           4459 kernel/trace/trace_events_hist.c 	match_event = strsep(&str, ")");
strsep           4465 kernel/trace/trace_events_hist.c 	match_event_system = strsep(&match_event, ".");
strsep           4593 kernel/trace/trace_events_hist.c 		field_str = strsep(&fields_str, ",");
strsep           4686 kernel/trace/trace_events_hist.c 		field_str = strsep(&fields_str, ",");
strsep           4746 kernel/trace/trace_events_hist.c 			field_str = strsep(&str, ",");
strsep           4750 kernel/trace/trace_events_hist.c 			var_name = strsep(&field_str, "=");
strsep           4849 kernel/trace/trace_events_hist.c 		field_str = strsep(&fields_str, ",");
strsep           4863 kernel/trace/trace_events_hist.c 		field_name = strsep(&field_str, ".");
strsep            223 kernel/trace/trace_events_trigger.c 	command = strsep(&next, ": \t");
strsep            634 kernel/trace/trace_events_trigger.c 		trigger = strsep(&param, " \t");
strsep            658 kernel/trace/trace_events_trigger.c 		number = strsep(&trigger, ":");
strsep            738 kernel/trace/trace_events_trigger.c 	s = strsep(&filter_str, " \t");
strsep           1368 kernel/trace/trace_events_trigger.c 	trigger = strsep(&param, " \t");
strsep           1372 kernel/trace/trace_events_trigger.c 	system = strsep(&trigger, ":");
strsep           1376 kernel/trace/trace_events_trigger.c 	event = strsep(&trigger, ":");
strsep           1428 kernel/trace/trace_events_trigger.c 		number = strsep(&trigger, ":");
strsep            656 kernel/trace/trace_functions.c 	number = strsep(&param, ":");
strsep            649 lib/string.c   EXPORT_SYMBOL(strsep);
strsep           6948 mm/memcontrol.c 	while ((token = strsep(&s, ",")) != NULL) {
strsep            380 mm/vmpressure.c 	token = strsep(&spec, ",");
strsep            387 mm/vmpressure.c 	token = strsep(&spec, ",");
strsep            155 net/9p/client.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            762 net/9p/trans_fd.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            198 net/9p/trans_rdma.c 	while ((p = strsep(&options, ",")) != NULL) {
strsep            401 net/ceph/ceph_common.c 	while ((c = strsep(&options, ",")) != NULL) {
strsep            305 net/ipv4/tcp_cong.c 	while ((name = strsep(&clone, " ")) && *name) {
strsep            318 net/ipv4/tcp_cong.c 	while ((name = strsep(&val, " ")) && *name) {
strsep            316 net/mac80211/debugfs_sta.c 	buf = strsep(&pos, " ");
strsep            327 net/mac80211/debugfs_sta.c 	buf = strsep(&pos, " ");
strsep            340 net/mac80211/debugfs_sta.c 	buf = strsep(&pos, " ");
strsep            344 net/mac80211/debugfs_sta.c 		buf = strsep(&pos, " ");
strsep            420 scripts/mod/sumversion.c 	while ((fname = strsep(&sources, " ")) != NULL) {
strsep            625 security/apparmor/lsm.c 	command = strsep(&args, " ");
strsep            286 security/integrity/ima/ima_fs.c 	strsep(&datap, "\n");
strsep            295 security/integrity/ima/ima_fs.c 	while (size > 0 && (p = strsep(&datap, "\n"))) {
strsep            228 security/integrity/ima/ima_policy.c 	while ((p = strsep(&str, " |\n")) != NULL) {
strsep            908 security/integrity/ima/ima_policy.c 	while ((p = strsep(&rule, " \t")) != NULL) {
strsep           1259 security/integrity/ima/ima_policy.c 	p = strsep(&rule, "\n");
strsep            181 security/keys/encrypted-keys/encrypted.c 	keyword = strsep(&datablob, " \t");
strsep            189 security/keys/encrypted-keys/encrypted.c 	p = strsep(&datablob, " \t");
strsep            201 security/keys/encrypted-keys/encrypted.c 		*master_desc = strsep(&datablob, " \t");
strsep            220 security/keys/encrypted-keys/encrypted.c 		*decrypted_datalen = strsep(&datablob, " \t");
strsep            242 security/keys/encrypted-keys/encrypted.c 		*hex_encoded_iv = strsep(&datablob, " \t");
strsep             45 security/keys/keyctl_pkey.c 	while ((p = strsep(&c, " \t"))) {
strsep            765 security/keys/trusted.c 	while ((p = strsep(&c, " \t"))) {
strsep            874 security/keys/trusted.c 	c = strsep(&datablob, " \t");
strsep            881 security/keys/trusted.c 		c = strsep(&datablob, " \t");
strsep            895 security/keys/trusted.c 		c = strsep(&datablob, " \t");
strsep            242 security/security.c 	while ((name = strsep(&next, ",")) != NULL) {
strsep           1947 security/smack/smackfs.c 	while ((tok = strsep(&data, " ")) != NULL) {
strsep           2741 sound/soc/codecs/wcd9335.c 	dec_adc_mux_name = strsep(&widget_name, " ");
strsep            459 sound/soc/intel/haswell/sst-haswell-ipc.c 			tmp[i] = strsep(&pinfo, " ");
strsep            331 sound/soc/sof/intel/hda.c 	split_ext = strsep(&filename, ".");
strsep            164 sound/xen/xen_snd_front_cfg.c 	while ((cur_rate = strsep(&list, XENSND_LIST_SEPARATOR))) {
strsep            194 sound/xen/xen_snd_front_cfg.c 	while ((cur_format = strsep(&list, XENSND_LIST_SEPARATOR))) {
strsep            517 tools/perf/bench/numa.c 		tok = strsep(&str, ",");
strsep            653 tools/perf/bench/numa.c 		tok = strsep(&str, ",");
strsep            146 tools/perf/builtin-config.c 		*var = strsep(&arg, "=");
strsep           1719 tools/perf/builtin-kmem.c 		tok = strsep(&pos, ",");
strsep           1745 tools/perf/builtin-kmem.c 		tok = strsep(&pos, ",");
strsep            606 tools/perf/util/config.c 	section_name = strsep(&ptr, ".");
strsep            343 tools/perf/util/metricgroup.c 			while ((g = strsep(&mg, ";")) != NULL) {
strsep            487 tools/perf/util/metricgroup.c 	while ((p = strsep(&llist, ",")) != NULL) {