Searched refs:BUFSIZE (Results 1 - 22 of 22) sorted by relevance

/external/clang/test/Lexer/
H A Ddigraph.c6 %:ifndef BUFSIZE
7 %:define BUFSIZE 512
/external/tcpdump/
H A Daddrtoname.h33 #define BUFSIZE 128 macro
H A Daddrtoname.c479 char buf[BUFSIZE];
486 char buf2[BUFSIZE];
511 snprintf(cp, BUFSIZE - (2 + 5*3), " (oui %s)",
526 char buf[BUFSIZE];
H A Dprint-lldp.c1265 static char buf[BUFSIZE];
/external/selinux/policycoreutils/sestatus/
H A Dsestatus.c30 #define BUFSIZE 255 macro
40 char buf[BUFSIZE];
41 char filename[BUFSIZE];
43 memset(buf, '\0', BUFSIZE);
48 if (readlink(filename, buf, BUFSIZE) < 0)
51 if (buf[BUFSIZE - 1] != '\0')
52 buf[BUFSIZE - 1] = '\0';
/external/linux-tools-perf/src/tools/perf/tests/
H A Dattr.c49 #define BUFSIZE 1024 macro
53 char buf[BUFSIZE]; \
56 size = snprintf(buf, BUFSIZE, #str "=%"fmt "\n", data); \
/external/ipsec-tools/src/racoon/
H A Dvar.h52 #define BUFSIZE 5120 macro
/external/clang/test/Analysis/
H A Dtaint-tester.c5 #define BUFSIZE 10 macro
6 int Buffer[BUFSIZE];
H A Dtaint-generic.c32 #define BUFSIZE 10 macro
34 int Buffer[BUFSIZE];
/external/fonttools/Lib/fontTools/misc/
H A DxmlReader.py11 BUFSIZE = 0x4000 variable
42 chunk = file.read(BUFSIZE)
/external/fonttools/Tools/fontTools/misc/
H A DxmlReader.py11 BUFSIZE = 0x4000 variable
42 chunk = file.read(BUFSIZE)
/external/vboot_reference/cgpt/
H A Dcgpt_find.c15 #define BUFSIZE 1024 macro
181 static char pathname[BUFSIZE]; // we'll return this.
182 char tmpname[BUFSIZE];
/external/toybox/toys/pending/
H A Dtelnetd.c53 #define BUFSIZE 4*1024 macro
60 char buff1[BUFSIZE], buff2[BUFSIZE];
349 if (tm->pty_fd > 0 && tm->buff1_avail < BUFSIZE) FD_SET(tm->pty_fd, &rd);
350 if (tm->new_fd >= 0 && tm->buff2_avail < BUFSIZE) FD_SET(tm->new_fd, &rd);
386 BUFSIZE-tm->buff1_avail)) <= 0) break;
394 BUFSIZE-tm->buff2_avail)) <= 0) break;
/external/selinux/policycoreutils/run_init/
H A Dopen_init_pty.c47 #define BUFSIZE 2048 /* The ring buffer size */ macro
218 char inbuf_mem[BUFSIZE];
219 char outbuf_mem[BUFSIZE];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeDecompressor.java36 * final static int BUFSIZE = 512;
37 * char [] charBuffer = new char [ BUFSIZE ];
47 * charBuffer, 0, BUFSIZE);
88 private final static int BUFSIZE = 3; field in class:UnicodeDecompressor
91 private byte [] fBuffer = new byte [BUFSIZE];
194 if(fBufferLength != BUFSIZE) {
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java847 public static final int BUFSIZE = 8192; field in class:NanoHTTPD.HTTPSession
862 this.inputStream = new PushbackInputStream(inputStream, BUFSIZE);
868 this.inputStream = new PushbackInputStream(inputStream, BUFSIZE);
884 byte[] buf = new byte[BUFSIZE];
890 read = inputStream.read(buf, 0, BUFSIZE);
907 read = inputStream.read(buf, rlen, BUFSIZE - rlen);
/external/libvncserver/x11vnc/misc/
H A Dultravnc_repeater.pl218 $repeater_bufsize = $ENV{BUFSIZE} if exists $ENV{BUFSIZE};
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1505 int32_t BUFSIZE = sizeof(buffer)/sizeof(buffer[0]); local
1513 unum_formatDouble(fmt, vals[i], buffer, BUFSIZE, NULL, &status);
1566 int len = unum_getTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, BUFSIZE, &status);
1576 len = unum_getTextAttribute(fmt, UNUM_PUBLIC_RULESETS, buffer, BUFSIZE, &status);
1594 int len2 = unum_getTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, BUFSIZE, &status);
1603 unum_formatDouble(fmt, vals[i], buffer, BUFSIZE, NULL, &status);
1620 unum_toPattern(fmt, FALSE, buffer, BUFSIZE, &status);
1633 int len = unum_getSymbol(fmt, UNUM_CURRENCY_SYMBOL, buffer, BUFSIZE, &status);
H A Dcucdtst.c1823 enum { BUFSIZE = 256 }; enumerator in enum:__anon5835
1825 char buf[BUFSIZE];
1828 UChar pat[BUFSIZE], dumbPat[BUFSIZE];
1862 buf, BUFSIZE, &ec);
1910 l1 = uset_toPattern(set, pat, BUFSIZE, TRUE, &ec);
1911 l2 = uset_toPattern(dumb, dumbPat, BUFSIZE, TRUE, &ec);
1919 if (l1 >= BUFSIZE) {
1920 l1 = BUFSIZE-1;
1923 if (l2 >= BUFSIZE) {
[all...]
/external/elfutils/src/libcpu/
H A Di386_disasm.c322 #define BUFSIZE 512 macro
323 char initbuf[BUFSIZE];
326 size_t bufsize = BUFSIZE;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2747 milliseconds