/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cstdio | 19 BUFSIZ
|
/system/core/sh/ |
init.c | 300 #define OUTBUFSIZ BUFSIZ 592 #define OUTBUFSIZ BUFSIZ 876 #define OUTBUFSIZ BUFSIZ 925 extern char basebuf[BUFSIZ]; /* buffer for top level input file */
|
output.c | 59 #include <stdio.h> /* defines BUFSIZ */ 72 #define OUTBUFSIZ BUFSIZ
|
/external/chromium_org/third_party/mongoose/ |
mongoose.c | 75 #define BUFSIZ 4096 122 #define pipe(x) _pipe(x, BUFSIZ, _O_BINARY) 515 char buf[BUFSIZ]; 799 char buf[BUFSIZ]; [all...] |
/external/valgrind/main/coregrind/m_aspacemgr/ |
aspacemgr-common.c | 260 Int ML_(am_readlink)(HChar* path, HChar* buf, UInt bufsiz) 263 res = VG_(do_syscall3)(__NR_readlink, (UWord)path, (UWord)buf, bufsiz);
|
/external/zlib/src/contrib/iostream3/ |
zfstream.cc | 12 #include <cstdio> // for BUFSIZ 15 #define BIGBUFSIZE BUFSIZ
|
/hardware/ti/omap3/dspbridge/inc/ |
dynamic_loader.h | 185 * bufsiz Amount of data desired in sizeof() units 197 void *buffer, unsigned bufsiz);
|
/bionic/libc/stdio/ |
fvwrite.c | 81 * Unbuffered: write up to BUFSIZ bytes at a time.
|
/bionic/tests/ |
dlfcn_test.cpp | 157 char line[BUFSIZ];
|
/external/iptables/extensions/ |
libxt_ipvs.c | 129 char buf[BUFSIZ];
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp.php | 95 'SIG_IGN', 'BUFSIZ', 'EOF', 'FILENAME_MAX', 'FOPEN_MAX', 'L_tmpnam',
|
/external/linux-tools-perf/util/ |
sort.c | 288 char err[BUFSIZ];
|
trace-event-parse.c | 440 char buf[BUFSIZ]; 517 if (i == (BUFSIZ - 1)) { 520 *tok = realloc(*tok, tok_size + BUFSIZ); 529 tok_size += BUFSIZ; 550 if (i == (BUFSIZ - 1)) { 553 *tok = realloc(*tok, tok_size + BUFSIZ); 562 tok_size += BUFSIZ; [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/ |
SDL_esdaudio.c | 253 static char temp[BUFSIZ];
|
/external/qemu/distrib/sdl-1.2.15/src/main/win32/ |
SDL_win32_main.c | 261 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* Line buffered */
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
SDL_fbevents.c | 766 static unsigned char mousebuf[BUFSIZ]; 814 nread = read(mouse_fd, &mousebuf[start], BUFSIZ-start); 996 unsigned char keybuf[BUFSIZ]; 1002 nread = read(keyboard_fd, keybuf, BUFSIZ);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11image.c | 155 char line[BUFSIZ];
|
/external/stlport/src/details/ |
fstream_unistd.cpp | 142 _M_page_size = BUFSIZ;
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_unistd.cpp | 142 _M_page_size = BUFSIZ;
|
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui_openssl.c | 420 char result[BUFSIZ]; 421 int maxsize = BUFSIZ-1; 476 OPENSSL_cleanse(result,BUFSIZ);
|
/external/libsepol/src/ |
module.c | 325 #define _read_helper_bufsize BUFSIZ 836 if (len > BUFSIZ) 837 len2 = BUFSIZ;
|
/external/openssh/ |
ssh-keyscan.c | 403 size_t bufsiz; local 408 bufsiz = sizeof(buf); 410 while (bufsiz-- &&
|
/external/openssl/crypto/ui/ |
ui_openssl.c | 420 char result[BUFSIZ]; 421 int maxsize = BUFSIZ-1; 476 OPENSSL_cleanse(result,BUFSIZ);
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 1379 int yaffs_readlink(const char *path, char *buf, int bufsiz) 1402 memset(buf,0,bufsiz); 1403 strncpy(buf,alias,bufsiz - 1);
|
/external/valgrind/main/coregrind/ |
m_libcfile.c | 473 Int VG_(readlink) (const Char* path, Char* buf, UInt bufsiz) 476 /* res = readlink( path, buf, bufsiz ); */ 477 res = VG_(do_syscall3)(__NR_readlink, (UWord)path, (UWord)buf, bufsiz); [all...] |