/external/bluetooth/glib/gio/ |
gunixmount.c | 45 /* for BUFSIZ */ 292 char buf[BUFSIZ];
|
gunixvolume.c | 42 /* for BUFSIZ */ 339 char buf[BUFSIZ];
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
toplev.h | 90 #ifdef BUFSIZ 95 #ifdef BUFSIZ
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
toplev.h | 90 #ifdef BUFSIZ 95 #ifdef BUFSIZ
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
toplev.h | 90 #ifdef BUFSIZ 95 #ifdef BUFSIZ
|
/external/ipsec-tools/src/libipsec/ |
pfkey.c | 1786 int bufsiz = 128 * 1024; \/*is 128K enough?*\/ local [all...] |
/external/ipsec-tools/src/racoon/ |
grabmyaddr.c | 829 size_t bufsiz; local 843 if (sysctl(mib, MIBSIZ, NULL, &bufsiz, NULL, 0) < 0) { 849 ref = buf = racoon_malloc(bufsiz); 851 if (sysctl(mib, MIBSIZ, buf, &bufsiz, NULL, 0) >= 0) { 853 for (end = buf + bufsiz; buf < end; buf += ifm->ifm_msglen) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsevents.c | 619 static unsigned char mousebuf[BUFSIZ]; 629 read(mouse_fd, mousebuf, BUFSIZ); 649 nread = read(mouse_fd, &mousebuf[start], BUFSIZ-start); 762 unsigned char keybuf[BUFSIZ]; 768 nread = read(keyboard_fd, keybuf, BUFSIZ);
|
/external/openssl/apps/ |
asn1pars.c | 265 if (!BUF_MEM_grow(buf,BUFSIZ*8)) goto end; /* Pre-allocate :-) */ 295 if (!BUF_MEM_grow(buf,(int)num+BUFSIZ)) goto end; 296 i=BIO_read(in,&(buf->data[num]),BUFSIZ);
|
/external/netperf/ |
netsh.c | 118 char username[BUFSIZ]; /* login name of user */ 119 char cmd_file[BUFSIZ]; /* name of the commands file */ 124 char test_name[BUFSIZ]; /* which test to run */ 131 char fill_file[BUFSIZ]; 475 char arg1[BUFSIZ], /* argument holders */ 476 arg2[BUFSIZ];
|
nettest_dlpi.c | 156 char dlsap[BUFSIZ]; 213 dlsap_len = BUFSIZ; [all...] |
/bootable/bootloader/legacy/arch_msm7k/ |
hsusb.c | 112 struct usb_request *usb_request_alloc(unsigned bufsiz) 116 req->buf = alloc(bufsiz);
|
/external/libvpx/examples/includes/geshi/geshi/ |
c_mac.php | 86 'SIG_IGN', 'BUFSIZ', 'EOF', 'FILENAME_MAX', 'FOPEN_MAX', 'L_tmpnam',
|
cpp.php | 95 'SIG_IGN', 'BUFSIZ', 'EOF', 'FILENAME_MAX', 'FOPEN_MAX', 'L_tmpnam',
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
priv_aspacemgr.h | 111 extern Int ML_(am_readlink) ( HChar* path, HChar* buf, UInt bufsiz );
|
aspacemgr-common.c | 268 Int ML_(am_readlink)(HChar* path, HChar* buf, UInt bufsiz) 271 res = VG_(do_syscall3)(__NR_readlink, (UWord)path, (UWord)buf, bufsiz);
|
/libcore/luni/src/main/native/ |
java_lang_Character.cpp | 51 char buf[BUFSIZ]; // TODO: is there a more sensible upper bound?
|
/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/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbevents.c | 761 static unsigned char mousebuf[BUFSIZ]; 774 read(mouse_fd, mousebuf, BUFSIZ); 811 nread = read(mouse_fd, &mousebuf[start], BUFSIZ-start); 987 unsigned char keybuf[BUFSIZ]; 993 nread = read(keyboard_fd, keybuf, BUFSIZ);
|
/external/zlib/contrib/iostream3/ |
zfstream.cc | 12 #include <cstdio> // for BUFSIZ 15 #define BIGBUFSIZE BUFSIZ
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 491 char buf[BUFSIZ]; 492 while (size_t n = fread(buf, sizeof(char), BUFSIZ, in)) {
|
/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.
|
/external/iptables/extensions/ |
libxt_ipvs.c | 129 char buf[BUFSIZ];
|