/linux-2.4.37.9/drivers/scsi/ |
D | mac_esp.c | 172 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/ |
D | slram.c | 311 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()
|
D | blkmtd.c | 970 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/ |
D | early_printk.c | 105 s = strsep(&opt, ","); in early_serial_init() 126 s = strsep(&opt, ","); in early_serial_init()
|
D | setup64.c | 90 while ((s = strsep(&str, ",")) != NULL) { in nonx32_setup()
|
D | bluesmoke.c | 637 while ((p = strsep(&str,",")) != NULL) { in mcheck_enable()
|
/linux-2.4.37.9/include/linux/ |
D | string.h | 19 extern char * strsep(char **,const char *);
|
/linux-2.4.37.9/fs/smbfs/ |
D | getopt.c | 34 if ((token = strsep(options, ",")) == NULL) in smb_getopt()
|
/linux-2.4.37.9/fs/hfsplus/ |
D | options.c | 95 while ((curropt = strsep(&input,",")) != NULL) { in parse_options()
|
/linux-2.4.37.9/lib/ |
D | string.c | 334 char * strsep(char **s, const char *ct) in strsep() function
|
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm_bhv.c | 93 while ((this_char = strsep(&local_options, ",")) != NULL) { in xfs_qm_parseargs()
|
/linux-2.4.37.9/drivers/video/ |
D | fm2fb.c | 433 while ((this_opt = strsep(&options, ",")) != NULL) { in fm2fb_setup()
|
D | hgafb.c | 798 while ((this_opt = strsep(&options, ","))) { in hgafb_setup()
|
D | vfb.c | 385 while ((this_opt = strsep(&options, ",")) != NULL) { in vfb_setup()
|
D | vesafb.c | 470 while ((this_opt = strsep(&options, ",")) != NULL) { in vesafb_setup()
|
D | igafb.c | 774 while ((this_opt = strsep(&options, ",")) != NULL) { in igafb_setup()
|
D | S3triofb.c | 272 while ((this_opt = strsep(&options, ",")) != NULL) { in s3triofb_setup()
|
D | valkyriefb.c | 828 while ((this_opt = strsep(&options, ",")) != NULL) { in valkyriefb_setup()
|
D | macfb.c | 851 while ((this_opt = strsep(&options, ",")) != NULL) { in macfb_setup()
|
D | tgafb.c | 892 while ((this_opt = strsep(&options, ",")) != NULL) { in tgafb_setup()
|
/linux-2.4.37.9/drivers/char/ipmi/ |
D | ipmi_kcs_intf.c | 1243 cur = strsep(&str, ","); in ipmi_kcs_setup() 1278 cur = strsep(&str, ","); in ipmi_kcs_setup()
|
D | ipmi_watchdog.c | 1078 while ((option = strsep(&str, ",")) != NULL) { in ipmi_wdog_setup()
|
/linux-2.4.37.9/fs/jfs/ |
D | super.c | 196 while ((this_char = strsep(&options, ",")) != NULL) { in parse_options()
|
/linux-2.4.37.9/kernel/ |
D | ksyms.c | 581 EXPORT_SYMBOL(strsep);
|
/linux-2.4.37.9/drivers/video/intel/ |
D | intelfbdrv.c | 359 while ((this_opt = strsep(&options, ","))) { in intelfb_setup() 949 p = strsep(&q, "-"); in intelfb_find_mode() 952 p = strsep(&q, "@"); in intelfb_find_mode()
|