Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dmain.c44 test_round = atol(argv[0]); in test_args()
45 final_round = atol(argv[1]); in test_args()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/ccc_store/src/
Dmain.c61 n_times = atol(argv[0]); in test_args()
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt13 atol
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/
Dmain.c723 notification_size = atol(ptr); in test_args()
734 conn_interval_max = atol(ptr); in test_args()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/
Dmain.c476 notification_size = atol(ptr); in test_args()
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst957 - The atof, atoi, atol and atoll functions of <stdlib.h> shall not be used