HomeSort by relevance Sort by last modified time
    Searched refs:setbuf (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/libunwind/src/mi/
init.c 54 setbuf (stdout, NULL);
55 setbuf (stderr, NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
frozenmain.c 30 setbuf(stdin, (char *)NULL);
31 setbuf(stdout, (char *)NULL);
32 setbuf(stderr, (char *)NULL);
  /external/python/cpython2/Python/
frozenmain.c 30 setbuf(stdin, (char *)NULL);
31 setbuf(stdout, (char *)NULL);
32 setbuf(stderr, (char *)NULL);
  /external/syslinux/com32/libutil/
ansiline.c 68 setbuf(stdin, NULL);
69 setbuf(stdout, NULL);
70 setbuf(stderr, NULL);
ansiraw.c 69 setbuf(stdin, NULL);
70 setbuf(stdout, NULL);
71 setbuf(stderr, NULL);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
setbuf.c 2 Implementation of setbuf as declared in <stdio.h>.
43 NetBSD: setbuf.c,v 1.9 2003/08/07 16:43:31 agc Exp
44 setbuf.c 8.1 (Berkeley) 6/4/93
56 setbuf(FILE *fp, char *buf) function
  /external/valgrind/none/tests/s390x/
ex.c 8 setbuf(stdout, NULL);
exrl.c 8 setbuf(stdout, NULL);
  /external/python/cpython2/Launcher/
launcher_main.cpp 70 setbuf(stdin, (char *)NULL);
71 setbuf(stdout, (char *)NULL);
72 setbuf(stderr, (char *)NULL);
  /external/python/cpython3/Python/
frozenmain.c 44 setbuf(stdin, (char *)NULL);
45 setbuf(stdout, (char *)NULL);
46 setbuf(stderr, (char *)NULL);
  /external/e2fsprogs/contrib/
add_ext4_encrypt.c 28 setbuf(stdout, NULL);
29 setbuf(stderr, NULL);
  /external/e2fsprogs/e2fsck/
iscan.c 58 setbuf(stdout, NULL);
59 setbuf(stderr, NULL);
mtrace.c 150 setbuf (mallstream, mallbuf);
  /external/e2fsprogs/lib/ss/
test_ss.c 55 setbuf(stdout, NULL);
56 setbuf(stderr, NULL);
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdio 76 using ::setbuf;
  /external/libpcap/
portability.h 83 #define setbuf(x, y) \ macro
  /external/linux-kselftest/tools/testing/selftests/powerpc/math/
fpu_preempt.c 75 setbuf(stdout, NULL);
vmx_preempt.c 75 setbuf(stdout, NULL);
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-syscall.c 71 setbuf(stdout, NULL);
  /external/linux-kselftest/tools/testing/selftests/timers/
leapcrash.c 65 setbuf(stdout, NULL);
  /external/mesa3d/src/gallium/tests/unit/
pipe_barrier_test.c 107 setbuf(stdout, NULL);
  /bootable/recovery/updater/
updater.cpp 66 setbuf(stdout, nullptr);
67 setbuf(stderr, nullptr);
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 45 void setbuf(FILE * restrict, char * restrict);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c 479 setbuf(stdin, (char *)NULL);
480 setbuf(stdout, (char *)NULL);
481 setbuf(stderr, (char *)NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
main.c 502 setbuf(stdin, (char *)NULL);
503 setbuf(stdout, (char *)NULL);
504 setbuf(stderr, (char *)NULL);

Completed in 510 milliseconds

1 2 3 4 5