Searched refs:strtoul (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/arch/sparc64/boot/ |
D | piggyback.c | 54 start = strtoul (buffer + 8, NULL, 16); in main() 56 end = strtoul (buffer + 8, NULL, 16); in main()
|
/linux-2.4.37.9/arch/sparc/boot/ |
D | piggyback.c | 86 start = strtoul (buffer, NULL, 16); in main() 88 end = strtoul (buffer, NULL, 16); in main()
|
D | btfixupprep.c | 191 initval = strtoul(p + 10, &q, 16); in main() 288 offset = strtoul(buffer, &q, 16); in main()
|
/linux-2.4.37.9/include/acpi/platform/ |
D | aclinux.h | 63 #define strtoul simple_strtoul macro
|
D | acenv.h | 238 #define ACPI_STRTOUL(d,s,n) strtoul((d), (s), (acpi_size)(n))
|
/linux-2.4.37.9/arch/m68k/tools/amiga/ |
D | dmesg.c | 48 end = strtoul(argv[1], NULL, 0); in main()
|
/linux-2.4.37.9/arch/ppc/boot/utils/ |
D | mktree.c | 60 bt.bb_dest = bt.bb_entry_point = htonl(strtoul(argv[3], NULL, 0)); in main()
|
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_scan.l | 238 yylval.value = strtoul(yytext + 2, NULL, 16);
|
/linux-2.4.37.9/Documentation/ |
D | mtrr.txt | 253 sentry.base = strtoul (argv[1], NULL, 0); 254 sentry.size = strtoul (argv[2], NULL, 0);
|
/linux-2.4.37.9/Documentation/networking/ |
D | ifenslave.c | 630 abi_ver = strtoul(info.fw_version, &endptr, 0); in get_drv_info()
|