HomeSort by: relevance | last modified time | path
    Searched defs:BUFLEN (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/tests/lib/libc/locale/
t_ducet.c 91 #define BUFLEN 1024
99 wchar_t xfb1[BUFLEN], xfb2[BUFLEN]; /* Gross overestimates */
106 memset(xfb1, 0, BUFLEN);
107 memset(xfb2, 0, BUFLEN);
124 wcsxfrm(xf, line, BUFLEN);
  /src/distrib/utils/zcat/
zcat.c 24 #define BUFLEN 4096
56 char buf[BUFLEN];
  /src/external/ibm-public/postfix/dist/src/global/
uxtext.c 234 #define BUFLEN 1024
240 len = vstream_fread_buf(fp, buf, BUFLEN);
247 VSTRING *unquoted = vstring_alloc(BUFLEN);
xtext.c 155 #define BUFLEN 1024
161 len = vstream_fread_buf(fp, buf, BUFLEN);
168 VSTRING *unquoted = vstring_alloc(BUFLEN);
  /src/external/ibm-public/postfix/dist/src/util/
hex_quote.c 123 #define BUFLEN 1024
129 len = vstream_fread_buf(fp, buf, BUFLEN);
136 VSTRING *raw = vstring_alloc(BUFLEN);
normalize_ws.c 68 #define BUFLEN 2
75 char input[BUFLEN];
76 char want[BUFLEN];
89 if (memcmp(got, want, BUFLEN) != 0) {
  /src/external/mpl/bind/dist/tests/dns/
acl_test.c 36 #define BUFLEN 255
dbdiff_test.c 37 #define BUFLEN 255
db_test.c 35 #define BUFLEN 255
dbiterator_test.c 36 #define BUFLEN 255
master_test.c 51 #define BUFLEN 255
60 unsigned char name_buf[BUFLEN];
101 isc_buffer_init(&target, name_buf, BUFLEN);
461 unsigned char namebuf[BUFLEN];
471 isc_buffer_init(&target, namebuf, BUFLEN);
  /src/crypto/external/apache2/openssl/dist/crypto/
riscvcap.c 64 #define BUFLEN 256
67 char envstrupper[BUFLEN];
68 char buf[BUFLEN];
76 BIO_snprintf(buf, BUFLEN, "_%s", RISCV_capabilities[i].name);
  /src/sys/arch/atari/stand/ahdilabel/
ahdilabel.c 368 #define BUFLEN 20
370 char buf[BUFLEN], cts[CTSLEN];
384 if (get_input (&buf[0], BUFLEN) > 2) {
392 if (get_input (&buf[0], BUFLEN)) {
399 if (get_input (&buf[0], BUFLEN)) {
407 if (get_input (&buf[0], BUFLEN)) {
414 if (get_input (&buf[0], BUFLEN)) {
  /src/external/bsd/jemalloc/dist/test/unit/
malloc_io.c 108 #define BUFLEN 15
109 char buf[BUFLEN];
121 for (len = 1; len < BUFLEN; len++) {
134 #undef BUFLEN
140 #define BUFLEN 128
141 char buf[BUFLEN];
257 #undef BUFLEN
  /src/external/bsd/jemalloc.old/dist/test/unit/
malloc_io.c 108 #define BUFLEN 15
109 char buf[BUFLEN];
121 for (len = 1; len < BUFLEN; len++) {
134 #undef BUFLEN
140 #define BUFLEN 128
141 char buf[BUFLEN];
247 #undef BUFLEN
  /src/external/gpl3/binutils/dist/zlib/
minigzip.c 131 #define BUFLEN 16384
171 local char buf[BUFLEN];
239 local char buf[BUFLEN];
  /src/external/gpl3/binutils.old/dist/zlib/
minigzip.c 131 #define BUFLEN 16384
171 local char buf[BUFLEN];
239 local char buf[BUFLEN];
  /src/external/gpl3/gdb/dist/zlib/
minigzip.c 131 #define BUFLEN 16384
171 local char buf[BUFLEN];
239 local char buf[BUFLEN];
  /src/external/gpl3/gdb.old/dist/zlib/
minigzip.c 131 #define BUFLEN 16384
171 local char buf[BUFLEN];
239 local char buf[BUFLEN];
  /src/common/dist/zlib/test/
minigzip.c 135 #define BUFLEN 16384
214 unsigned char out[BUFLEN];
223 strm->avail_out = BUFLEN;
225 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
263 unsigned char out[BUFLEN];
273 strm->avail_out = BUFLEN;
275 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
342 local char buf[BUFLEN];
370 local char buf[BUFLEN];
  /src/lib/libwrap/
hosts_access.c 105 #define BUFLEN 2048
173 char sv_list[BUFLEN]; /* becomes list of daemons */
  /src/usr.sbin/bootp/bootptest/
bootptest.c 76 #define BUFLEN 1024
166 sndbuf = malloc(BUFLEN);
167 rcvbuf = malloc(BUFLEN);
356 n = BUFLEN - sizeof(*bp) + BP_VEND_LEN;
405 n = recvfrom(s, rcvbuf, BUFLEN, 0,
  /src/usr.sbin/tcpdchk/
tcpdchk.c 70 #define BUFLEN 2048
213 char sv_list[BUFLEN]; /* becomes list of daemons */
284 char buf[BUFLEN];
304 char buf[BUFLEN];
331 char buf[BUFLEN];
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
minigzip.c 138 #define BUFLEN 16384
237 unsigned char out[BUFLEN];
246 strm->avail_out = BUFLEN;
248 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
290 unsigned char out[BUFLEN];
300 strm->avail_out = BUFLEN;
302 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
350 local char buf[BUFLEN];
412 local char buf[BUFLEN];
  /src/external/gpl3/binutils/dist/zlib/test/
minigzip.c 135 #define BUFLEN 16384
214 unsigned char out[BUFLEN];
223 strm->avail_out = BUFLEN;
225 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
263 unsigned char out[BUFLEN];
273 strm->avail_out = BUFLEN;
275 fwrite(out, 1, BUFLEN - strm->avail_out, gz->file);
342 local char buf[BUFLEN];
370 local char buf[BUFLEN];

Completed in 48 milliseconds

1 2