taglinefilesource code
strtok1042drivers/scsi/aic7xxx.cfor (p = strtok(s, ","); p; p = strtok(NULL, ","))
strtok226drivers/scsi/aic7xxx_asm.cfor (p = strtok(p, ", \t\n"); p; p = strtok(NULL, ", \t\n"))
strtok185fs/ext2/super.cfor (this_char = strtok (options, ",");
strtok187fs/ext2/super.cthis_char = strtok (NULL, ",")) {
strtok552fs/hpfs/hpfs_fs.cfor (p = strtok(opts, ","); p != 0; p = strtok(0, ",")) {
strtok89fs/isofs/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
strtok97fs/msdos/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
strtok55fs/proc/inode.cfor (this_char = strtok(options,","); this_char; this_char = strtok(NULL,",")) {
strtok21include/linux/string.hextern char * strtok(char *,const char *);