tag | line | file | source code |
strtol | 45 | drivers/char/conmakehash.c | return strtol(p+2,0,16); |
strtol | 143 | drivers/char/conmakehash.c | fp0 = strtol(p, &p1, 0); |
strtol | 156 | drivers/char/conmakehash.c | fp1 = strtol(p, &p1, 0); |
strtol | 374 | drivers/scsi/aic7xxx_asm.c | val = strtol(a[spec &~ (SL|SR|RL|RR)], NULL, 0); |
strtol | 412 | drivers/scsi/aic7xxx_asm.c | strtol(a[spec], NULL, 0) == 0) |
strtol | 419 | drivers/scsi/aic7xxx_asm.c | return(strtol(a[spec], NULL, 0)); |
strtol | 437 | drivers/scsi/aic7xxx_asm.c | return(strtol(a[spec], NULL, 0)); |
strtol | 549 | drivers/scsi/aic7xxx_asm.c | define(*a, strtol(a[2], NULL, 0)); |
strtol | 577 | drivers/scsi/aic7xxx_asm.c | define(optarg, strtol(p + 1, NULL, 0)); |
strtol | 198 | scripts/ksymoops.cc | long offset = strtol(buf, 0, 16); |
strtol | 211 | scripts/ksymoops.cc | long rel_addr = strtol(bp, 0, 16); |