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 | 375 | drivers/scsi/aic7xxx_asm.c | val = strtol(a[spec &~ (SL|SR|RL|RR)], NULL, 0); |
strtol | 413 | drivers/scsi/aic7xxx_asm.c | strtol(a[spec], NULL, 0) == 0) |
strtol | 420 | drivers/scsi/aic7xxx_asm.c | return(strtol(a[spec], NULL, 0)); |
strtol | 438 | drivers/scsi/aic7xxx_asm.c | return(strtol(a[spec], NULL, 0)); |
strtol | 550 | drivers/scsi/aic7xxx_asm.c | define(*a, strtol(a[2], NULL, 0)); |
strtol | 578 | drivers/scsi/aic7xxx_asm.c | define(optarg, strtol(p + 1, NULL, 0)); |