/linux-2.4.37.9/fs/proc/ |
D | inode.c | 109 for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { in parse_options()
|
/linux-2.4.37.9/include/linux/ |
D | string.h | 18 extern char * strtok(char *,const char *);
|
/linux-2.4.37.9/drivers/scsi/ |
D | tmscsim.c | 2476 *p1 = strtok (0, " \t\n:=,;."); in dc390_scanf() 2493 *p = strtok (0, " \t\n:=,;"); in dc390_yesno() 2507 *p2 = strtok (0, " \t\n:=,;"); in dc390_search() 2514 *p1 = strtok (0, " \t\n:=,;"); in dc390_search() 2517 *p1 = strtok (0, " \t\n:=,;"); in dc390_search() 2572 pos = strtok (buffer, " \t:\n=,;"); in dc390_set_info() 2639 if (memcmp (pos, "NS", 2) == 0) pos = strtok (0, " \t\n:=,;."); in dc390_set_info() 2641 else pos = strtok (0, " \t\n:=,;."); in dc390_set_info() 2659 pos = strtok (0, " \t\n:=,;"); in dc390_set_info() 2662 if (*pos == 'M') pos = strtok (0, " \t\n:=,;"); in dc390_set_info() [all …]
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | sh_ksyms.c | 63 EXPORT_SYMBOL(strtok);
|
/linux-2.4.37.9/fs/devpts/ |
D | inode.c | 71 this_char = strtok(options,","); in devpts_parse_options() 72 for ( ; this_char; this_char = strtok(NULL,",")) { in devpts_parse_options()
|
/linux-2.4.37.9/fs/autofs/ |
D | inode.c | 63 for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { in parse_options()
|
/linux-2.4.37.9/arch/s390/kernel/ |
D | s390_ksyms.c | 53 EXPORT_SYMBOL_NOVERS(strtok);
|
/linux-2.4.37.9/arch/mips/kernel/ |
D | mips_ksyms.c | 63 EXPORT_SYMBOL_NOVERS(strtok);
|
/linux-2.4.37.9/arch/s390x/kernel/ |
D | s390_ksyms.c | 57 EXPORT_SYMBOL_NOVERS(strtok);
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | mips64_ksyms.c | 67 EXPORT_SYMBOL_NOVERS(strtok);
|
/linux-2.4.37.9/arch/m68k/kernel/ |
D | m68k_ksyms.c | 66 EXPORT_SYMBOL(strtok);
|
/linux-2.4.37.9/fs/intermezzo/ |
D | super.c | 138 for (this_char = strtok (options, ","); in presto_options() 140 this_char = strtok (NULL, ",")) { in presto_options()
|
/linux-2.4.37.9/fs/nfs/ |
D | nfsroot.c | 175 cp = strtok(options, ","); in root_nfs_parse() 193 cp = strtok(NULL, ","); in root_nfs_parse()
|
/linux-2.4.37.9/arch/cris/kernel/ |
D | crisksyms.c | 45 EXPORT_SYMBOL(strtok);
|
/linux-2.4.37.9/arch/sh/kernel/ |
D | sh_ksyms.c | 44 EXPORT_SYMBOL(strtok);
|
/linux-2.4.37.9/fs/autofs4/ |
D | inode.c | 115 for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { in parse_options()
|
/linux-2.4.37.9/drivers/char/ |
D | vr41xx_keyb.c | 363 for (this_opt = strtok(options, ","); this_opt; this_opt = strtok(NULL, ",")) { in vr41xx_kbd_setup()
|
/linux-2.4.37.9/arch/ia64/kernel/ |
D | ia64_ksyms.c | 29 EXPORT_SYMBOL(strtok);
|
/linux-2.4.37.9/fs/hfs/ |
D | super.c | 188 for (this_char = strtok(options,","); this_char; in parse_options() 189 this_char = strtok(NULL,",")) { in parse_options()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | i386_ksyms.c | 99 EXPORT_SYMBOL(strtok);
|
/linux-2.4.37.9/arch/m68k/atari/ |
D | config.c | 216 for( p = strtok( switches, "," ); p; p = strtok( NULL, "," ) ) { in atari_switches_setup()
|
/linux-2.4.37.9/drivers/isdn/avmb1/ |
D | capifs.c | 237 this_char = strtok(options,","); in capifs_parse_options() 238 for ( ; this_char; this_char = strtok(NULL,",")) { in capifs_parse_options()
|
/linux-2.4.37.9/fs/adfs/ |
D | super.c | 174 for (opt = strtok(options, ","); opt != NULL; opt = strtok(NULL, ",")) { in parse_options()
|
/linux-2.4.37.9/fs/affs/ |
D | super.c | 111 for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { in parse_options()
|
/linux-2.4.37.9/arch/parisc/kernel/ |
D | parisc_ksyms.c | 25 EXPORT_SYMBOL(strtok);
|