taglinefilesource code
strtol46drivers/char/conmakehash.creturn strtol(p+2,0,16);
strtol207drivers/char/conmakehash.cfp0 = strtol(p, &p1, 0);
strtol220drivers/char/conmakehash.cfp1 = strtol(p, &p1, 0);
strtol375drivers/scsi/aic7xxx_asm.cval = strtol(a[spec &~ (SL|SR|RL|RR)], NULL, 0);
strtol413drivers/scsi/aic7xxx_asm.cstrtol(a[spec], NULL, 0) == 0)
strtol420drivers/scsi/aic7xxx_asm.creturn(strtol(a[spec], NULL, 0));
strtol438drivers/scsi/aic7xxx_asm.creturn(strtol(a[spec], NULL, 0));
strtol550drivers/scsi/aic7xxx_asm.cdefine(*a, strtol(a[2], NULL, 0));
strtol578drivers/scsi/aic7xxx_asm.cdefine(optarg, strtol(p + 1, NULL, 0));