HomeSort by relevance Sort by last modified time
    Searched defs:setvbuf (Results 1 - 5 of 5) sorted by null

  /bionic/libc/upstream-freebsd/lib/libc/stdio/
setvbuf.c 34 static char sccsid[] = "@(#)setvbuf.c 8.2 (Berkeley) 11/16/93";
51 setvbuf(FILE * __restrict fp, char * __restrict buf, int mode, size_t size) function
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 18 # define setvbuf(w,x,y,z) macro
261 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* Line buffered */
  /external/chromium_org/third_party/openssl/openssl/
e_os.h 456 # ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */
457 # define setvbuf(a, b, c, d) setbuffer((a), (b), (d)) macro
  /external/openssl/
e_os.h 456 # ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */
457 # define setvbuf(a, b, c, d) setbuffer((a), (b), (d)) macro
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 480 /// int setvbuf(FILE *stream, char *buf, int type, size_t size);
481 setvbuf, enumerator in enum:llvm::LibFunc::Func

Completed in 109 milliseconds