Home
last modified time | relevance | path

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

123

/linux-2.4.37.9/drivers/scsi/
Dmac_esp.c172 this_opt = strsep (&str, ","); in mac_esp_setup()
181 this_opt = strsep (&str, ","); in mac_esp_setup()
189 this_opt = strsep (&str, ","); in mac_esp_setup()
197 this_opt = strsep (&str, ","); in mac_esp_setup()
205 this_opt = strsep (&str, ","); in mac_esp_setup()
213 this_opt = strsep (&str, ","); in mac_esp_setup()
225 this_opt = strsep (&str, ","); in mac_esp_setup()
236 this_opt = strsep (&str, ","); in mac_esp_setup()
/linux-2.4.37.9/drivers/mtd/devices/
Dslram.c311 if (!(devname = strsep(&map, ","))) { in init_slram()
316 if ((!map) || (!(devstart = strsep(&map, ",")))) { in init_slram()
320 if ((!map) || (!(devlength = strsep(&map, ",")))) { in init_slram()
Dblkmtd.c970 strsep(&str, ","); in param_blkmtd_device()
980 char *val = strsep(&str, ","); in param_blkmtd_erasesz()
994 char *val = strsep(&str, ","); in param_blkmtd_ro()
/linux-2.4.37.9/arch/x86_64/kernel/
Dearly_printk.c105 s = strsep(&opt, ","); in early_serial_init()
126 s = strsep(&opt, ","); in early_serial_init()
Dsetup64.c90 while ((s = strsep(&str, ",")) != NULL) { in nonx32_setup()
Dbluesmoke.c637 while ((p = strsep(&str,",")) != NULL) { in mcheck_enable()
/linux-2.4.37.9/include/linux/
Dstring.h19 extern char * strsep(char **,const char *);
/linux-2.4.37.9/fs/smbfs/
Dgetopt.c34 if ((token = strsep(options, ",")) == NULL) in smb_getopt()
/linux-2.4.37.9/fs/hfsplus/
Doptions.c95 while ((curropt = strsep(&input,",")) != NULL) { in parse_options()
/linux-2.4.37.9/lib/
Dstring.c334 char * strsep(char **s, const char *ct) in strsep() function
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_bhv.c93 while ((this_char = strsep(&local_options, ",")) != NULL) { in xfs_qm_parseargs()
/linux-2.4.37.9/drivers/video/
Dfm2fb.c433 while ((this_opt = strsep(&options, ",")) != NULL) { in fm2fb_setup()
Dhgafb.c798 while ((this_opt = strsep(&options, ","))) { in hgafb_setup()
Dvfb.c385 while ((this_opt = strsep(&options, ",")) != NULL) { in vfb_setup()
Dvesafb.c470 while ((this_opt = strsep(&options, ",")) != NULL) { in vesafb_setup()
Digafb.c774 while ((this_opt = strsep(&options, ",")) != NULL) { in igafb_setup()
DS3triofb.c272 while ((this_opt = strsep(&options, ",")) != NULL) { in s3triofb_setup()
Dvalkyriefb.c828 while ((this_opt = strsep(&options, ",")) != NULL) { in valkyriefb_setup()
Dmacfb.c851 while ((this_opt = strsep(&options, ",")) != NULL) { in macfb_setup()
Dtgafb.c892 while ((this_opt = strsep(&options, ",")) != NULL) { in tgafb_setup()
/linux-2.4.37.9/drivers/char/ipmi/
Dipmi_kcs_intf.c1243 cur = strsep(&str, ","); in ipmi_kcs_setup()
1278 cur = strsep(&str, ","); in ipmi_kcs_setup()
Dipmi_watchdog.c1078 while ((option = strsep(&str, ",")) != NULL) { in ipmi_wdog_setup()
/linux-2.4.37.9/fs/jfs/
Dsuper.c196 while ((this_char = strsep(&options, ",")) != NULL) { in parse_options()
/linux-2.4.37.9/kernel/
Dksyms.c581 EXPORT_SYMBOL(strsep);
/linux-2.4.37.9/drivers/video/intel/
Dintelfbdrv.c359 while ((this_opt = strsep(&options, ","))) { in intelfb_setup()
949 p = strsep(&q, "-"); in intelfb_find_mode()
952 p = strsep(&q, "@"); in intelfb_find_mode()

123