| tag | line | file | source code |
| strtol | 46 | drivers/char/conmakehash.c | return strtol(p+2,0,16); |
| strtol | 207 | drivers/char/conmakehash.c | fp0 = strtol(p, &p1, 0); |
| strtol | 220 | 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)); |