| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bio_cb.c | 31 left = BIO_snprintf(buf, sizeof(buf), "BIO[%p]: ", (void *)bio); 41 BIO_snprintf(p, left, "Free - %s\n", bio->method->name); 45 BIO_snprintf(p, left, "read(%d,%zu) - %s fd=%d\n", 49 BIO_snprintf(p, left, "read(%d,%zu) - %s\n", 54 BIO_snprintf(p, left, "write(%d,%zu) - %s fd=%d\n", 58 BIO_snprintf(p, left, "write(%d,%zu) - %s\n", 62 BIO_snprintf(p, left, "puts() - %s\n", bio->method->name); 65 BIO_snprintf(p, left, "gets(%zu) - %s\n", len, 69 BIO_snprintf(p, left, "ctrl(%d) - %s\n", argi, 73 BIO_snprintf(p, left, "read return %d processed: %zu\n", ret, l) [all...] |
| bio_dump.c | 48 n = BIO_snprintf(buf, sizeof(buf), "%*s%04x - ", indent, "", 56 BIO_snprintf(buf + n, 4, "%02x%c", ch,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| bio_cb.c | 29 len = BIO_snprintf(buf, sizeof(buf), "BIO[%p]: ", (void *)bio); 39 BIO_snprintf(p, left, "Free - %s\n", bio->method->name); 43 BIO_snprintf(p, left, "read(%d,%lu) - %s fd=%d\n", 47 BIO_snprintf(p, left, "read(%d,%lu) - %s\n", 52 BIO_snprintf(p, left, "write(%d,%lu) - %s fd=%d\n", 56 BIO_snprintf(p, left, "write(%d,%lu) - %s\n", 60 BIO_snprintf(p, left, "puts() - %s\n", bio->method->name); 63 BIO_snprintf(p, left, "gets(%lu) - %s\n", (unsigned long)argi, 67 BIO_snprintf(p, left, "ctrl(%lu) - %s\n", (unsigned long)argi, 71 BIO_snprintf(p, left, "read return %ld\n", ret) [all...] |
| b_dump.c | 47 n = BIO_snprintf(buf, sizeof(buf), "%*s%04x - ", indent, "", 55 BIO_snprintf(buf + n, 4, "%02x%c", ch,
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bio_cb.c | 33 left = BIO_snprintf(buf, sizeof(buf), "BIO[%p]: ", (void *)bio); 43 BIO_snprintf(p, left, "Free - %s\n", bio->method->name); 47 BIO_snprintf(p, left, "read(%d,%zu) - %s fd=%d\n", 51 BIO_snprintf(p, left, "read(%d,%zu) - %s\n", 56 BIO_snprintf(p, left, "write(%d,%zu) - %s fd=%d\n", 60 BIO_snprintf(p, left, "write(%d,%zu) - %s\n", 64 BIO_snprintf(p, left, "puts() - %s\n", bio->method->name); 67 BIO_snprintf(p, left, "gets(%zu) - %s\n", len, 71 BIO_snprintf(p, left, "ctrl(%d) - %s\n", argi, 76 BIO_snprintf(p, left, "recvmmsg(%zu) - %s" [all...] |
| bio_dump.c | 48 n = BIO_snprintf(buf, sizeof(buf), "%*s%04x - ", indent, "", 58 BIO_snprintf(buf + n, 4, "%02x%c", ch,
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| app_params.c | 45 printed_len = BIO_snprintf(buf, bufsz, "%s: ", param->key); 50 printed_len = BIO_snprintf(buf, bufsz, "%s%s", type_mod, type); 56 printed_len = BIO_snprintf(buf, bufsz, " [%d]", param->data_type); 63 printed_len = BIO_snprintf(buf, bufsz, " (arbitrary size)"); 65 printed_len = BIO_snprintf(buf, bufsz, " (max %zu bytes large)",
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| app_params.c | 45 printed_len = BIO_snprintf(buf, bufsz, "%s: ", param->key); 50 printed_len = BIO_snprintf(buf, bufsz, "%s%s", type_mod, type); 56 printed_len = BIO_snprintf(buf, bufsz, " [%d]", param->data_type); 63 printed_len = BIO_snprintf(buf, bufsz, " (arbitrary size)"); 65 printed_len = BIO_snprintf(buf, bufsz, " (max %zu bytes large)",
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| info.c | 55 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), 64 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), 70 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), 73 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), 79 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), 82 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), 88 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), 118 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), 125 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), 163 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str) [all...] |
| cversion.c | 65 BIO_snprintf(openssldir, sizeof(openssldir), "OPENSSLDIR: \"%s\"", 67 BIO_snprintf(enginesdir, sizeof(enginesdir), "ENGINESDIR: \"%s\"", 69 BIO_snprintf(modulesdir, sizeof(modulesdir), "MODULESDIR: \"%s\"",
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| info.c | 49 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), 56 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), 62 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), 65 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), 71 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), 75 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str), 81 BIO_snprintf(ossl_cpu_info_str, sizeof(ossl_cpu_info_str), 111 BIO_snprintf(ossl_cpu_info_str + strlen(ossl_cpu_info_str),
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| bioprinttest.c | 136 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); 164 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); 199 BIO_snprintf(format, sizeof(format), "%%%s.%d%s", width, prec, 202 BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec); 203 BIO_snprintf(result, sizeof(result), format, val); 249 if (!TEST_int_eq(BIO_snprintf(buf, sizeof(buf),
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_print.c | 64 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)", 67 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)",
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_print.c | 64 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)", 67 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)",
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_status.c | 192 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); 200 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); 206 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", 217 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); 224 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", 229 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s",
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bioprinttest.c | 140 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); 168 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); 202 BIO_snprintf(format, sizeof(format), "%%%s.%d%s", width, prec, 205 BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec); 206 BIO_snprintf(result, sizeof(result), format, val); 253 if (!TEST_int_eq(BIO_snprintf(buf, sizeof(buf),
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_status.c | 193 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); 201 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); 207 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", 218 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); 225 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", 230 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s",
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| bioprinttest.c | 136 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); 164 BIO_snprintf(bio_buf, sizeof(bio_buf) - 1, data->format, data->value); 199 BIO_snprintf(format, sizeof(format), "%%%s.%d%s", width, prec, 202 BIO_snprintf(format, sizeof(format), "%%%s%s", width, fspec); 203 BIO_snprintf(result, sizeof(result), format, val); 249 if (!TEST_int_eq(BIO_snprintf(buf, sizeof(buf),
|
| /src/crypto/external/apache2/openssl/dist/crypto/asn1/ |
| asn1_parse.c | 37 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=%4ld %s", 42 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=inf %s", 65 BIO_snprintf(str, sizeof(str), "priv [ %d ] ", tag); 67 BIO_snprintf(str, sizeof(str), "cont [ %d ]", tag); 69 BIO_snprintf(str, sizeof(str), "appl [ %d ]", tag); 71 BIO_snprintf(str, sizeof(str), "<ASN1 %d>", tag);
|
| /src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| asn1_parse.c | 37 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=%4ld %s", 41 if (BIO_snprintf(str, sizeof(str), "%5ld:d=%-2d hl=%ld l=inf %s", 63 BIO_snprintf(str, sizeof(str), "priv [ %d ] ", tag); 65 BIO_snprintf(str, sizeof(str), "cont [ %d ]", tag); 67 BIO_snprintf(str, sizeof(str), "appl [ %d ]", tag); 69 BIO_snprintf(str, sizeof(str), "<ASN1 %d>", tag);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| mem_dbg.c | 475 n = BIO_snprintf(bufp, len, "[%02d:%02d:%02d] ", 484 n = BIO_snprintf(bufp, len, "%5lu file=%s, line=%d, ", 493 n = BIO_snprintf(bufp, len, "thread=%lu, ", tid.ltid); 499 n = BIO_snprintf(bufp, len, "number=%d, address=%p\n", m->num, m->addr); 527 n = BIO_snprintf(buf + ami_cnt, sizeof(buf) - ami_cnt, 538 n = BIO_snprintf(buf + buf_len, sizeof(buf) - buf_len, "%s", 544 n = BIO_snprintf(buf + buf_len, sizeof(buf) - buf_len, "\"\n"); 592 BIO_snprintf(buf, sizeof(buf), "%ld bytes leaked in %d chunks\n",
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| bn_print.c | 104 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT1, *lp); 110 n = BIO_snprintf(p, tbytes - (size_t)(p - buf), BN_DEC_FMT2, *lp); 337 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)", 340 BIO_snprintf(data, sizeof(data), "bn(%zu,%zu)",
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
| err_prn.c | 38 BIO_snprintf(buf2, sizeof(buf2), "%lu:%s:%s:%d:%s\n", tid.ltid, buf,
|
| /src/crypto/external/apache2/openssl/dist/crypto/err/ |
| err_prn.c | 37 BIO_snprintf(buf, sizeof(buf), "%s:", hex == NULL ? "<null>" : hex); 41 BIO_snprintf(buf + offset, sizeof(buf) - offset, ":%s:%d:%s\n",
|
| /src/crypto/external/bsd/openssl/dist/crypto/err/ |
| err_prn.c | 37 BIO_snprintf(buf, sizeof(buf), "%s:", hex == NULL ? "<null>" : hex); 41 BIO_snprintf(buf + offset, sizeof(buf) - offset, ":%s:%d:%s\n",
|