Home
last modified time | relevance | path

Searched refs:strtok (Results 1 – 25 of 65) sorted by relevance

123

/linux-2.4.37.9/fs/proc/
Dinode.c109 for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { in parse_options()
/linux-2.4.37.9/include/linux/
Dstring.h18 extern char * strtok(char *,const char *);
/linux-2.4.37.9/drivers/scsi/
Dtmscsim.c2476 *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/
Dsh_ksyms.c63 EXPORT_SYMBOL(strtok);
/linux-2.4.37.9/fs/devpts/
Dinode.c71 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/
Dinode.c63 for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { in parse_options()
/linux-2.4.37.9/arch/s390/kernel/
Ds390_ksyms.c53 EXPORT_SYMBOL_NOVERS(strtok);
/linux-2.4.37.9/arch/mips/kernel/
Dmips_ksyms.c63 EXPORT_SYMBOL_NOVERS(strtok);
/linux-2.4.37.9/arch/s390x/kernel/
Ds390_ksyms.c57 EXPORT_SYMBOL_NOVERS(strtok);
/linux-2.4.37.9/arch/mips64/kernel/
Dmips64_ksyms.c67 EXPORT_SYMBOL_NOVERS(strtok);
/linux-2.4.37.9/arch/m68k/kernel/
Dm68k_ksyms.c66 EXPORT_SYMBOL(strtok);
/linux-2.4.37.9/fs/intermezzo/
Dsuper.c138 for (this_char = strtok (options, ","); in presto_options()
140 this_char = strtok (NULL, ",")) { in presto_options()
/linux-2.4.37.9/fs/nfs/
Dnfsroot.c175 cp = strtok(options, ","); in root_nfs_parse()
193 cp = strtok(NULL, ","); in root_nfs_parse()
/linux-2.4.37.9/arch/cris/kernel/
Dcrisksyms.c45 EXPORT_SYMBOL(strtok);
/linux-2.4.37.9/arch/sh/kernel/
Dsh_ksyms.c44 EXPORT_SYMBOL(strtok);
/linux-2.4.37.9/fs/autofs4/
Dinode.c115 for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { in parse_options()
/linux-2.4.37.9/drivers/char/
Dvr41xx_keyb.c363 for (this_opt = strtok(options, ","); this_opt; this_opt = strtok(NULL, ",")) { in vr41xx_kbd_setup()
/linux-2.4.37.9/arch/ia64/kernel/
Dia64_ksyms.c29 EXPORT_SYMBOL(strtok);
/linux-2.4.37.9/fs/hfs/
Dsuper.c188 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/
Di386_ksyms.c99 EXPORT_SYMBOL(strtok);
/linux-2.4.37.9/arch/m68k/atari/
Dconfig.c216 for( p = strtok( switches, "," ); p; p = strtok( NULL, "," ) ) { in atari_switches_setup()
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapifs.c237 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/
Dsuper.c174 for (opt = strtok(options, ","); opt != NULL; opt = strtok(NULL, ",")) { in parse_options()
/linux-2.4.37.9/fs/affs/
Dsuper.c111 for (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) { in parse_options()
/linux-2.4.37.9/arch/parisc/kernel/
Dparisc_ksyms.c25 EXPORT_SYMBOL(strtok);

123