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.c427 binary_type = strtol(optarg, NULL, 0); in main()
436 loadaddr = strtol(optarg, NULL, 0); in main()
439 entry = strtol(optarg, NULL, 0); in main()
442 version = strtol(optarg, NULL, 0); in main()
445 major = strtol(optarg, NULL, 0); in main()
448 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