taglinefilesource code
strtok1336drivers/scsi/aic7xxx.cfor (p = strtok(s, ","); p; p = strtok(NULL, ","))
strtok225drivers/scsi/aic7xxx_asm.cfor (p = strtok(p, ", \t\n"); p; p = strtok(NULL, ", \t\n"))
strtok146fs/ext2/super.cfor (this_char = strtok (options, ",");
strtok148fs/ext2/super.cthis_char = strtok (NULL, ",")) {
strtok567fs/hpfs/hpfs_fs.cfor (p = strtok(opts, ","); p != 0; p = strtok(0, ",")) {
strtok86fs/isofs/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
strtok92fs/msdos/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
strtok455fs/nfs/nfsroot.ccp = strtok(options, ",");
strtok473fs/nfs/nfsroot.ccp = strtok(NULL, ",");
strtok52fs/proc/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
strtok21include/linux/string.hextern char * strtok(char *,const char *);