Home
last modified time | relevance | path

Searched refs:setbuf (Results 1 - 25 of 54) sorted by relevance

123

/third_party/libunwind/libunwind/src/mi/
H A Dinit.c54 setbuf (stdout, NULL); in mi_init()
55 setbuf (stderr, NULL); in mi_init()
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dsetbuf.c36 setbuf(f, buf); in setbuf_0100()
47 t_error("%s failed: setbuf. buf = %s\n", __func__, buf); in setbuf_0100()
65 setbuf(f, NULL); in setbuf_0200()
/third_party/musl/src/stdio/
H A Dsetbuf.c3 void setbuf(FILE *restrict f, char *restrict buf) in setbuf() function
/third_party/mbedtls/include/mbedtls/
H A Dplatform.h90 #define MBEDTLS_PLATFORM_STD_SETBUF setbuf /**< The default \c setbuf function to use. */
297 * The function pointers for setbuf
302 * \brief Function pointer to call for `setbuf()` functionality
324 * \param setbuf_func The \c setbuf function implementation
335 * call for `setbuf` functionality (changing the
345 #define mbedtls_setbuf setbuf
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_dup2_test.cpp25 setbuf(fp, nullptr); in HWTEST_F()
/third_party/mesa3d/src/gallium/tests/unit/
H A Dpipe_barrier_test.c109 setbuf(stdout, NULL); in main()
/third_party/ltp/testcases/misc/math/float/
H A Dmain.c136 setbuf(stdout, NULL); in main()
137 setbuf(stderr, NULL); in main()
/third_party/elfutils/tests/
H A Dbacktrace-child.c213 setbuf (stdout, NULL); in main()
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_egd.c133 setbuf(fp, NULL); in RAND_query_egd_bytes()
H A Drandfile.c127 * On VMS, setbuf() will only take 32-bit pointers, and a compilation in RAND_load_file()
142 setbuf(in, NULL); in RAND_load_file()
/third_party/openssl/crypto/rand/
H A Drand_egd.c133 setbuf(fp, NULL); in RAND_query_egd_bytes()
H A Drandfile.c128 * On VMS, setbuf() will only take 32-bit pointers, and a compilation in RAND_load_file()
143 setbuf(in, NULL); in RAND_load_file()
/third_party/cups-filters/backend/
H A Dbeh.c59 setbuf(stderr, NULL); in main()
H A Dimplicitclass.c117 setbuf(stderr, NULL); in main()
/third_party/zlib/contrib/iostream3/
H A Dzfstream.h133 * Call setbuf(0,0) to enable unbuffered output.
136 setbuf(char_type* p,
205 * entire life span of the gzfilebuf object, unless replaced by setbuf.
213 * Modified by setbuf.
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h127 void setbuf(FILE *__restrict, char *__restrict);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h129 void setbuf(FILE *__restrict, char *__restrict);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h130 void setbuf(FILE *__restrict, char *__restrict);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h127 void setbuf(FILE *__restrict, char *__restrict);
/third_party/libevdev/tools/
H A Dmouse-dpi-tool.c281 setbuf(stdout, NULL); in main()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.c462 setbuf(stdout, NULL); in main()
/third_party/musl/include/
H A Dstdio.h130 void setbuf(FILE *__restrict, char *__restrict);
/third_party/musl/libc-test/src/api/
H A Dstdio.c84 {void(*p)(FILE*restrict,char*restrict) = setbuf;} in f()
/third_party/cups-filters/filter/
H A Drastertops.c381 setbuf(stderr, NULL); in main()
/third_party/curl/lib/
H A Dmemdebug.c89 setbuf(curl_dbg_logfile, (char *)NULL); in curl_dbg_memdebug()

Completed in 13 milliseconds

123