Home
last modified time | relevance | path

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

/subsys/net/lib/tls_credentials/
A Dtls_credentials_shell.c653 size_t line_length; in tls_cred_cmd_get() local
673 line_length = CONFIG_TLS_CREDENTIALS_SHELL_CRED_OUTPUT_WIDTH; in tls_cred_cmd_get()
679 line_length = CONFIG_TLS_CREDENTIALS_SHELL_CRED_OUTPUT_WIDTH / 4 * 3; in tls_cred_cmd_get()
729 for (i = 0; i < cred_written; i += line_length) { in tls_cred_cmd_get()
731 remaining = MIN(line_length, cred_written - i); in tls_cred_cmd_get()
/subsys/shell/
A 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()

Completed in 9 milliseconds