taglinefilesource code
strtol45drivers/char/conmakehash.creturn strtol(p+2,0,16);
strtol143drivers/char/conmakehash.cfp0 = strtol(p, &p1, 0);
strtol156drivers/char/conmakehash.cfp1 = strtol(p, &p1, 0);
strtol391drivers/scsi/aic7xxx_asm.cval = strtol(a[spec &~ (SL|SR|RL|RR)], NULL, 0);
strtol429drivers/scsi/aic7xxx_asm.cstrtol(a[spec], NULL, 0) == 0)
strtol436drivers/scsi/aic7xxx_asm.creturn(strtol(a[spec], NULL, 0));
strtol454drivers/scsi/aic7xxx_asm.creturn(strtol(a[spec], NULL, 0));
strtol566drivers/scsi/aic7xxx_asm.cdefine(*a, strtol(a[2], NULL, 0));
strtol602drivers/scsi/aic7xxx_asm.cdefine(optarg, strtol(p + 1, NULL, 0));
strtol198scripts/ksymoops.cclong offset = strtol(buf, 0, 16);
strtol211scripts/ksymoops.cclong rel_addr = strtol(bp, 0, 16);