arch/alpha/kernel/setup.c
478
while ((p = strsep(&args, " \t")) != NULL) {
arch/arm/mach-at91/pm.c
1712
s = strsep(&str, ",");
arch/loongarch/kernel/env.c
52
loongson_sysconf.cpuname = strsep(&cpuname, " ");
arch/m68k/atari/config.c
156
while ((p = strsep(&args, ",")) != NULL) {
arch/mips/loongson64/boardinfo.c
26
strsep(&tmp_board_manufacturer, "-"),
arch/mips/loongson64/boardinfo.c
28
strsep(&tmp_bios_vendor, "-"),
arch/mips/txx9/generic/setup.c
207
char *str = strsep(&s, " ");
arch/powerpc/platforms/pseries/dlpar.c
651
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
673
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
694
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
700
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
711
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
726
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
740
arg = strsep(cmd, " ");
arch/s390/kernel/ipl.c
550
p1 = strsep(&p, ", "); \
arch/s390/lib/test_unwind.c
36
p = strsep(&bt, "\n");
arch/s390/tools/gen_opcode_table.c
140
base_format = strsep(&base_format, "_");
arch/um/drivers/ubd_kern.c
304
file = strsep(&str, ",:");
arch/um/drivers/ubd_kern.c
308
backing_file = strsep(&str, ",:");
arch/um/drivers/ubd_kern.c
312
serial = strsep(&str, ",:");
arch/x86/kernel/cpu/common.c
1657
opt = strsep(&arg, ",");
arch/x86/kernel/cpu/microcode/core.c
147
while ((s = strsep(&p, ","))) {
arch/x86/kernel/cpu/microcode/core.c
151
strsep(&s, "=");
arch/x86/kernel/cpu/resctrl/core.c
841
while ((tok = strsep(&str, ",")) != NULL) {
arch/x86/kernel/cpu/resctrl/intel_aet.c
148
name = strsep(&tok, ":");
arch/x86/virt/svm/cmdline.c
23
while ((s = strsep(&str, ","))) {
block/blk-iocost.c
3317
while ((p = strsep(&body, " \t\n"))) {
block/blk-iocost.c
3511
while ((p = strsep(&body, " \t\n"))) {
block/blk-iolatency.c
863
while ((tok = strsep(&p, " "))) {
block/blk-throttle.c
1587
strsep(&p, "=");
block/error-injection.c
196
while ((p = strsep(&options, ",\n")) != NULL) {
block/partitions/cmdline.c
129
next = strsep(&bdevdef, ":");
block/partitions/cmdline.c
140
while ((next = strsep(&bdevdef, ","))) {
block/partitions/cmdline.c
193
while ((next = strsep(&pbuf, ";"))) {
block/partitions/cmdline.c
74
char *next = strsep(&partdef, ")");
crypto/asymmetric_keys/asymmetric_type.c
525
restrict_method = strsep(&next, ":");
crypto/asymmetric_keys/asymmetric_type.c
535
key_text = strsep(&next, ":");
drivers/android/binder.c
7147
while ((device_name = strsep(&device_tmp, ","))) {
drivers/block/rbd.c
6345
while ((key = strsep(&options, ",")) != NULL) {
drivers/block/rnbd/rnbd-clt-sysfs.c
86
while ((p = strsep(&sep_opt, " ")) != NULL) {
drivers/block/zloop.c
1483
while ((p = strsep(&o, ",\n")) != NULL) {
drivers/crypto/hisilicon/debugfs.c
252
if (strsep(&s, " ")) {
drivers/crypto/hisilicon/debugfs.c
288
presult = strsep(&s, " ");
drivers/crypto/hisilicon/debugfs.c
300
presult = strsep(&s, " ");
drivers/crypto/hisilicon/debugfs.c
312
if (strsep(&s, " ")) {
drivers/crypto/hisilicon/debugfs.c
417
if (strsep(&s, " ")) {
drivers/crypto/hisilicon/debugfs.c
482
presult = strsep(&s, " ");
drivers/crypto/intel/qat/qat_common/adf_cfg_services.c
66
while ((token = strsep(&substr, ADF_SERVICES_DELIMITER))) {
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1339
val = strsep(&start, ";");
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1349
tmp = strim(strsep(&val, ":"));
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1364
tmp = strim(strsep(&val, ":"));
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1376
tmp = strim(strsep(&val, ":"));
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
1625
val = strsep(&start, ";");
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
1635
tmp = strsep(&val, ":");
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
1650
tmp = strsep(&val, ":");
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
1665
tmp = strsep(&val, ":");
drivers/crypto/marvell/octeontx2/otx2_cptpf_ucode.c
1774
strsep(&tmp, ":");
drivers/dax/bus.c
1158
start = strsep(&end, "-");
drivers/dma/xilinx/xilinx_dpdma.c
326
arg = strsep(&args, " ");
drivers/dma/xilinx/xilinx_dpdma.c
330
arg = strsep(&args, " ");
drivers/dma/xilinx/xilinx_dpdma.c
423
testcase = strsep(&kern_buff, " ");
drivers/edac/versal_edac.c
866
token[i] = strsep(&pbuf, ",");
drivers/edac/zynqmp_edac.c
314
token[i] = strsep(&pbuf, ",");
drivers/firmware/qemu_fw_cfg.c
508
while ((tok = strsep(&p, "/")) && *tok) {
drivers/firmware/xilinx/zynqmp-debug.c
344
pm_api_req = strsep(&kern_buff, " ");
drivers/firmware/xilinx/zynqmp-debug.c
351
pm_api_req = strsep(&kern_buff, " ");
drivers/firmware/xilinx/zynqmp-debug.c
354
pm_api_req = strsep(&kern_buff, " ");
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
1739
while ((pciaddname_tmp = strsep(&pciaddstr_tmp, ";"))) {
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
1740
pciaddname = strsep(&pciaddname_tmp, ",");
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
3552
while ((timeout_setting = strsep(&input, ",")) &&
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
136
sub_str = strsep(&wr_buf_ptr, delimiter);
drivers/gpu/drm/amd/pm/amdgpu_pm.c
1056
while ((sub_str = strsep(&tmp, delimiter)) != NULL) {
drivers/gpu/drm/amd/pm/amdgpu_pm.c
1419
while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) {
drivers/gpu/drm/amd/pm/amdgpu_pm.c
2508
while ((param = strsep(&tmp, delimiter))) {
drivers/gpu/drm/amd/pm/amdgpu_pm.c
3997
while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) {
drivers/gpu/drm/amd/pm/amdgpu_pm.c
808
while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) {
drivers/gpu/drm/drm_edid_load.c
77
while ((edidname = strsep(&edidstr, ","))) {
drivers/gpu/drm/drm_mipi_dbi.c
1269
token = strsep(&pos, " ");
drivers/gpu/drm/i915/i915_mitigations.c
43
for (sep = str; (tok = strsep(&sep, ","));) {
drivers/gpu/drm/i915/i915_pci.c
906
for (p = s, ret = false; (tok = strsep(&p, ",")) != NULL; ) {
drivers/gpu/drm/i915/selftests/i915_selftest.c
398
for (sep = filter; (tok = strsep(&sep, ","));) {
drivers/gpu/drm/imagination/pvr_device.c
490
while ((tkn = strsep(&pos, ".")) != NULL && idx < 4) {
drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/gsp.c
666
while ((start = strsep(&next, ";"))) {
drivers/gpu/drm/xe/xe_configfs.c
410
char *typename = strsep(&p, ",\n");
drivers/gpu/drm/xe/xe_pci.c
547
for (p = s, ret = false; (tok = strsep(&p, ",")) != NULL; ) {
drivers/hwtracing/stm/policy.c
503
start = strsep(&end, "/");
drivers/infiniband/ulp/srp/ib_srp.c
3359
while ((p = strsep(&sep_opt, ",\n")) != NULL) {
drivers/input/mouse/psmouse-base.c
517
while ((p = strsep(&fw_id_copy, " ")) != NULL) {
drivers/iommu/amd/init.c
3874
hid = strsep(&p, ":");
drivers/md/dm-crypt.c
2951
keycount = strsep(&tmp, "-");
drivers/md/dm-crypt.c
2952
cipher = strsep(&keycount, ":");
drivers/md/dm-crypt.c
2963
chainmode = strsep(&tmp, "-");
drivers/md/dm-crypt.c
2964
*ivmode = strsep(&tmp, ":");
drivers/media/cec/core/cec-core.c
190
line = strsep(&p, "\n");
drivers/media/cec/core/cec-pin-error-inj.c
213
token = strsep(&p, delims);
drivers/media/cec/core/cec-pin-error-inj.c
90
token = strsep(&p, delims);
drivers/media/rc/rc-main.c
1168
while ((tmp = strsep((char **)&buf, " \n")) != NULL) {
drivers/media/test-drivers/visl/visl-dec.c
368
while ((line_str = strsep(&tmp, "\n")) && strlen(line_str)) {
drivers/mfd/ls2k-bmc-core.c
442
ret = kstrtoint(strsep(&mode, "x"), 10, &pd->width);
drivers/mfd/ls2k-bmc-core.c
446
ret = kstrtoint(strsep(&mode, "-"), 10, &pd->height);
drivers/mfd/ls2k-bmc-core.c
450
ret = kstrtoint(strsep(&mode, "@"), 10, &depth);
drivers/most/most_snd.c
421
num = strsep(&buf, "x");
drivers/most/most_snd.c
427
*sample_res = strsep(&buf, ".\n");
drivers/mtd/devices/block2mtd.c
427
token[i] = strsep(&str, ",");
drivers/mtd/devices/phram.c
278
token[i] = strsep(&str, ",");
drivers/mtd/devices/slram.c
300
if (!(devname = strsep(&map, ","))) {
drivers/mtd/devices/slram.c
305
if ((!map) || (!(devstart = strsep(&map, ",")))) {
drivers/mtd/devices/slram.c
310
if ((!map) || (!(devlength = strsep(&map, ",")))) {
drivers/mtd/mtdswap.c
1349
while ((this_opt = strsep(&parts, ",")) != NULL) {
drivers/mtd/ubi/block.c
127
tokens[i] = strsep(&pbuf, ",");
drivers/mtd/ubi/build.c
1507
tokens[i] = strsep(&pbuf, ",");
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c
1460
word = strsep(&p, " ");
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
1050
subtoken = strsep(&cmd_buf, " ");
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
1357
subtoken = strsep(&cmd_buf, " ");
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
1361
subtoken = strsep(&cmd_buf, " ");
drivers/net/ethernet/netronome/nfp/nfp_main.c
499
while ((token = strsep(&ptr, ","))) {
drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c
2287
while ((opt = strsep(&str, ",")) != NULL) {
drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
8359
while ((opt = strsep(&str, ",")) != NULL) {
drivers/net/netconsole.c
2394
while ((target_config = strsep(&input, ";"))) {
drivers/net/usb/pegasus.c
1331
token = strsep(&id, ":");
drivers/net/usb/pegasus.c
1335
token = strsep(&id, ":");
drivers/net/usb/pegasus.c
1338
token = strsep(&id, ":");
drivers/net/wireless/ath/ath6kl/debug.c
1097
token = strsep(&sptr, "=");
drivers/net/wireless/ath/ath6kl/debug.c
1416
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1422
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1428
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1434
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1440
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1446
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1453
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1460
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1467
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1474
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1481
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1487
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1494
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1501
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1508
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1515
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1522
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1529
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1536
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1543
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1550
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1593
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1599
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1733
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1739
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1745
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1751
token = strsep(&sptr, " ");
drivers/net/wireless/ath/ath6kl/debug.c
1757
token = strsep(&sptr, " ");
drivers/net/wireless/ath/wcn36xx/debug.c
120
begin = strsep(&tmp, " ");
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8026
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8030
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8039
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8048
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8057
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8066
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8075
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8082
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
372
strsep(&ptr, "\n");
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1572
(token = strsep((char **)&pos, " "))) {
drivers/nvme/host/fabrics.c
750
while ((p = strsep(&o, ",\n")) != NULL) {
drivers/nvme/host/pci.c
123
while ((field = strsep(&p, ",")) && *field) {
drivers/nvme/host/pci.c
166
field = strsep(&s, ":");
drivers/nvme/host/pci.c
170
field = strsep(&s, ":");
drivers/nvme/host/pci.c
174
field = strsep(&s, ":");
drivers/nvme/host/pci.c
212
while ((field = strsep(&sep_ptr, "-"))) {
drivers/nvme/target/fcloop.c
152
while ((p = strsep(&o, ",\n")) != NULL) {
drivers/nvme/target/fcloop.c
70
while ((p = strsep(&o, ",\n")) != NULL) {
drivers/pci/pci-stub.c
57
while ((id = strsep(&p, ","))) {
drivers/pci/pci-sysfs.c
1618
while ((name = strsep(&tmp_options, " ")) != NULL) {
drivers/platform/x86/dell/dell-wmi-sysman/enum-attributes.c
73
while ((p = strsep(&options, ";")) != NULL) {
drivers/platform/x86/hp/hp-bioscfg/order-list-attributes.c
269
part = strsep(&part_tmp, COMMA_SEP);
drivers/platform/x86/hp/hp-bioscfg/order-list-attributes.c
273
part = strsep(&part_tmp, COMMA_SEP);
drivers/platform/x86/lenovo/thinkpad_acpi.c
10129
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
1309
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
4054
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
4970
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5214
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5390
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5480
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5865
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5952
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
6928
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
7677
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
9276
while (!rc && (cmd = strsep(&buf, ","))) {
drivers/platform/x86/touchscreen_dmi.c
1930
ts_cmdline_data.acpi_name = strsep(&str, ":");
drivers/platform/x86/touchscreen_dmi.c
1933
name = strsep(&str, ":");
drivers/platform/x86/touchscreen_dmi.c
1939
strsep(&value, "=");
drivers/platform/x86/uv_sysfs.c
683
while ((found = strsep(&start, "\n")) != NULL) {
drivers/s390/block/dasd_devmap.c
114
tmp = strsep(&opt, ",");
drivers/s390/block/dasd_devmap.c
160
tok = strsep(&str, ".");
drivers/s390/block/dasd_devmap.c
165
tok = strsep(&str, ".");
drivers/s390/block/dasd_devmap.c
170
tok = strsep(&str, ".");
drivers/s390/block/dasd_devmap.c
2201
primary = strsep(&tmp, ",");
drivers/s390/block/dasd_devmap.c
2206
secondary = strsep(&tmp, ",");
drivers/s390/block/dasd_devmap.c
287
*from_str = strsep(&range, "-");
drivers/s390/block/dasd_devmap.c
288
*to_str = strsep(&range, "(");
drivers/s390/block/dasd_devmap.c
289
*features_str = strsep(&range, ")");
drivers/s390/block/dasd_devmap.c
291
*from_str = strsep(&range, "(");
drivers/s390/block/dasd_devmap.c
292
*features_str = strsep(&range, ")");
drivers/s390/cio/blacklist.c
159
while ((parm = strsep(&str, ","))) {
drivers/s390/cio/blacklist.c
200
rc = parse_busid(strsep(&parm, "-"), &from_cssid,
drivers/s390/cio/blacklist.c
261
parm = strsep(&buf, " ");
drivers/s390/crypto/vfio_ap_ops.c
1664
curmask = strsep(strbufptr, ",\n");
drivers/s390/net/qeth_l3_sys.c
232
tmp = strsep((char **)&buf, "\n");
drivers/s390/scsi/zfcp_aux.c
102
token = strsep(&str, ",");
drivers/s390/scsi/zfcp_aux.c
107
token = strsep(&str, ",");
drivers/s390/scsi/zfcp_aux.c
111
token = strsep(&str, ",");
drivers/s390/virtio/virtio_ccw.c
1538
while ((parm = strsep(&str, ","))) {
drivers/s390/virtio/virtio_ccw.c
1539
rc = parse_busid(strsep(&parm, "-"), &from_cssid,
drivers/scsi/aic7xxx/aic79xx_osm.c
1163
while ((p = strsep(&s, ",.")) != NULL) {
drivers/scsi/aic7xxx/aic7xxx_osm.c
1044
while ((p = strsep(&s, ",.")) != NULL) {
drivers/scsi/arm/fas216.c
108
while ((s = strsep(&str, ",")) != NULL) {
drivers/scsi/elx/efct/efct_hw.c
1138
while ((token = strsep(&p, ",")) && *token) {
drivers/scsi/elx/efct/efct_lio.c
777
p = strsep(&pbuf, "@");
drivers/scsi/ips.c
516
while ((key = strsep(&ips_str, ",."))) {
drivers/scsi/lpfc/lpfc_debugfs.c
3188
step_str = strsep(&pbuf, "\t ");
drivers/scsi/lpfc/lpfc_debugfs.c
3199
step_str = strsep(&pbuf, "\t ");
drivers/scsi/scsi_devinfo.c
517
for (vendor = strsep(&next, ":"); vendor && (vendor[0] != '\0')
drivers/scsi/scsi_devinfo.c
518
&& (res == 0); vendor = strsep(&next, ":")) {
drivers/scsi/scsi_devinfo.c
520
model = strsep(&next, ":");
drivers/scsi/scsi_devinfo.c
522
strflags = strsep(&next, next_check);
drivers/soc/qcom/pmic_pdcharger_ulog.c
95
token = strsep((char **)&buf, "\n");
drivers/staging/fbtft/fbtft-sysfs.c
12
p_val = strsep(str_p, sep);
drivers/staging/fbtft/fbtft-sysfs.c
56
curve_p = strsep(&str_p, "\n");
drivers/staging/greybus/camera.c
1006
token = strsep(&buf, ";");
drivers/staging/greybus/camera.c
1014
token = strsep(&buf, ";");
drivers/staging/greybus/camera.c
1022
token = strsep(&buf, ";");
drivers/staging/greybus/camera.c
915
token = strsep(&buf, ";");
drivers/staging/greybus/camera.c
926
token = strsep(&buf, ";");
drivers/staging/greybus/camera.c
943
token = strsep(&buf, ";");
drivers/staging/greybus/camera.c
953
token = strsep(&buf, ";");
drivers/staging/greybus/camera.c
962
token = strsep(&buf, ";");
drivers/staging/media/ipu7/ipu7-cpd.c
235
lines[l] = strsep((char **)&info, "\n");
drivers/staging/sm750fb/sm750.c
1080
while ((opt = strsep(&options, ":")) != NULL) {
drivers/staging/sm750fb/sm750.c
862
while ((opt = strsep(&src, ":")) != NULL && *opt != 0) {
drivers/target/iscsi/iscsi_target_auth.c
100
token = strsep(&tmp, "=");
drivers/target/iscsi/iscsi_target_auth.c
109
token = strsep(&tmp, ",");
drivers/target/target_core_configfs.c
2173
while ((ptr = strsep(&opts, ",\n")) != NULL) {
drivers/target/target_core_configfs.c
2656
while ((ptr = strsep(&map_entries, "\n")) != NULL) {
drivers/target/target_core_file.c
717
while ((ptr = strsep(&opts, ",\n")) != NULL) {
drivers/target/target_core_iblock.c
595
while ((ptr = strsep(&opts, ",\n")) != NULL) {
drivers/target/target_core_pscsi.c
726
while ((ptr = strsep(&opts, ",\n")) != NULL) {
drivers/target/target_core_rd.c
556
while ((ptr = strsep(&opts, ",\n")) != NULL) {
drivers/target/target_core_user.c
2598
while ((ptr = strsep(&opts, ",\n")) != NULL) {
drivers/thunderbolt/debugfs.c
160
token = strsep(line, "\n");
drivers/thunderbolt/debugfs.c
306
token = strsep(line, "\n");
drivers/thunderbolt/debugfs.c
311
field = strsep(&token, " ");
drivers/thunderbolt/debugfs.c
319
field = strsep(&token, " ");
drivers/thunderbolt/domain.c
191
while ((s = strsep(&uuid_str, ",")) != NULL && i < tb->nboot_acl) {
drivers/usb/core/quirks.c
74
field = strsep(&p, ":");
drivers/usb/core/quirks.c
81
field = strsep(&p, ":");
drivers/usb/core/quirks.c
88
field = strsep(&p, ",");
drivers/usb/gadget/function/f_uac1.c
1612
while ((token = strsep(&split_page, ",")) != NULL) { \
drivers/usb/gadget/function/f_uac2.c
2030
while ((token = strsep(&split_page, ",")) != NULL) { \
drivers/vfio/pci/vfio_pci.c
247
while ((id = strsep(&p, ","))) {
drivers/video/fbdev/acornfb.c
890
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/amifb.c
2321
if (!(p = strsep(&spec, ";")) || !*p)
drivers/video/fbdev/amifb.c
2326
if (!(p = strsep(&spec, ";")) || !*p)
drivers/video/fbdev/amifb.c
2331
if (!(p = strsep(&spec, ";")) || !*p)
drivers/video/fbdev/amifb.c
2336
if (!(p = strsep(&spec, "")) || !*p)
drivers/video/fbdev/amifb.c
2355
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/atafb.c
2737
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2744
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2751
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2759
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2773
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2778
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2784
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2788
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2797
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2805
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2855
if (!(p = strsep(&spec, ";")) || !*p)
drivers/video/fbdev/atafb.c
2858
if (!(p = strsep(&spec, ";")) || !*p)
drivers/video/fbdev/atafb.c
2862
if ((p = strsep(&spec, ";")) && *p)
drivers/video/fbdev/atafb.c
2864
if ((p = strsep(&spec, ";")) && *p)
drivers/video/fbdev/atafb.c
2866
if ((p = strsep(&spec, ";")) && *p)
drivers/video/fbdev/atafb.c
2883
if (!(p = strsep(&spec, ";")) || !*p)
drivers/video/fbdev/atafb.c
2888
if (!(p = strsep(&spec, ";")) || !*p)
drivers/video/fbdev/atafb.c
2893
if (!(p = strsep(&spec, ";")) || !*p)
drivers/video/fbdev/atafb.c
2898
if (!(p = strsep(&spec, "")) || !*p)
drivers/video/fbdev/atafb.c
2918
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2922
p = strsep(&spec, ";");
drivers/video/fbdev/atafb.c
2926
p = strsep(&spec, "");
drivers/video/fbdev/atafb.c
2947
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/aty/aty128fb.c
1634
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/aty/atyfb_base.c
2780
if (!(p = strsep(&video_str, ";")) || !*p)
drivers/video/fbdev/aty/atyfb_base.c
2783
if (!(p = strsep(&video_str, ";")) || !*p)
drivers/video/fbdev/aty/atyfb_base.c
2786
if (!(p = strsep(&video_str, ";")) || !*p)
drivers/video/fbdev/aty/atyfb_base.c
3844
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/aty/radeon_base.c
2564
while ((this_opt = strsep (&options, ",")) != NULL) {
drivers/video/fbdev/au1100fb.c
700
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/au1200fb.c
1594
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/cirrusfb.c
2334
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/controlfb.c
804
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/core/fbcon.c
497
while ((options = strsep(&this_opt, ",")) != NULL) {
drivers/video/fbdev/cyber2000fb.c
1454
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/efifb.c
283
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/fm2fb.c
300
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/fsl-diu-fb.c
1850
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/gbefb.c
1095
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/geode/gx1fb_core.c
409
while ((this_opt = strsep(&options, ","))) {
drivers/video/fbdev/geode/gxfb_core.c
496
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/geode/lxfb_core.c
627
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/grvga.c
270
while ((this_opt = strsep(&options, " ")) != NULL) {
drivers/video/fbdev/grvga.c
354
char *this_opt = strsep(&options, ",");
drivers/video/fbdev/i740fb.c
1269
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/i810/i810_main.c
1970
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/imsttfb.c
1577
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/imxfb.c
866
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/kyro/fbdev.c
572
while ((this_opt = strsep(&options, ","))) {
drivers/video/fbdev/macfb.c
512
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/matrox/matroxfb_base.c
2335
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/neofb.c
2171
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/nvidia/nvidia.c
1478
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/ocfb.c
77
while ((curr_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/omap/omapfb_main.c
1849
while (!r && (this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/omap2/omapfb/omapfb-main.c
2166
while (!r && (this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/platinumfb.c
493
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/pm2fb.c
1781
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/pm3fb.c
1520
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/ps3fb.c
1266
char *this_opt = strsep(&options, ",");
drivers/video/fbdev/pvr2fb.c
1042
while ((this_opt = strsep(&options, ","))) {
drivers/video/fbdev/pxafb.c
2010
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/riva/fbdev.c
2075
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/s3fb.c
1608
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/savage/savagefb_driver.c
2555
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/sis/sis_main.c
3955
while((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/sstfb.c
1285
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/tdfxfb.c
1585
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/tgafb.c
1584
while ((this_opt = strsep(&arg, ","))) {
drivers/video/fbdev/tridentfb.c
1784
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/uvesafb.c
1810
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/valkyriefb.c
554
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/vesafb.c
217
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/vfb.c
409
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/via/viafbdev.c
1143
value = strsep(&pbuf, " ");
drivers/video/fbdev/via/viafbdev.c
1213
value = strsep(&pbuf, " ");
drivers/video/fbdev/via/viafbdev.c
1369
value = strsep(&pbuf, " ");
drivers/video/fbdev/via/viafbdev.c
1406
value = strsep(&pbuf, " ");
drivers/video/fbdev/via/viafbdev.c
1936
while ((this_opt = strsep(&options, ",")) != NULL) {
fs/afs/proc.c
582
while ((s = strsep(&p, " \t\n"))) {
fs/ext4/super.c
2474
while ((key = strsep(&options, ",")) != NULL) {
fs/fs_context.c
225
return strsep(s, ",");
fs/fuse/cuse.c
239
strsep(&val, "=");
fs/gfs2/ops_fstype.c
986
for (options = args->ar_hostdata; (o = strsep(&options, ":")); ) {
fs/kernfs/dir.c
939
while ((name = strsep(&p, "/")) && parent) {
fs/nfs/fs_context.c
447
while ((p = strsep(&string, ":")) != NULL) {
fs/nfs/nfsroot.c
200
p = strsep(&incoming, ",");
fs/orangefs/orangefs-debugfs.c
894
while ((token = strsep(&strsep_fodder, ",")) != NULL) {
fs/resctrl/ctrlmondata.c
257
dom = strsep(&line, ";");
fs/resctrl/ctrlmondata.c
258
id = strsep(&dom, "=");
fs/resctrl/ctrlmondata.c
339
while ((tok = strsep(&buf, "\n")) != NULL) {
fs/resctrl/ctrlmondata.c
340
resname = strim(strsep(&tok, ":"));
fs/resctrl/ctrlmondata.c
972
dom = strsep(&line, ";");
fs/resctrl/ctrlmondata.c
973
id = strsep(&dom, "=");
fs/resctrl/monitor.c
1347
evt_str = strim(strsep(&tok, ","));
fs/resctrl/monitor.c
1736
dom_str = strim(strsep(&tok, ";"));
fs/resctrl/monitor.c
1738
id_str = strsep(&dom_str, "=");
fs/resctrl/monitor.c
1796
while ((token = strsep(&buf, "\n")) != NULL) {
fs/resctrl/monitor.c
1802
event = strsep(&token, ":");
fs/resctrl/rdtgroup.c
1754
dom_str = strim(strsep(&tok, ";"));
fs/resctrl/rdtgroup.c
1755
id_str = strsep(&dom_str, "=");
fs/resctrl/rdtgroup.c
800
pid_str = strim(strsep(&buf, ","));
fs/smb/client/fs_context.c
806
while ((key = strsep(&options, ",")) != NULL) {
fs/smb/server/misc.c
128
filename = strsep(&s_name, ":");
fs/smb/server/misc.c
132
s_name = strsep(&stream_type, ":");
include/linux/string.h
207
extern char * strsep(char **,const char *);
init/main.c
1218
str_entry = strsep(&str, ",");
kernel/bpf/inode.c
1091
while ((p = strsep(&str, ":"))) {
kernel/cgroup/cgroup-v1.c
1341
while ((token = strsep(&str, ",")) != NULL) {
kernel/cgroup/cgroup.c
3554
while ((tok = strsep(&buf, " "))) {
kernel/cgroup/cgroup.c
7174
while ((token = strsep(&str, ",")) != NULL) {
kernel/cgroup/dmem.c
751
region_name = strsep(&options, " \t");
kernel/cgroup/misc.c
264
token = strsep(&buf, " ");
kernel/cgroup/rdma.c
494
dev_name = strsep(&options, " ");
kernel/cgroup/rdma.c
507
while ((p = strsep(&options, " \t\n"))) {
kernel/cpu.c
3293
while ((s = strsep(&p, ",")) != NULL) {
kernel/events/core.c
12030
while ((start = strsep(&fstr, " ,\n")) != NULL) {
kernel/panic.c
1256
taint_str = strsep(&s, ",");
kernel/power/suspend_test.c
158
suspend_type = strsep(&value, ",");
kernel/power/suspend_test.c
162
repeat = strsep(&value, ",");
kernel/seccomp.c
2380
while ((name = strsep(&names, " ")) && *name) {
kernel/trace/blktrace.c
1998
token = strsep(&s, ",");
kernel/trace/ftrace.c
5803
func = strsep(&next, ":");
kernel/trace/ftrace.c
5816
command = strsep(&next, ":");
kernel/trace/ftrace.c
6758
func = strsep(&next, ":");
kernel/trace/ftrace.c
6765
command = strsep(&next, ":");
kernel/trace/ftrace.c
6930
func = strsep(&buf, ",");
kernel/trace/ftrace.c
6961
func = strsep(&buf, ",");
kernel/trace/trace.c
4119
option = strsep(&buf, ",");
kernel/trace/trace.c
9452
while ((token = strsep(&buf, ",")) != NULL) {
kernel/trace/trace.c
9468
inst_name = strsep(&token, "=");
kernel/trace/trace.c
9624
while ((curr_str = strsep(&str, "\t"))) {
kernel/trace/trace.c
9635
tok = strsep(&curr_str, ",");
kernel/trace/trace.c
9637
name = strsep(&tok, "=");
kernel/trace/trace.c
9657
while ((flag = strsep(&flag_delim, "^"))) {
kernel/trace/trace.c
9781
while ((tok = strsep(&curr_str, ","))) {
kernel/trace/trace_events.c
1444
match = strsep(&buf, ":");
kernel/trace/trace_events.c
3709
trigger = strsep(&buf, ",");
kernel/trace/trace_events.c
3712
bootup_triggers[i].event = strsep(&trigger, ".");
kernel/trace/trace_events.c
4336
system = strsep(¶m, ":");
kernel/trace/trace_events.c
4340
event = strsep(¶m, ":");
kernel/trace/trace_events.c
4359
number = strsep(¶m, ":");
kernel/trace/trace_events.c
4702
while ((token = strsep(&buf, ","))) {
kernel/trace/trace_events_hist.c
1560
char *str = strsep(&trigger_str, ":");
kernel/trace/trace_events_hist.c
2333
field_name = strsep(&modifier, ".");
kernel/trace/trace_events_hist.c
2499
ref_system = strsep(&str, ".");
kernel/trace/trace_events_hist.c
2504
ref_event = strsep(&str, ".");
kernel/trace/trace_events_hist.c
3701
param = strsep(¶ms, ",");
kernel/trace/trace_events_hist.c
3740
strsep(&str, ".");
kernel/trace/trace_events_hist.c
3747
action_name = strsep(&str, "(");
kernel/trace/trace_events_hist.c
3755
char *params = strsep(&str, ")");
kernel/trace/trace_events_hist.c
3781
char *params = strsep(&str, ")");
kernel/trace/trace_events_hist.c
3803
char *params = strsep(&str, ")");
kernel/trace/trace_events_hist.c
3850
var_str = strsep(&str, ")");
kernel/trace/trace_events_hist.c
4064
system = strsep(¶m, ".");
kernel/trace/trace_events_hist.c
4069
event_name = strsep(¶m, ".");
kernel/trace/trace_events_hist.c
4217
match_event = strsep(&str, ")");
kernel/trace/trace_events_hist.c
4223
match_event_system = strsep(&match_event, ".");
kernel/trace/trace_events_hist.c
4499
field_str = strsep(&fields_str, ",");
kernel/trace/trace_events_hist.c
4600
field_str = strsep(&fields_str, ",");
kernel/trace/trace_events_hist.c
4660
field_str = strsep(&str, ",");
kernel/trace/trace_events_hist.c
4664
var_name = strsep(&field_str, "=");
kernel/trace/trace_events_hist.c
4766
field_str = strsep(&fields_str, ",");
kernel/trace/trace_events_hist.c
4782
field_name = strsep(&field_str, ".");
kernel/trace/trace_events_synth.c
1406
while ((field_str = strsep(&tmp_fields, ";")) != NULL) {
kernel/trace/trace_events_synth.c
1625
name_and_field = strsep(&cmd, ";");
kernel/trace/trace_events_trigger.c
1014
number = strsep(¶m, ":");
kernel/trace/trace_events_trigger.c
1204
s = strsep(&filter_str, " \t");
kernel/trace/trace_events_trigger.c
1775
system = strsep(¶m, ":");
kernel/trace/trace_events_trigger.c
1779
event = strsep(¶m, ":");
kernel/trace/trace_events_trigger.c
376
command = strsep(&next, ": \t");
kernel/trace/trace_events_trigger.c
940
*param = strsep(¶m_and_filter, " \t");
kernel/trace/trace_events_user.c
1252
while ((part = strsep(&field, " ")) != NULL) {
kernel/trace/trace_events_user.c
1299
while ((field = strsep(&args, ";")) != NULL) {
kernel/trace/trace_functions.c
872
number = strsep(¶m, ":");
kernel/trace/trace_snapshot.c
959
number = strsep(¶m, ":");
lib/alloc_tag.c
735
char *token = strsep(&str, ",");
lib/string.c
504
EXPORT_SYMBOL(strsep);
lib/sys_info.c
42
while ((name = strsep(&s, ",")) && *name) {
mm/huge_memory.c
1111
while ((token = strsep(&p, ";")) != NULL) {
mm/huge_memory.c
1112
range = strsep(&token, ":");
mm/huge_memory.c
1118
while ((subtoken = strsep(&range, ",")) != NULL) {
mm/huge_memory.c
1120
start_size = strsep(&subtoken, "-");
mm/huge_memory.c
4813
tok = strsep(&tok_buf, ",");
mm/memcontrol.c
5515
while ((token = strsep(&s, ",")) != NULL) {
mm/shmem.c
5616
while ((token = strsep(&p, ";")) != NULL) {
mm/shmem.c
5617
range = strsep(&token, ":");
mm/shmem.c
5623
while ((subtoken = strsep(&range, ",")) != NULL) {
mm/shmem.c
5625
start_size = strsep(&subtoken, "-");
mm/vmpressure.c
399
token = strsep(&spec, ",");
mm/vmpressure.c
406
token = strsep(&spec, ",");
mm/vmscan.c
5692
while ((cur = strsep(&next, ",;\n"))) {
mm/vmscan.c
7885
while ((start = strsep(&buf, " ")) != NULL) {
net/9p/trans_xen.c
423
for (v = versions; (token = strsep(&v, ",")); ) {
net/ceph/osdmap.c
2942
while ((type_name = strsep(&crush_location, "|"))) {
net/ipv4/tcp_cong.c
381
while ((name = strsep(&clone, " ")) && *name) {
net/ipv4/tcp_cong.c
394
while ((name = strsep(&val, " ")) && *name) {
net/mac80211/debugfs_sta.c
375
buf = strsep(&pos, " ");
net/mac80211/debugfs_sta.c
386
buf = strsep(&pos, " ");
net/mac80211/debugfs_sta.c
399
buf = strsep(&pos, " ");
net/mac80211/debugfs_sta.c
403
buf = strsep(&pos, " ");
samples/fprobe/fprobe_example.c
129
syms[i] = strsep(&p, ",");
samples/landlock/sandboxer.c
107
(*path_list)[i] = strsep(&env_path, ENV_DELIMITER);
samples/landlock/sandboxer.c
208
while ((strport = strsep(&env_port_name_next, ENV_DELIMITER))) {
samples/landlock/sandboxer.c
257
strsep(&env_type_scope_next, ENV_DELIMITER))) {
samples/landlock/sandboxer.c
326
while ((str_access = strsep(&env_quiet_access_next, ENV_DELIMITER))) {
scripts/mod/modpost.c
1578
while ((obj = strsep(&p, "\n")) && obj[0])
scripts/mod/modpost.c
1814
while ((name = strsep(&p, "\n"))) {
scripts/mod/sumversion.c
402
while ((fname = strsep(&pos, "\n"))) {
security/apparmor/lsm.c
867
command = strsep(&args, " ");
security/integrity/ima/ima_fs.c
537
strsep(&datap, "\n");
security/integrity/ima/ima_fs.c
549
while (size > 0 && (p = strsep(&datap, "\n"))) {
security/integrity/ima/ima_policy.c
1404
while ((token = strsep(&arg, ",")) != NULL) {
security/integrity/ima/ima_policy.c
1447
while ((p = strsep(&rule, " \t")) != NULL) {
security/integrity/ima/ima_policy.c
1970
p = strsep(&rule, "\n");
security/integrity/ima/ima_policy.c
289
while ((p = strsep(&str, " |\n")) != NULL) {
security/integrity/ima/ima_policy.c
330
while ((cur = strsep(&next, "|"))) {
security/ipe/policy_parser.c
100
while ((token = strsep(&ver, ".")) != NULL) {
security/ipe/policy_parser.c
150
while ((t = strsep(&line, IPE_POLICY_DELIM)) != NULL) {
security/ipe/policy_parser.c
383
while (t = strsep(&line, IPE_POLICY_DELIM), line) {
security/ipe/policy_parser.c
528
while ((line = strsep(&policy, IPE_LINE_DELIM)) != NULL) {
security/keys/encrypted-keys/encrypted.c
182
keyword = strsep(&datablob, " \t");
security/keys/encrypted-keys/encrypted.c
190
p = strsep(&datablob, " \t");
security/keys/encrypted-keys/encrypted.c
202
*master_desc = strsep(&datablob, " \t");
security/keys/encrypted-keys/encrypted.c
221
*decrypted_datalen = strsep(&datablob, " \t");
security/keys/encrypted-keys/encrypted.c
235
*decrypted_data = strsep(&datablob, " \t");
security/keys/encrypted-keys/encrypted.c
244
*hex_encoded_iv = strsep(&datablob, " \t");
security/keys/keyctl_pkey.c
45
while ((p = strsep(&c, " \t"))) {
security/keys/trusted-keys/trusted_caam.c
58
while ((p = strsep(&c, " \t"))) {
security/keys/trusted-keys/trusted_caam.c
87
c = strsep(datablob, " \t");
security/keys/trusted-keys/trusted_core.c
104
c = strsep(datablob, " \t");
security/keys/trusted-keys/trusted_core.c
115
c = strsep(datablob, " \t");
security/keys/trusted-keys/trusted_core.c
97
c = strsep(datablob, " \t");
security/keys/trusted-keys/trusted_pkwm.c
38
while ((p = strsep(&datablob, " \t"))) {
security/keys/trusted-keys/trusted_tpm1.c
725
while ((p = strsep(&c, " \t"))) {
security/loadpin/loadpin.c
307
while ((d = strsep(&p, "\n")) != NULL) {
security/lsm_init.c
231
while ((name = strsep(&next, ",")) != NULL) {
security/smack/smackfs.c
1965
while ((tok = strsep(&data, " ")) != NULL) {
sound/soc/codecs/wcd9335.c
2738
dec_adc_mux_name = strsep(&widget_name, " ");
sound/soc/codecs/wcd934x.c
4940
dec_adc_mux_name = strsep(&widget_name, " ");
sound/soc/sof/intel/atom.c
281
split_ext = strsep(&tmp, ".");
sound/soc/sof/intel/hda.c
1488
return strsep(&tmp, ".");
sound/soc/sof/ipc3-dtrace.c
134
while ((entry = strsep(&string, entry_delimiter))) {
sound/usb/quirks.c
2719
field = strsep(&p, ":");
sound/usb/quirks.c
2728
field = strsep(&p, ":");
sound/usb/quirks.c
2737
field = strsep(&p, ";");
sound/usb/quirks.c
2749
flag = strsep(&field, "|");
sound/xen/xen_snd_front_cfg.c
164
while ((cur_rate = strsep(&list, XENSND_LIST_SEPARATOR))) {
sound/xen/xen_snd_front_cfg.c
194
while ((cur_format = strsep(&list, XENSND_LIST_SEPARATOR))) {
tools/perf/bench/numa.c
614
tok = strsep(&str, ",");
tools/perf/bench/numa.c
761
tok = strsep(&str, ",");
tools/perf/builtin-config.c
147
*var = strsep(&arg, "=");
tools/perf/builtin-ftrace.c
1624
while ((p = strsep(&s, ",")) != NULL) {
tools/perf/builtin-inject.c
2223
gs->perf_data_file = strsep(&s, ",");
tools/perf/builtin-inject.c
2231
tok = strsep(&s, ",");
tools/perf/builtin-inject.c
2240
tok = strsep(&s, ",");
tools/perf/builtin-inject.c
2245
tok = strsep(&s, ",");
tools/perf/builtin-kmem.c
1752
tok = strsep(&pos, ",");
tools/perf/builtin-kmem.c
1778
tok = strsep(&pos, ",");
tools/perf/builtin-lock.c
371
while ((tok = strsep(&tmp, ",")) != NULL){
tools/perf/tests/code-reading.c
275
token = strsep(&line, " ");
tools/perf/tests/code-reading.c
278
while ((token = strsep(&line, " ")))
tools/perf/tests/code-reading.c
282
token = strsep(&version, ".");
tools/perf/tests/code-reading.c
287
token = strsep(&version, ".");
tools/perf/tests/code-reading.c
292
token = strsep(&version, ".");
tools/perf/util/config.c
728
section_name = strsep(&ptr, ".");
tools/perf/util/dlfilter.c
631
while ((line = strsep(&p, "\n")) != NULL)
tools/perf/util/metricgroup.c
1140
while ((metric_name = strsep(&list_itr, ",")) != NULL) {
tools/perf/util/pfm.c
52
for (q = p; strsep(&p, ",{}"); q = p) {
tools/perf/util/print-events.c
264
while ((g = strsep(&mg, ";")) != NULL) {
tools/perf/util/synthetic-events.c
2555
for (q = synth; (p = strsep(&q, ",")); p = q) {
tools/testing/selftests/bpf/xdp_synproxy.c
404
char *token = strsep(&p, ",");
tools/testing/selftests/mm/khugepaged.c
1138
token = strsep(&buf, ":");
tools/verification/rv/src/in_kernel.c
71
while ((line = strsep(&cursor, "\n"))) {
tools/verification/rv/src/in_kernel.c
84
line = strsep(&cursor, "\n");