Symbol: strsep
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
650
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
672
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
693
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
699
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
710
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
725
arg = strsep(cmd, " ");
arch/powerpc/platforms/pseries/dlpar.c
739
arg = strsep(cmd, " ");
arch/s390/kernel/ipl.c
549
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
1654
opt = strsep(&arg, ",");
arch/x86/kernel/cpu/microcode/core.c
153
while ((s = strsep(&p, ","))) {
arch/x86/kernel/cpu/microcode/core.c
157
strsep(&s, "=");
arch/x86/kernel/cpu/resctrl/core.c
840
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
3256
while ((p = strsep(&body, " \t\n"))) {
block/blk-iocost.c
3446
while ((p = strsep(&body, " \t\n"))) {
block/blk-iolatency.c
863
while ((tok = strsep(&p, " "))) {
block/blk-throttle.c
1574
strsep(&p, "=");
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
7132
while ((device_name = strsep(&device_tmp, ","))) {
drivers/block/rbd.c
6362
while ((key = strsep(&options, ",")) != NULL) {
drivers/block/rnbd/rnbd-clt-sysfs.c
86
while ((p = strsep(&sep_opt, " ")) != NULL) {
drivers/block/zloop.c
1245
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
1340
val = strsep(&start, ";");
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1350
tmp = strim(strsep(&val, ":"));
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1365
tmp = strim(strsep(&val, ":"));
drivers/crypto/marvell/octeontx/otx_cptpf_ucode.c
1377
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
1146
start = strsep(&end, "-");
drivers/dma-buf/selftest.c
53
for (sep = filter; (tok = strsep(&sep, ","));) {
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
509
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
2422
while ((pciaddname_tmp = strsep(&pciaddstr_tmp, ";"))) {
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
2423
pciaddname = strsep(&pciaddname_tmp, ",");
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
4232
while ((timeout_setting = strsep(&input, ",")) &&
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c
135
sub_str = strsep(&wr_buf_ptr, delimiter);
drivers/gpu/drm/amd/pm/amdgpu_pm.c
1026
while ((sub_str = strsep(&tmp, delimiter)) != NULL) {
drivers/gpu/drm/amd/pm/amdgpu_pm.c
1386
while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) {
drivers/gpu/drm/amd/pm/amdgpu_pm.c
2472
while ((param = strsep(&tmp, delimiter))) {
drivers/gpu/drm/amd/pm/amdgpu_pm.c
3961
while ((sub_str = strsep(&tmp_str, delimiter)) != NULL) {
drivers/gpu/drm/amd/pm/amdgpu_pm.c
792
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
1405
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
328
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
407
char *typename = strsep(&p, ",\n");
drivers/gpu/drm/xe/xe_pci.c
485
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
3340
while ((p = strsep(&sep_opt, ",\n")) != NULL) {
drivers/input/mouse/psmouse-base.c
528
while ((p = strsep(&fw_id_copy, " ")) != NULL) {
drivers/iommu/amd/init.c
3821
hid = strsep(&p, ":");
drivers/isdn/mISDN/dsp_hwec.c
61
while ((tok = strsep(&next, ","))) {
drivers/isdn/mISDN/dsp_hwec.c
64
name = strsep(&tok, "=");
drivers/isdn/mISDN/dsp_pipeline.c
214
while ((tok = strsep(&next, "|"))) {
drivers/isdn/mISDN/dsp_pipeline.c
217
name = strsep(&tok, "(");
drivers/isdn/mISDN/dsp_pipeline.c
218
args = strsep(&tok, ")");
drivers/md/dm-crypt.c
2989
keycount = strsep(&tmp, "-");
drivers/md/dm-crypt.c
2990
cipher = strsep(&keycount, ":");
drivers/md/dm-crypt.c
3001
chainmode = strsep(&tmp, "-");
drivers/md/dm-crypt.c
3002
*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
292
if (!(devname = strsep(&map, ","))) {
drivers/mtd/devices/slram.c
297
if ((!map) || (!(devstart = strsep(&map, ",")))) {
drivers/mtd/devices/slram.c
302
if ((!map) || (!(devlength = strsep(&map, ",")))) {
drivers/mtd/mtdswap.c
1347
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
1056
subtoken = strsep(&cmd_buf, " ");
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
1363
subtoken = strsep(&cmd_buf, " ");
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
1367
subtoken = strsep(&cmd_buf, " ");
drivers/net/ethernet/netronome/nfp/nfp_main.c
498
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
8330
while ((opt = strsep(&str, ",")) != NULL) {
drivers/net/netconsole.c
2133
while ((target_config = strsep(&input, ";"))) {
drivers/net/usb/pegasus.c
1331
if ((token = strsep(&id, ":")) != NULL)
drivers/net/usb/pegasus.c
1334
if ((token = strsep(&id, ":")) != NULL)
drivers/net/usb/pegasus.c
1336
if ((token = strsep(&id, ":")) != NULL)
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
8023
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8027
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8036
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8045
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8054
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8063
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8072
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c
8079
token = strsep(&buf, delim);
drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
372
strsep(&ptr, "\n");
drivers/net/wireless/marvell/mwifiex/sta_cmd.c
1573
(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
1534
while ((name = strsep(&tmp_options, " ")) != NULL) {
drivers/platform/x86/dell/dell-wmi-sysman/enum-attributes.c
51
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
10146
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
1348
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
4068
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
4984
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5228
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5404
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5494
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5879
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
5966
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
6942
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
7691
while ((cmd = strsep(&buf, ","))) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
9293
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
516
for (vendor = strsep(&next, ":"); vendor && (vendor[0] != '\0')
drivers/scsi/scsi_devinfo.c
517
&& (res == 0); vendor = strsep(&next, ":")) {
drivers/scsi/scsi_devinfo.c
519
model = strsep(&next, ":");
drivers/scsi/scsi_devinfo.c
521
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
1158
while ((opt = strsep(&options, ":")) != NULL) {
drivers/staging/sm750fb/sm750.c
936
while ((opt = strsep(&src, ":")) != NULL && *opt != 0) {
drivers/target/iscsi/iscsi_target_auth.c
108
token = strsep(&tmp, ",");
drivers/target/iscsi/iscsi_target_auth.c
99
token = strsep(&tmp, "=");
drivers/target/target_core_configfs.c
2151
while ((ptr = strsep(&opts, ",\n")) != NULL) {
drivers/target/target_core_configfs.c
2634
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
2588
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
226
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
1681
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/aty/atyfb_base.c
2784
if (!(p = strsep(&video_str, ";")) || !*p)
drivers/video/fbdev/aty/atyfb_base.c
2787
if (!(p = strsep(&video_str, ";")) || !*p)
drivers/video/fbdev/aty/atyfb_base.c
2790
if (!(p = strsep(&video_str, ";")) || !*p)
drivers/video/fbdev/aty/atyfb_base.c
3848
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/aty/radeon_base.c
2563
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
458
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
1268
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
867
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
2347
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/neofb.c
2180
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/nvidia/nvidia.c
1474
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
2159
while (!r && (this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/platinumfb.c
493
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/pm2fb.c
1783
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/pm3fb.c
1521
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/ps3fb.c
1269
char *this_opt = strsep(&options, ",");
drivers/video/fbdev/pvr2fb.c
1043
while ((this_opt = strsep(&options, ","))) {
drivers/video/fbdev/pxafb.c
2010
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/riva/fbdev.c
2117
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/s3fb.c
1607
while ((opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/savage/savagefb_driver.c
2551
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/sis/sis_main.c
3956
while((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/sstfb.c
1285
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/tdfxfb.c
1579
while ((this_opt = strsep(&options, ",")) != NULL) {
drivers/video/fbdev/tgafb.c
1584
while ((this_opt = strsep(&arg, ","))) {
drivers/video/fbdev/tridentfb.c
1783
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
2463
while ((key = strsep(&options, ",")) != NULL) {
fs/fs_context.c
225
return strsep(s, ",");
fs/fuse/cuse.c
238
strsep(&val, "=");
fs/gfs2/ops_fstype.c
986
for (options = args->ar_hostdata; (o = strsep(&options, ":")); ) {
fs/kernfs/dir.c
910
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
896
while ((unchecked_keyword = strsep(&strsep_fodder, ",")))
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
966
dom = strsep(&line, ";");
fs/resctrl/ctrlmondata.c
967
id = strsep(&dom, "=");
fs/resctrl/monitor.c
1337
evt_str = strim(strsep(&tok, ","));
fs/resctrl/monitor.c
1715
dom_str = strim(strsep(&tok, ";"));
fs/resctrl/monitor.c
1717
id_str = strsep(&dom_str, "=");
fs/resctrl/monitor.c
1775
while ((token = strsep(&buf, "\n")) != NULL) {
fs/resctrl/monitor.c
1781
event = strsep(&token, ":");
fs/resctrl/rdtgroup.c
1744
dom_str = strim(strsep(&tok, ";"));
fs/resctrl/rdtgroup.c
1745
id_str = strsep(&dom_str, "=");
fs/resctrl/rdtgroup.c
792
pid_str = strim(strsep(&buf, ","));
fs/smb/client/fs_context.c
548
while ((p = strsep(&opts, ","))) {
fs/smb/client/fs_context.c
801
while ((key = strsep(&options, ",")) != NULL) {
fs/smb/server/misc.c
126
filename = strsep(&s_name, ":");
fs/smb/server/misc.c
130
s_name = strsep(&stream_type, ":");
include/linux/string.h
210
extern char * strsep(char **,const char *);
init/main.c
1253
str_entry = strsep(&str, ",");
kernel/bpf/inode.c
902
while ((p = strsep(&str, ":"))) {
kernel/cgroup/cgroup-v1.c
1341
while ((token = strsep(&str, ",")) != NULL) {
kernel/cgroup/cgroup.c
3557
while ((tok = strsep(&buf, " "))) {
kernel/cgroup/cgroup.c
7185
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
365
name = strsep(&value, "=");
kernel/cgroup/rdma.c
398
while ((c = strsep(&options, " ")) != NULL) {
kernel/cgroup/rdma.c
440
dev_name = strsep(&options, " ");
kernel/cpu.c
3297
while ((s = strsep(&p, ",")) != NULL) {
kernel/events/core.c
11952
while ((start = strsep(&fstr, " ,\n")) != NULL) {
kernel/panic.c
1204
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
5779
func = strsep(&next, ":");
kernel/trace/ftrace.c
5792
command = strsep(&next, ":");
kernel/trace/ftrace.c
6727
func = strsep(&next, ":");
kernel/trace/ftrace.c
6734
command = strsep(&next, ":");
kernel/trace/ftrace.c
6895
func = strsep(&buf, ",");
kernel/trace/ftrace.c
6926
func = strsep(&buf, ",");
kernel/trace/trace.c
10434
while ((token = strsep(&buf, ",")) != NULL) {
kernel/trace/trace.c
10450
inst_name = strsep(&token, "=");
kernel/trace/trace.c
10647
while ((curr_str = strsep(&str, "\t"))) {
kernel/trace/trace.c
10658
tok = strsep(&curr_str, ",");
kernel/trace/trace.c
10660
name = strsep(&tok, "=");
kernel/trace/trace.c
10680
while ((flag = strsep(&flag_delim, "^"))) {
kernel/trace/trace.c
10782
while ((tok = strsep(&curr_str, ","))) {
kernel/trace/trace.c
4642
option = strsep(&buf, ",");
kernel/trace/trace.c
8539
number = strsep(&param, ":");
kernel/trace/trace_events.c
1439
match = strsep(&buf, ":");
kernel/trace/trace_events.c
3696
trigger = strsep(&buf, ",");
kernel/trace/trace_events.c
3699
bootup_triggers[i].event = strsep(&trigger, ".");
kernel/trace/trace_events.c
4323
system = strsep(&param, ":");
kernel/trace/trace_events.c
4327
event = strsep(&param, ":");
kernel/trace/trace_events.c
4346
number = strsep(&param, ":");
kernel/trace/trace_events.c
4685
while ((token = strsep(&buf, ","))) {
kernel/trace/trace_events_hist.c
1556
char *str = strsep(&trigger_str, ":");
kernel/trace/trace_events_hist.c
2337
field_name = strsep(&modifier, ".");
kernel/trace/trace_events_hist.c
2503
ref_system = strsep(&str, ".");
kernel/trace/trace_events_hist.c
2508
ref_event = strsep(&str, ".");
kernel/trace/trace_events_hist.c
3689
param = strsep(&params, ",");
kernel/trace/trace_events_hist.c
3728
strsep(&str, ".");
kernel/trace/trace_events_hist.c
3735
action_name = strsep(&str, "(");
kernel/trace/trace_events_hist.c
3743
char *params = strsep(&str, ")");
kernel/trace/trace_events_hist.c
3769
char *params = strsep(&str, ")");
kernel/trace/trace_events_hist.c
3791
char *params = strsep(&str, ")");
kernel/trace/trace_events_hist.c
3838
var_str = strsep(&str, ")");
kernel/trace/trace_events_hist.c
4052
system = strsep(&param, ".");
kernel/trace/trace_events_hist.c
4057
event_name = strsep(&param, ".");
kernel/trace/trace_events_hist.c
4205
match_event = strsep(&str, ")");
kernel/trace/trace_events_hist.c
4211
match_event_system = strsep(&match_event, ".");
kernel/trace/trace_events_hist.c
4487
field_str = strsep(&fields_str, ",");
kernel/trace/trace_events_hist.c
4588
field_str = strsep(&fields_str, ",");
kernel/trace/trace_events_hist.c
4648
field_str = strsep(&str, ",");
kernel/trace/trace_events_hist.c
4652
var_name = strsep(&field_str, "=");
kernel/trace/trace_events_hist.c
4754
field_str = strsep(&fields_str, ",");
kernel/trace/trace_events_hist.c
4770
field_name = strsep(&field_str, ".");
kernel/trace/trace_events_synth.c
1337
while ((field_str = strsep(&tmp_fields, ";")) != NULL) {
kernel/trace/trace_events_synth.c
1554
name_and_field = strsep(&cmd, ";");
kernel/trace/trace_events_trigger.c
1007
number = strsep(&param, ":");
kernel/trace/trace_events_trigger.c
1197
s = strsep(&filter_str, " \t");
kernel/trace/trace_events_trigger.c
1761
system = strsep(&param, ":");
kernel/trace/trace_events_trigger.c
1765
event = strsep(&param, ":");
kernel/trace/trace_events_trigger.c
369
command = strsep(&next, ": \t");
kernel/trace/trace_events_trigger.c
933
*param = strsep(&param_and_filter, " \t");
kernel/trace/trace_events_user.c
1227
while ((part = strsep(&field, " ")) != NULL) {
kernel/trace/trace_events_user.c
1274
while ((field = strsep(&args, ";")) != NULL) {
kernel/trace/trace_functions.c
872
number = strsep(&param, ":");
lib/alloc_tag.c
719
char *token = strsep(&str, ",");
lib/string.c
522
EXPORT_SYMBOL(strsep);
lib/sys_info.c
42
while ((name = strsep(&s, ",")) && *name) {
mm/huge_memory.c
1007
while ((token = strsep(&p, ";")) != NULL) {
mm/huge_memory.c
1008
range = strsep(&token, ":");
mm/huge_memory.c
1014
while ((subtoken = strsep(&range, ",")) != NULL) {
mm/huge_memory.c
1016
start_size = strsep(&subtoken, "-");
mm/huge_memory.c
4804
tok = strsep(&tok_buf, ",");
mm/memcontrol.c
5140
while ((token = strsep(&s, ",")) != NULL) {
mm/shmem.c
5665
while ((token = strsep(&p, ";")) != NULL) {
mm/shmem.c
5666
range = strsep(&token, ":");
mm/shmem.c
5672
while ((subtoken = strsep(&range, ",")) != NULL) {
mm/shmem.c
5674
start_size = strsep(&subtoken, "-");
mm/vmpressure.c
390
token = strsep(&spec, ",");
mm/vmpressure.c
397
token = strsep(&spec, ",");
mm/vmscan.c
5591
while ((cur = strsep(&next, ",;\n"))) {
mm/vmscan.c
7769
while ((start = strsep(&buf, " ")) != NULL) {
net/ceph/osdmap.c
2930
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
102
(*path_list)[i] = strsep(&env_path, ENV_DELIMITER);
samples/landlock/sandboxer.c
202
while ((strport = strsep(&env_port_name_next, ENV_DELIMITER))) {
samples/landlock/sandboxer.c
251
strsep(&env_type_scope_next, ENV_DELIMITER))) {
scripts/mod/modpost.c
1562
while ((obj = strsep(&p, "\n")) && obj[0])
scripts/mod/modpost.c
1789
while ((name = strsep(&p, "\n"))) {
scripts/mod/sumversion.c
402
while ((fname = strsep(&pos, "\n"))) {
security/apparmor/lsm.c
871
command = strsep(&args, " ");
security/integrity/ima/ima_fs.c
303
strsep(&datap, "\n");
security/integrity/ima/ima_fs.c
315
while (size > 0 && (p = strsep(&datap, "\n"))) {
security/integrity/ima/ima_policy.c
1402
while ((token = strsep(&arg, ",")) != NULL) {
security/integrity/ima/ima_policy.c
1445
while ((p = strsep(&rule, " \t")) != NULL) {
security/integrity/ima/ima_policy.c
1971
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
55
while ((p = strsep(&c, " \t"))) {
security/keys/trusted-keys/trusted_caam.c
84
c = strsep(datablob, " \t");
security/keys/trusted-keys/trusted_core.c
109
c = strsep(datablob, " \t");
security/keys/trusted-keys/trusted_core.c
91
c = strsep(datablob, " \t");
security/keys/trusted-keys/trusted_core.c
98
c = strsep(datablob, " \t");
security/keys/trusted-keys/trusted_pkwm.c
38
while ((p = strsep(&datablob, " \t"))) {
security/keys/trusted-keys/trusted_tpm1.c
719
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
2605
field = strsep(&p, ":");
sound/usb/quirks.c
2614
field = strsep(&p, ":");
sound/usb/quirks.c
2623
field = strsep(&p, ";");
sound/usb/quirks.c
2635
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
615
tok = strsep(&str, ",");
tools/perf/bench/numa.c
762
tok = strsep(&str, ",");
tools/perf/builtin-config.c
147
*var = strsep(&arg, "=");
tools/perf/builtin-ftrace.c
1623
while ((p = strsep(&s, ",")) != NULL) {
tools/perf/builtin-inject.c
2055
gs->perf_data_file = strsep(&s, ",");
tools/perf/builtin-inject.c
2063
tok = strsep(&s, ",");
tools/perf/builtin-inject.c
2072
tok = strsep(&s, ",");
tools/perf/builtin-inject.c
2077
tok = strsep(&s, ",");
tools/perf/builtin-kmem.c
1729
tok = strsep(&pos, ",");
tools/perf/builtin-kmem.c
1755
tok = strsep(&pos, ",");
tools/perf/builtin-lock.c
369
while ((tok = strsep(&tmp, ",")) != NULL){
tools/perf/tests/code-reading.c
274
token = strsep(&line, " ");
tools/perf/tests/code-reading.c
277
while ((token = strsep(&line, " ")))
tools/perf/tests/code-reading.c
281
token = strsep(&version, ".");
tools/perf/tests/code-reading.c
286
token = strsep(&version, ".");
tools/perf/tests/code-reading.c
291
token = strsep(&version, ".");
tools/perf/util/config.c
722
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
2518
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
1129
token = strsep(&buf, ":");