Searched refs:strtoul (Results 1 – 13 of 13) sorted by relevance
/trusted-firmware-a/build/qemu/release/libc/ |
A D | strtoul.d | 1 /home/test/workspace/code/optee_3.16/trusted-firmware-a/build/qemu/release/libc/strtoul.o: \ 2 lib/libc/strtoul.c include/lib/libc/errno.h include/lib/libc/limits.h \
|
/trusted-firmware-a/include/lib/libc/ |
A D | stdlib.h | 29 unsigned long strtoul(const char *nptr, char **endptr, int base);
|
/trusted-firmware-a/lib/libc/ |
A D | libc.mk | 30 strtoul.c \
|
A D | libc_asm.mk | 29 strtoul.c \
|
A D | strtoul.c | 48 unsigned long strtoul(const char *nptr, char **endptr, int base) in strtoul() function
|
/trusted-firmware-a/tools/encrypt_fw/src/ |
A D | main.c | 92 flag = strtoul(arg, &endptr, 16); in parse_fw_enc_status_flag()
|
/trusted-firmware-a/tools/marvell/doimage/ |
A D | doimage.c | 1607 opts.load_addr = strtoul(optarg, NULL, 0); in main() 1610 opts.exec_addr = strtoul(optarg, NULL, 0); in main() 1616 opts.baudrate = strtoul(optarg, NULL, 0); in main() 1626 nand_block_size_kb = strtoul(optarg, NULL, 0); in main() 1641 opts.key_index = strtoul(optarg, NULL, 0); in main()
|
/trusted-firmware-a/lib/libfdt/ |
A D | fdt_overlay.c | 479 poffset = strtoul(sep + 1, &endptr, 10); in overlay_fixup_phandle()
|
/trusted-firmware-a/tools/fiptool/ |
A D | fiptool.c | 654 align = strtoul(arg, &endptr, 0); in get_image_align()
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …trrchr:6,strsep:123,strto:123,strtok:123,strtok_r:123,strtol:6,strtoll:6,strtoul:6,strtoull:6,stru…
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | change-log.md.txt | 1069 - Added support for strtoull, strtoll, strtoul, strtol APIs from FreeBSD
|
/trusted-firmware-a/docs/ |
A D | change-log.md | 1069 - Added support for strtoull, strtoll, strtoul, strtol APIs from FreeBSD
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 54505 Added support for strtoull, strtoll, strtoul, strtol APIs from FreeBSD
|
Completed in 118 milliseconds