Searched refs:atoi (Results 26 – 39 of 39) sorted by relevance
12
378 chan_val = atoi(chan_str); in wifi_utils_parse_scan_chan()
496 new_value = atoi(tp->data[i].value); in tp_new_find_and_apply()504 new_value = atoi(tp->data[i].value); in tp_new_find_and_apply()
247 num = atoi(ent->name + LOG_PREFIX_LEN); in get_log_file_id()
132 code = atoi(ptr); in parse_status()
94 #define HAWKBIT_PORT_INT atoi(hb_cfg.server_port)307 uint16_t hawkbit_port = atoi(hb_cfg.server_port); in hawkbit_settings_set()310 if (hawkbit_port != atoi(hb_cfg.server_port)) { in hawkbit_settings_set()356 uint16_t hawkbit_port = atoi(hb_cfg.server_port); in hawkbit_settings_export()
1299 val = atoi(state->optarg); in cmd_shuffle()1308 val = atoi(state->optarg); in cmd_shuffle()1345 val = atoi(state->optarg); in cmd_run_suite()
407 data->rssi = (uint8_t)atoi(argv[1]); in modem_cellular_chat_on_csq()419 data->rsrq = (uint8_t)atoi(argv[5]); in modem_cellular_chat_on_cesq()420 data->rsrp = (uint8_t)atoi(argv[6]); in modem_cellular_chat_on_cesq()468 registration_status = atoi(argv[2]); in modem_cellular_chat_on_cxreg()471 registration_status = atoi(argv[1]); in modem_cellular_chat_on_cxreg()
185 param.length = atoi(argv[2]); in cmd_discovery()
278 vif_index = atoi(argv[1]); in nrf_wifi_util_tx_stats()
602 elems = atoi(argv[2]); in cmd_cache()
2888 zassert_equal(atoi(STRINGIFY(DT_DEP_ORD_STR_SORTABLE(DT_ROOT))), in ZTEST()2890 zassert_equal(atoi(STRINGIFY(DT_DEP_ORD_STR_SORTABLE(TEST_DEADBEEF))), in ZTEST()2892 zassert_equal(atoi(STRINGIFY(DT_DEP_ORD_STR_SORTABLE(TEST_TEMP))), in ZTEST()2894 zassert_equal(atoi(STRINGIFY(DT_DEP_ORD_STR_SORTABLE(TEST_REG))), in ZTEST()
4480 passkey = atoi(argv[1]); in cmd_fixed_passkey()4506 passkey = atoi(argv[1]); in cmd_auth_passkey()
957 - The atof, atoi, atol and atoll functions of <stdlib.h> shall not be used1332 atoi(),ISO/IEC 9899:2011
3247 * :github:`52296` - Regulator shell does not build due to missing atoi define