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);
strtol374drivers/scsi/aic7xxx_asm.cval = strtol(a[spec &~ (SL|SR|RL|RR)], NULL, 0);
strtol412drivers/scsi/aic7xxx_asm.cstrtol(a[spec], NULL, 0) == 0)
strtol419drivers/scsi/aic7xxx_asm.creturn(strtol(a[spec], NULL, 0));
strtol437drivers/scsi/aic7xxx_asm.creturn(strtol(a[spec], NULL, 0));
strtol549drivers/scsi/aic7xxx_asm.cdefine(*a, strtol(a[2], NULL, 0));
strtol577drivers/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);