Home
last modified time | relevance | path

Searched refs:strtol (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/tools/stm32image/
H A Dstm32image.c300 binary_type = strtol(optarg, NULL, 0); in main()
309 loadaddr = strtol(optarg, NULL, 0); in main()
312 entry = strtol(optarg, NULL, 0); in main()
315 version = strtol(optarg, NULL, 0); in main()
318 major = strtol(optarg, NULL, 0); in main()
321 minor = strtol(optarg, NULL, 0); in main()
/rk3399_ARM-atf/include/lib/libc/
H A Dstdlib.h28 long strtol(const char *nptr, char **endptr, int base);
/rk3399_ARM-atf/lib/libc/
H A Dlibc_common.mk36 strtol.c)
H A Dstrtol.c48 long strtol(const char *nptr, char **endptr, int base) in strtol() function
/rk3399_ARM-atf/tools/cert_create/src/
H A Dmain.c149 key_size = strtol(key_size_str, &end, 10); in get_key_size()
/rk3399_ARM-atf/docs/
H A Dchange-log.md9696 - Added support for strtoull, strtoll, strtoul, strtol APIs from FreeBSD