Home
last modified time | relevance | path

Searched refs:strsep (Results 1 – 25 of 63) sorted by relevance

123

/linux-4.19.296/drivers/isdn/mISDN/
Ddsp_hwec.c78 while ((tok = strsep(&dup, ","))) { in dsp_hwec_enable()
81 name = strsep(&tok, "="); in dsp_hwec_enable()
Ddsp_pipeline.c254 while ((tok = strsep(&dup, "|"))) { in dsp_pipeline_build()
257 name = strsep(&tok, "("); in dsp_pipeline_build()
258 args = strsep(&tok, ")"); in dsp_pipeline_build()
/linux-4.19.296/fs/hfsplus/
Doptions.c81 while ((p = strsep(&input, ",")) != NULL) { in hfsplus_parse_options_remount()
109 while ((p = strsep(&input, ",")) != NULL) { in hfsplus_parse_options()
/linux-4.19.296/drivers/s390/cio/
Dblacklist.c159 while ((parm = strsep(&str, ","))) { in blacklist_parse_parameters()
200 rc = parse_busid(strsep(&parm, "-"), &from_cssid, in blacklist_parse_parameters()
261 parm = strsep(&buf, " "); in blacklist_parse_proc_parameters()
/linux-4.19.296/drivers/pci/
Dpci-stub.c56 while ((id = strsep(&p, ","))) { in pci_stub_init()
/linux-4.19.296/drivers/s390/block/
Ddasd_devmap.c115 tmp = strsep(&opt, ","); in dasd_call_setup()
161 tok = strsep(&str, "."); in dasd_busid()
166 tok = strsep(&str, "."); in dasd_busid()
171 tok = strsep(&str, "."); in dasd_busid()
288 *from_str = strsep(&range, "-"); in dasd_evaluate_range_param()
289 *to_str = strsep(&range, "("); in dasd_evaluate_range_param()
290 *features_str = strsep(&range, ")"); in dasd_evaluate_range_param()
292 *from_str = strsep(&range, "("); in dasd_evaluate_range_param()
293 *features_str = strsep(&range, ")"); in dasd_evaluate_range_param()
/linux-4.19.296/drivers/s390/scsi/
Dzfcp_aux.c101 token = strsep(&str, ","); in zfcp_init_device_setup()
106 token = strsep(&str, ","); in zfcp_init_device_setup()
110 token = strsep(&str, ","); in zfcp_init_device_setup()
/linux-4.19.296/fs/nfs/
Dnfsroot.c194 p = strsep(&incoming, ","); in root_nfs_parse_options()
/linux-4.19.296/fs/proc/
Droot.c48 while ((p = strsep(&options, ",")) != NULL) { in proc_parse_options()
/linux-4.19.296/crypto/asymmetric_keys/
Dasymmetric_type.c498 restrict_method = strsep(&next, ":"); in asymmetric_lookup_restriction()
508 key_text = strsep(&next, ":"); in asymmetric_lookup_restriction()
/linux-4.19.296/include/linux/wimax/
Ddebug.h501 token = strsep(&params, " "); in d_parse_params()
/linux-4.19.296/lib/
Dstring.c647 char *strsep(char **s, const char *ct) in strsep() function
661 EXPORT_SYMBOL(strsep);
/linux-4.19.296/fs/ramfs/
Dinode.c197 while ((p = strsep(&data, ",")) != NULL) { in ramfs_parse_options()
/linux-4.19.296/fs/autofs/
Dinode.c146 while ((p = strsep(&options, ",")) != NULL) { in parse_options()
/linux-4.19.296/fs/jffs2/
Dsuper.c191 while ((p = strsep(&data, ","))) { in jffs2_parse_options()
/linux-4.19.296/fs/hfs/
Dsuper.c249 while ((p = strsep(&options, ",")) != NULL) { in parse_options()
/linux-4.19.296/fs/pstore/
Dinode.c251 while ((p = strsep(&options, ",")) != NULL) { in parse_options()
/linux-4.19.296/fs/fuse/
Dcuse.c235 strsep(&val, "="); in cuse_parse_one()
/linux-4.19.296/fs/devpts/
Dinode.c270 while ((p = strsep(&data, ",")) != NULL) { in parse_mount_options()
/linux-4.19.296/fs/9p/
Dv9fs.c205 while ((p = strsep(&options, ",")) != NULL) { in v9fs_parse_options()
/linux-4.19.296/fs/orangefs/
Dsuper.c67 while ((p = strsep(&options, ",")) != NULL) { in parse_mount_options()
/linux-4.19.296/fs/afs/
Dproc.c446 while ((s = strsep(&p, " \t\n"))) { in afs_proc_sysname_write()
/linux-4.19.296/fs/adfs/
Dsuper.c167 while ((p = strsep(&options, ",")) != NULL) { in parse_options()
/linux-4.19.296/fs/tracefs/
Dinode.c250 while ((p = strsep(&data, ",")) != NULL) { in tracefs_parse_options()
/linux-4.19.296/include/linux/
Dstring.h96 extern char * strsep(char **,const char *);

123