HomeSort by relevance Sort by last modified time
    Searched refs:funopen (Results 1 - 20 of 20) sorted by null

  /bionic/libc/stdio/
funopen.c 1 /* $OpenBSD: funopen.c,v 1.8 2005/08/08 08:05:36 espie Exp $ */
39 funopen(const void *cookie, int (*readfn)(void *, char *, int), function
  /bionic/libc/include/
stdio.h 361 FILE *funopen(const void *,
367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /development/ndk/platforms/android-3/include/
stdio.h 360 FILE *funopen(const void *,
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /development/ndk/platforms/android-8/include/
stdio.h 360 FILE *funopen(const void *,
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 369 FILE *funopen(const void *,
375 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
376 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 369 FILE *funopen(const void *,
375 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
376 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 358 FILE *funopen(const void *,
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 358 FILE *funopen(const void *,
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 358 FILE *funopen(const void *,
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 358 FILE *funopen(const void *,
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 358 FILE *funopen(const void *,
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 358 FILE *funopen(const void *,
364 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
365 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdio.h 360 FILE *funopen(const void *,
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
stdio.h 360 FILE *funopen(const void *,
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdio.h 360 FILE *funopen(const void *,
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdio.h 360 FILE *funopen(const void *,
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
stdio.h 360 FILE *funopen(const void *,
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
stdio.h 360 FILE *funopen(const void *,
366 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
367 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /system/core/libcutils/
open_memstream.c 40 * This is built out of funopen(), which BSD has but Linux lacks. There is
239 fp = funopen(stream,
  /bionic/libc/
Android.mk 103 stdio/funopen.c \

Completed in 389 milliseconds