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);
strtol390drivers/scsi/aic7xxx_asm.cval = strtol(a[spec &~ (SL|SR|RL|RR)], NULL, 0);
strtol428drivers/scsi/aic7xxx_asm.cstrtol(a[spec], NULL, 0) == 0)
strtol435drivers/scsi/aic7xxx_asm.creturn(strtol(a[spec], NULL, 0));
strtol453drivers/scsi/aic7xxx_asm.creturn(strtol(a[spec], NULL, 0));
strtol565drivers/scsi/aic7xxx_asm.cdefine(*a, strtol(a[2], NULL, 0));
strtol593drivers/scsi/aic7xxx_asm.cdefine(optarg, strtol(p + 1, NULL, 0));