| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| D | aarch64-mops.c | 22 #define BUF_SIZE sizeof(NEW_STRING) macro 27 char dest[BUF_SIZE] = INITIAL_STRING; in main() 28 char source[BUF_SIZE] = NEW_STRING; in main() 35 size = BUF_SIZE; in main() 49 size = BUF_SIZE; in main() 63 size = BUF_SIZE; in main()
|
| /netbsd/src/usr.bin/fmt/ |
| D | buffer.h | 38 #define BUF_SIZE BUFSIZ macro 48 buf->ptr = buf->bptr = calloc(BUF_SIZE, sizeof(*buf->ptr)); in buf_init() 51 buf->eptr = buf->ptr + BUF_SIZE; in buf_init() 65 (minsize > BUF_SIZE ? minsize : BUF_SIZE); in buf_grow()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | aarch64-mops-single-step.c | 19 #define BUF_SIZE sizeof(TEST_STRING) macro 24 char source[BUF_SIZE] = TEST_STRING; in main() 25 char dest[BUF_SIZE]; in main()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | bio_enc_test.c | 22 #define BUF_SIZE (DATA_SIZE + MAX_IV) macro 42 static unsigned char inp[BUF_SIZE] = { 0 }; in do_bio_cipher() 43 unsigned char out[BUF_SIZE], ref[BUF_SIZE]; in do_bio_cipher()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | find.c | 36 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */ macro 57 search_buf_size = BUF_SIZE; in init_bufs()
|
| /netbsd/src/sbin/iscsictl/ |
| D | iscsic_main.c | 187 uint8_t buf[BUF_SIZE]; /* buffer for daemon comm and driver I/O */ 227 char lbuf[BUF_SIZE]; in arg_error() 270 char lbuf[BUF_SIZE]; in io_error() 295 char lbuf[BUF_SIZE]; in gen_error()
|
| D | iscsic_globals.h | 61 #define BUF_SIZE 8192 macro 76 extern uint8_t buf[BUF_SIZE]; /* buffer for daemon comm and driver I/O */
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| D | py-inferior.c | 8 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */ macro 42 search_buf_size = BUF_SIZE; in init_bufs()
|
| /netbsd/src/dist/pf/sbin/pfctl/ |
| D | pfctl_radix.c | 51 #define BUF_SIZE 256 macro 55 static int pfr_next_token(char buf[BUF_SIZE], FILE *); 562 char buf[BUF_SIZE]; in pfr_buf_load() 585 pfr_next_token(char buf[BUF_SIZE], FILE *fp) in pfr_next_token() argument 609 if (i < BUF_SIZE) in pfr_next_token() 613 if (i >= BUF_SIZE) { in pfr_next_token()
|
| /netbsd/src/external/lgpl3/mpfr/dist/tests/ |
| D | tsprintf.c | 58 #define BUF_SIZE 65536 macro 69 char buffer[BUF_SIZE]; in check_sprintf() 110 char part_expected[BUF_SIZE]; in check_sprintf() 127 char buffer[BUF_SIZE]; in check_vsprintf() 173 char part_expected[BUF_SIZE]; in check_vsprintf()
|
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitLir.c | 107 #define BUF_SIZE 4096 macro 383 compiler->buf = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, allocator_data); in sljit_create_compiler() 534 …if (compiler->buf->used_size + size <= (BUF_SIZE - (sljit_uw)SLJIT_OFFSETOF(struct sljit_memory_fr… in ensure_buf() 539 … new_frag = (struct sljit_memory_fragment*)SLJIT_MALLOC(BUF_SIZE, compiler->allocator_data); in ensure_buf()
|
| /netbsd/src/bin/ksh/ |
| D | shf.c | 807 #define BUF_SIZE 128 macro
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ChangeLog-2006 | 2956 * remote.c (struct remote_state): Add BUF and BUF_SIZE. 2958 (get_memory_packet_size): Update BUF and BUF_SIZE if necessary.
|
| D | ChangeLog-2018 | 5929 * remote.c (remote_target::download_tracepoint): Remove BUF_SIZE. 5932 BUF_SIZE to buf.data () and buf.size (). Replace strcpy, strcat
|
| D | ChangeLog-2012 | 10440 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | NEWS | 3354 | BUF_SIZE
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2002 | 4799 * real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS
|