| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| aarch64-mops.c | 22 #define BUF_SIZE sizeof(NEW_STRING) 27 char dest[BUF_SIZE] = INITIAL_STRING; 28 char source[BUF_SIZE] = NEW_STRING; 35 size = BUF_SIZE; 49 size = BUF_SIZE; 63 size = BUF_SIZE;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| aarch64-mops.c | 22 #define BUF_SIZE sizeof(NEW_STRING) 27 char dest[BUF_SIZE] = INITIAL_STRING; 28 char source[BUF_SIZE] = NEW_STRING; 35 size = BUF_SIZE; 49 size = BUF_SIZE; 63 size = BUF_SIZE;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| aarch64-mops-single-step.c | 19 #define BUF_SIZE sizeof(TEST_STRING) 24 char source[BUF_SIZE] = TEST_STRING; 25 char dest[BUF_SIZE];
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| aarch64-mops-single-step.c | 19 #define BUF_SIZE sizeof(TEST_STRING) 24 char source[BUF_SIZE] = TEST_STRING; 25 char dest[BUF_SIZE];
|
| /src/usr.bin/fmt/ |
| buffer.h | 38 #define BUF_SIZE BUFSIZ 48 buf->ptr = buf->bptr = calloc(BUF_SIZE, sizeof(*buf->ptr)); 51 buf->eptr = buf->ptr + BUF_SIZE; 65 (minsize > BUF_SIZE ? minsize : BUF_SIZE);
|
| /src/crypto/external/apache2/openssl/dist/fuzz/ |
| driver.c | 33 #define BUF_SIZE 65536 40 uint8_t *buf = malloc(BUF_SIZE); 41 size_t size = read(0, buf, BUF_SIZE);
|
| /src/crypto/external/bsd/openssl/dist/fuzz/ |
| driver.c | 33 #define BUF_SIZE 65536 40 uint8_t *buf = malloc(BUF_SIZE); 41 size_t size = read(0, buf, BUF_SIZE);
|
| /src/crypto/external/bsd/openssl.old/dist/fuzz/ |
| driver.c | 33 #define BUF_SIZE 65536 40 uint8_t *buf = malloc(BUF_SIZE); 41 size_t size = read(0, buf, BUF_SIZE);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| find.c | 36 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */ 57 search_buf_size = BUF_SIZE;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| find.c | 36 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */ 57 search_buf_size = BUF_SIZE;
|
| /src/external/mit/libuv/dist/test/ |
| test-env-vars.c | 26 #define BUF_SIZE 10 31 char buf[BUF_SIZE]; 50 size = BUF_SIZE; 70 size = BUF_SIZE; 75 ASSERT_EQ(size, BUF_SIZE - 1); 78 size = BUF_SIZE - 1; 82 ASSERT_EQ(size, BUF_SIZE); 99 size = BUF_SIZE;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-inferior.c | 8 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */ 42 search_buf_size = BUF_SIZE;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-inferior.c | 8 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */ 42 search_buf_size = BUF_SIZE;
|
| /src/crypto/external/apache2/openssl/dist/test/quic-openssl-docker/hq-interop/ |
| quic-hq-interop-server.c | 58 #define BUF_SIZE 4096 461 unsigned char buf[BUF_SIZE]; 462 char path[BUF_SIZE]; 475 memset(buf, 0, BUF_SIZE); 508 snprintf(path, BUF_SIZE, "%s/%s", fileprefix, reqname); 521 if (!BIO_read_ex(readbio, buf, BUF_SIZE, &bytes_read)) {
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| emitter.h | 124 #define BUF_SIZE 256 125 char buf[BUF_SIZE]; 126 size_t str_written = malloc_snprintf(buf, BUF_SIZE, "\"%s\"", str); 129 if (str_written < BUF_SIZE) { 142 str += BUF_SIZE - 2; 144 str_written = malloc_snprintf(buf, BUF_SIZE, "%s\"", str); 145 str += str_written >= BUF_SIZE ? BUF_SIZE - 1 : str_written; 148 } while (str_written >= BUF_SIZE); 149 #undef BUF_SIZE [all...] |
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| emitter.h | 124 #define BUF_SIZE 256 125 char buf[BUF_SIZE]; 126 size_t str_written = malloc_snprintf(buf, BUF_SIZE, "\"%s\"", str); 129 if (str_written < BUF_SIZE) { 142 str += BUF_SIZE - 2; 144 str_written = malloc_snprintf(buf, BUF_SIZE, "%s\"", str); 145 str += str_written >= BUF_SIZE ? BUF_SIZE - 1 : str_written; 148 } while (str_written >= BUF_SIZE); 149 #undef BUF_SIZE [all...] |
| /src/sbin/iscsictl/ |
| iscsic_globals.h | 61 #define BUF_SIZE 8192 76 extern uint8_t buf[BUF_SIZE]; /* buffer for daemon comm and driver I/O */
|
| iscsic_main.c | 187 uint8_t buf[BUF_SIZE]; /* buffer for daemon comm and driver I/O */ 227 char lbuf[BUF_SIZE]; 270 char lbuf[BUF_SIZE]; 295 char lbuf[BUF_SIZE];
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| bio_enc_test.c | 22 #define BUF_SIZE (DATA_SIZE + MAX_IV) 42 static unsigned char inp[BUF_SIZE] = { 0 }; 43 unsigned char out[BUF_SIZE], ref[BUF_SIZE];
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| bio_enc_test.c | 22 #define BUF_SIZE (DATA_SIZE + MAX_IV) 42 static unsigned char inp[BUF_SIZE] = { 0 }; 43 unsigned char out[BUF_SIZE], ref[BUF_SIZE];
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| emitter.h | 131 #define BUF_SIZE 256 132 char buf[BUF_SIZE]; 133 size_t str_written = malloc_snprintf(buf, BUF_SIZE, "\"%s\"", str); 136 if (str_written < BUF_SIZE) { 149 str += BUF_SIZE - 2; 151 str_written = malloc_snprintf(buf, BUF_SIZE, "%s\"", str); 152 str += str_written >= BUF_SIZE ? BUF_SIZE - 1 : str_written; 155 } while (str_written >= BUF_SIZE); 156 #undef BUF_SIZE [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_enc_test.c | 22 #define BUF_SIZE (DATA_SIZE + MAX_IV) 42 static unsigned char inp[BUF_SIZE] = { 0 }; 43 unsigned char out[BUF_SIZE], ref[BUF_SIZE];
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_radix.c | 51 #define BUF_SIZE 256 55 static int pfr_next_token(char buf[BUF_SIZE], FILE *); 562 char buf[BUF_SIZE]; 585 pfr_next_token(char buf[BUF_SIZE], FILE *fp) 609 if (i < BUF_SIZE) 613 if (i >= BUF_SIZE) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/http/ |
| http_client.c | 46 int buf_size; /* Buffer size */ member in struct:ossl_http_req_ctx_st 90 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) 102 rctx->buf_size = buf_size > 0 ? buf_size : OSSL_HTTP_DEFAULT_MAX_LINE_LEN; 103 rctx->buf = OPENSSL_malloc(rctx->buf_size); 376 int buf_size, int overall_timeout) 378 OSSL_HTTP_REQ_CTX *rctx = OSSL_HTTP_REQ_CTX_new(wbio, rbio, buf_size); 546 n = BIO_read(rctx->rbio, rctx->buf, rctx->buf_size); 549 n = BIO_gets(rctx->rbio, buf, rctx->buf_size); [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/http/ |
| http_client.c | 48 int buf_size; /* Buffer size */ member in struct:ossl_http_req_ctx_st 108 OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size) 120 rctx->buf_size = buf_size > 0 ? buf_size : OSSL_HTTP_DEFAULT_MAX_LINE_LEN; 121 rctx->buf = OPENSSL_malloc(rctx->buf_size); 417 int buf_size, int overall_timeout) 419 OSSL_HTTP_REQ_CTX *rctx = OSSL_HTTP_REQ_CTX_new(wbio, rbio, buf_size); 593 n = BIO_read(rctx->rbio, buf, rctx->buf_size); 596 n = BIO_gets(rctx->rbio, buf, rctx->buf_size); [all...] |