Home
last modified time | relevance | path

Searched refs:line_length (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials_shell.c609 size_t line_length; in tls_cred_cmd_get() local
629 line_length = CONFIG_TLS_CREDENTIALS_SHELL_CRED_OUTPUT_WIDTH; in tls_cred_cmd_get()
635 line_length = CONFIG_TLS_CREDENTIALS_SHELL_CRED_OUTPUT_WIDTH / 4 * 3; in tls_cred_cmd_get()
685 for (i = 0; i < cred_written; i += line_length) { in tls_cred_cmd_get()
687 remaining = MIN(line_length, cred_written - i); in tls_cred_cmd_get()
/Zephyr-latest/subsys/shell/
Dshell_ops.c46 size_t line_length = sh->ctx->cmd_buff_len + z_shell_strlen(sh->ctx->prompt); in full_line_cmd() local
48 if (line_length == 0) { in full_line_cmd()
52 return (line_length % sh->ctx->vt100_ctx.cons.terminal_wid == 0U); in full_line_cmd()
/Zephyr-latest/drivers/modem/
Dhl7800.c2634 uint16_t line_length; in profile_handler() local
2647 line_length = net_buf_findcrlf(*buf, &frag); in profile_handler()
2648 if (line_length) { in profile_handler()
2651 *buf, 0, line_length); in profile_handler()
2652 LOG_DBG("length: %u: %s", line_length, line); in profile_handler()
2660 net_buf_remove(buf, line_length); in profile_handler()
2699 uint16_t line_length; in on_cmd_atcmdinfo_pdp_authentication_cfg() local
2708 line_length = net_buf_findcrlf(*buf, &frag); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2709 if (line_length) { in on_cmd_atcmdinfo_pdp_authentication_cfg()
2712 *buf, 0, line_length); in on_cmd_atcmdinfo_pdp_authentication_cfg()
[all …]