Searched refs:strtoull (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 921 ret = strtoull(border5, NULL, 16); in test_strtoll() 923 ret = strtoull(border6, NULL, 10); in test_strtoll() 925 ret = strtoull(border7, NULL, 10); in test_strtoll() 954 ret = strtoull(buf3, NULL, 8); in test_strtoull() 956 ret = strtoull(buf1, NULL, 10); in test_strtoull() 958 ret = strtoull(buf2, NULL, 10); in test_strtoull() 960 ret = strtoull(buf4, NULL, 16); in test_strtoull() 962 ret = strtoull(buf4, NULL, 0); in test_strtoull() 964 ret = strtoull(buf5, NULL, 0); in test_strtoull() 966 ret = strtoull(buf6, NULL, 0); in test_strtoull() [all …]
|
/Zephyr-latest/samples/posix/eventfd/src/ |
D | main.c | 33 u = strtoull(g_argv[j], NULL, 0); in writer()
|
/Zephyr-latest/lib/libc/minimal/source/stdlib/ |
D | strtoull.c | 43 unsigned long long strtoull(const char *nptr, char **endptr, register int base) in strtoull() function
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdlib.h | 23 unsigned long long strtoull(const char *nptr, char **endptr, int base);
|
/Zephyr-latest/lib/libc/minimal/ |
D | CMakeLists.txt | 21 source/stdlib/strtoull.c
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | psa_its_emul.c | 64 uid = strtoull(name, NULL, 10); in itsemul_set()
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_cmdline_common.c | 154 *(uint64_t *)dest = strtoull(str, &endptr, 0); in nsi_cmd_read_option_value()
|
/Zephyr-latest/boards/native/native_posix/ |
D | cmdline_common.c | 152 *(uint64_t *)dest = strtoull(str, &endptr, 0); in cmd_read_option_value()
|
/Zephyr-latest/subsys/shell/ |
D | shell_utils.c | 602 val = strtoull(str, &endptr, base); in shell_strtoull()
|
/Zephyr-latest/lib/utils/ |
D | json.c | 482 *num = strtoull(token->start, &endptr, 10); in decode_uint64()
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 1389 strtoull(),ISO/IEC 9899:2011
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.1.rst | 1951 * :github:`36645` - minimal libc: add strtoll and strtoull functions
|
D | release-notes-3.2.rst | 2515 * :github:`44005` - add strtoll and strtoull to libc minimal
|