/freebsd/crypto/openssl/test/ |
H A D | packettest.c | 243 char buf1[10], buf2[10]; in test_PACKET_strndup() local 270 char buf1[10], buf2[10]; in test_PACKET_contains_zero_byte() local 305 unsigned char buf1[BUF_LEN] = { 0 }; in test_PACKET_buf_init() local 350 unsigned char buf1[BUF_LEN]; in test_PACKET_get_length_prefixed_1() local 375 unsigned char buf1[1024]; in test_PACKET_get_length_prefixed_2() local 399 unsigned char buf1[1024]; in test_PACKET_get_length_prefixed_3() local 423 unsigned char buf1[BUF_LEN]; in test_PACKET_as_length_prefixed_1() local
|
/freebsd/contrib/netbsd-tests/lib/libc/string/ |
H A D | t_strcmp.c | 27 char buf1[64]; in ATF_TC_BODY() local 108 char buf1[10] = "xxx"; in ATF_TC_BODY() local
|
H A D | t_strcpy.c | 27 char buf1[64]; in ATF_TC_BODY() local
|
H A D | t_strcat.c | 27 char buf1[64]; in ATF_TC_BODY() local
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | dma.h | 47 __le32 buf1; member 53 __le32 buf1; member 97 mt76_dma_should_drop_buf(bool *drop, u32 ctrl, u32 buf1, u32 info) in mt76_dma_should_drop_buf()
|
H A D | dma.c | 238 u32 buf1 = 0, ctrl; in mt76_dma_add_rx_buf() local 304 u32 buf0 = buf[0].addr, buf1 = 0; in mt76_dma_add_buf() local 431 u32 ctrl, desc_info, buf1; in mt76_dma_get_buf() local
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_esdb.c | 196 char buf1[PATH_MAX], buf2[PATH_MAX], path[PATH_MAX]; in _citrus_esdb_open() local 317 char buf1[PATH_MAX]; in _citrus_esdb_get_list() local
|
/freebsd/contrib/netbsd-tests/crypto/opencrypto/ |
H A D | h_comp.c | 48 unsigned char buf1[10000], buf2[100000]; in main() local
|
H A D | h_comp_zlib.c | 47 unsigned char buf1[10000], buf2[10000]; in main() local
|
H A D | h_comp_zlib_rnd.c | 49 unsigned char buf1[10000], buf2[10000]; in main() local
|
/freebsd/usr.bin/locate/bigram/ |
H A D | locate.bigram.c | 44 u_char buf1[LOCATE_PATH_MAX] = " "; variable
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/tmpfile/ |
H A D | tmpfile_001_pos.c | 43 char buf1[BSZ], buf2[BSZ] = {0}; in main() local
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | unaligned_io.c | 51 char *buf1, *buf2; in main() local
|
/freebsd/usr.bin/cmp/ |
H A D | link.c | 44 char buf1[PATH_MAX], *p1; in c_link() local
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | get_diff.c | 48 char buf1[DEV_BSIZE], buf2[DEV_BSIZE]; in main() local
|
/freebsd/contrib/xz/src/liblzma/common/ |
H A D | memcmplen.h | 53 lzma_memcmplen(const uint8_t *buf1, const uint8_t *buf2, in lzma_memcmplen()
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | codecs.c | 7 unsigned char buf1[1000]; in main() local
|
H A D | sodium_utils.c | 8 unsigned char buf1[1000]; in main() local
|
/freebsd/contrib/bearssl/src/hash/ |
H A D | ghash_pclmul.c | 235 const unsigned char *buf1, *buf2; in br_ghash_pclmul() local 247 buf1 = data; in br_ghash_pclmul() local
|
H A D | ghash_pwr8.c | 123 const unsigned char *buf1, *buf2; in br_ghash_pwr8() local
|
/freebsd/usr.bin/locate/code/ |
H A D | locate.code.c | 91 u_char buf1[LOCATE_PATH_MAX] = " "; variable
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_buffer.c | 461 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_remove_buffer_with_empty_front() local 488 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_remove_buffer_adjust_last_with_datap_with_empty() local 2058 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_add_reference() local 2134 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_multicast() local 2202 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_multicast_drain() local 2245 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_prepend() local 2342 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_empty_reference_prepend_buffer() local
|
/freebsd/contrib/libevent/test/ |
H A D | regress_buffer.c | 461 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_remove_buffer_with_empty_front() local 488 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_remove_buffer_adjust_last_with_datap_with_empty() local 2058 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_add_reference() local 2134 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_multicast() local 2202 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_multicast_drain() local 2245 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_prepend() local 2342 struct evbuffer *buf1 = NULL, *buf2 = NULL; in test_evbuffer_empty_reference_prepend_buffer() local
|
/freebsd/bin/stty/ |
H A D | print.c | 50 char buf1[100], buf2[100]; in print() local
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | snprintf-test.c | 42 char buf1[256], buf2[256]; in try() local
|