Home
last modified time | relevance | path

Searched defs:BUF_SIZE (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/
H A Ddriver.c33 #define BUF_SIZE 65536 macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/fuzz/
H A Ddriver.c33 #define BUF_SIZE 65536 macro
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-env-vars.c26 #define BUF_SIZE 10 macro
/netbsd-src/usr.bin/fmt/
H A Dbuffer.h38 #define BUF_SIZE BUFSIZ macro
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-inferior.c8 #define BUF_SIZE (2 * CHUNK_SIZE) /* at least two chunks */ macro
/netbsd-src/sbin/iscsictl/
H A Discsic_globals.h61 #define BUF_SIZE 8192 macro
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dbio_enc_test.c22 #define BUF_SIZE (DATA_SIZE + MAX_IV) macro
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dbio_enc_test.c22 #define BUF_SIZE (DATA_SIZE + MAX_IV) macro
/netbsd-src/dist/pf/sbin/pfctl/
H A Dpfctl_radix.c51 #define BUF_SIZE 256 macro
585 pfr_next_token(char buf[BUF_SIZE], FILE *fp) in pfr_next_token()
/netbsd-src/bin/ksh/
H A Dshf.c807 #define BUF_SIZE 128 macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d3378 enum BUF_SIZE = 10; // trigger reallocation code in version() local
3380 enum BUF_SIZE = 4096; // enough for most common case in version() local
3402 enum BUF_SIZE = 4096; in version() local
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtsprintf.c58 #define BUF_SIZE 65536 macro
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c1301 #define BUF_SIZE (8 * 1024) in OSSL_HTTP_proxy_connect() macro
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfile.d2675 enum BUF_SIZE = 4096; in version() local
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.c107 #define BUF_SIZE 4096 macro
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp275 enum { BUF_SIZE = 512 }; enumerator