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

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
funopen.c 1 /* $NetBSD: funopen.c,v 1.10 2005/11/29 03:12:00 christos Exp $ */
38 static char sccsid[] = "@(#)funopen.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: funopen.c,v 1.10 2005/11/29 03:12:00 christos Exp $");
50 funopen(cookie, readfn, writefn, seekfn, closefn) function
  /bionic/libc/include/
stdio.h 181 FILE* funopen(const void* __cookie,
193 FILE* funopen(const void* __cookie,
254 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0)
255 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 50 FILE *funopen(const void *,
  /bionic/libc/stdio/
fmemopen.cpp 132 FILE* fp = funopen(ck,
stdio.cpp 651 fp->_cookie = const_cast<void*>(cookie); // The funopen(3) API is incoherent.
659 FILE* funopen(const void* cookie, function
  /system/core/libcutils/
open_memstream.c 40 * This is built out of funopen(), which BSD has but Linux lacks. There is
237 fp = funopen(stream,
  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h     [all...]
  /external/clang/test/Analysis/
malloc.c 1174 // PR12101: Test funopen().
1181 FILE *f = funopen(ctx, 0, 0, 0, releasePtr); // no warning
1189 FILE *f = funopen(ctx, 0, 0, 0, 0);
1201 FILE *f = funopen(ctx, readNothing, 0, 0, 0);
    [all...]
  /bionic/tests/
stdio_test.cpp     [all...]

Completed in 624 milliseconds