Home
last modified time | relevance | path

Searched refs:width (Results 1 – 14 of 14) sorted by relevance

/openssl/apps/lib/
H A Dcolumns.c24 dc->width = maxlen + 2; in calculate_columns()
25 dc->columns = (80 - 1) / dc->width; in calculate_columns()
H A Dopt.c1115 if (width >= (int)sizeof(start)) in opt_print()
1116 width = (int)sizeof(start) - 1; in opt_print()
1137 start[width] = '\0'; in opt_print()
1162 width -= linelen; in opt_print()
1164 start[width] = '\0'; in opt_print()
1171 int i, sawparams = 0, width = 5; in opt_help() local
1186 if (i > width) in opt_help()
1187 width = i; in opt_help()
1190 if (width > MAX_OPT_HELP_WIDTH) in opt_help()
1191 width = MAX_OPT_HELP_WIDTH; in opt_help()
[all …]
H A Dapps.c3134 int width = 0; in wait_for_async() local
3152 if (width <= (int)fds[i]) in wait_for_async()
3153 width = (int)fds[i] + 1; in wait_for_async()
3156 select(width, (void *)&asyncfds, NULL, NULL, NULL); in wait_for_async()
/openssl/test/testutil/
H A Dformat_output.c45 const size_t width = in test_fail_string_common() local
74 b1[n1 = l1 > width ? width : l1] = 0; in test_fail_string_common()
79 b2[n2 = l2 > width ? width : l2] = 0; in test_fail_string_common()
117 cnt += width; in test_fail_string_common()
152 size_t width) in hex_convert_memory() argument
161 if (i % width == width - 1 && i != n - 1) in hex_convert_memory()
/openssl/test/
H A Dbioprinttest.c187 static int dofptest(int test, int sub, double val, const char *width, int prec) in dofptest() argument
199 BIO_snprintf(format, sizeof(format), "%%%s.%d%s", width, prec, in dofptest()
202 BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec); in dofptest()
H A Dparams_api_test.c74 size_t width) in test_param_type_extra() argument
106 sz = sizeof(i32) < width ? sizeof(i32) : width; in test_param_type_extra()
111 sz = sizeof(i64) < width ? sizeof(i64) : width; in test_param_type_extra()
116 sz = sizeof(s) < width ? sizeof(s) : width; in test_param_type_extra()
122 if (sizeof(size_t) > width) { in test_param_type_extra()
/openssl/crypto/bio/
H A Dbio_dump.c129 int BIO_hex_string(BIO *out, int indent, int width, const void *data, in BIO_hex_string() argument
144 j = (j + 1) % width; in BIO_hex_string()
/openssl/apps/include/
H A Dfunction.h39 int width; member
/openssl/crypto/bn/
H A Dbn_exp.c501 int width = 1 << window; in MOD_EXP_CTIME_COPY_TO_PREBUF() local
507 for (i = 0, j = idx; i < top; i++, j += width) { in MOD_EXP_CTIME_COPY_TO_PREBUF()
519 int width = 1 << window; in MOD_EXP_CTIME_COPY_FROM_PREBUF() local
534 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
537 for (j = 0; j < width; j++) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
556 for (i = 0; i < top; i++, table += width) { in MOD_EXP_CTIME_COPY_FROM_PREBUF()
/openssl/apps/
H A Ds_client.c833 int ret = 1, in_init = 1, i, nbio_test = 0, sock = -1, k, width, state = 0; in s_client_main() local
2187 width = fileno_stdin() + 1; in s_client_main()
2189 width = SSL_get_fd(con) + 1; in s_client_main()
2408 width = SSL_get_fd(con) + 1; in s_client_main()
2427 && select(width, (void *)&readfds, NULL, NULL, in s_client_main()
2861 i = select(width, (void *)&readfds, (void *)&writefds, in s_client_main()
2866 i = select(width, (void *)&readfds, (void *)&writefds, in s_client_main()
2870 i = select(width, (void *)&readfds, (void *)&writefds, in s_client_main()
H A Ds_server.c2360 int ret = 1, width; in sv_body() local
2544 width = fileno_stdin() + 1; in sv_body()
2546 width = s + 1; in sv_body()
2577 i = select(width, (void *)&readfds, NULL, NULL, &timeout); in sv_body()
2588 i = select(width, (void *)&readfds, NULL, NULL, timeoutp); in sv_body()
3074 int width; in www_body() local
3085 width = s + 1; in www_body()
3220 i = select(width, (void *)&readfds, NULL, NULL, NULL); in www_body()
H A Dopenssl.c389 BIO_printf(bio_err, "%-*s", dc.width, fp->name); in help_main()
H A Dlist.c1078 BIO_printf(bio_out, "%-*s", dc.width, fp->name); in list_type()
/openssl/include/openssl/
H A Dbio.h.in741 int BIO_hex_string(BIO *out, int indent, int width, const void *data,

Completed in 96 milliseconds