Searched refs:line_length (Results 1 – 3 of 3) sorted by relevance
| /Zephyr-latest/subsys/net/lib/tls_credentials/ |
| D | tls_credentials_shell.c | 609 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/ |
| D | shell_ops.c | 46 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/ |
| D | hl7800.c | 2694 uint16_t line_length; in profile_handler() local 2707 line_length = net_buf_findcrlf(*buf, &frag); in profile_handler() 2708 if (line_length) { in profile_handler() 2711 *buf, 0, line_length); in profile_handler() 2712 LOG_DBG("length: %u: %s", line_length, line); in profile_handler() 2720 net_buf_remove(buf, line_length); in profile_handler() 2759 uint16_t line_length; in on_cmd_atcmdinfo_pdp_authentication_cfg() local 2768 line_length = net_buf_findcrlf(*buf, &frag); in on_cmd_atcmdinfo_pdp_authentication_cfg() 2769 if (line_length) { in on_cmd_atcmdinfo_pdp_authentication_cfg() 2772 *buf, 0, line_length); in on_cmd_atcmdinfo_pdp_authentication_cfg() [all …]
|