/third_party/libunwind/libunwind/src/mi/ |
H A D | init.c | 54 setbuf (stdout, NULL); in mi_init() 55 setbuf (stderr, NULL); in mi_init()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | setbuf.c | 36 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 D | setbuf.c | 3 void setbuf(FILE *restrict f, char *restrict buf) in setbuf() function
|
/third_party/mbedtls/include/mbedtls/ |
H A D | platform.h | 90 #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 D | unistd_dup2_test.cpp | 25 setbuf(fp, nullptr); in HWTEST_F()
|
/third_party/mesa3d/src/gallium/tests/unit/ |
H A D | pipe_barrier_test.c | 109 setbuf(stdout, NULL); in main()
|
/third_party/ltp/testcases/misc/math/float/ |
H A D | main.c | 136 setbuf(stdout, NULL); in main() 137 setbuf(stderr, NULL); in main()
|
/third_party/elfutils/tests/ |
H A D | backtrace-child.c | 213 setbuf (stdout, NULL); in main()
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
H A D | rand_egd.c | 133 setbuf(fp, NULL); in RAND_query_egd_bytes()
|
H A D | randfile.c | 127 * 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 D | rand_egd.c | 133 setbuf(fp, NULL); in RAND_query_egd_bytes()
|
H A D | randfile.c | 128 * 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 D | beh.c | 59 setbuf(stderr, NULL); in main()
|
H A D | implicitclass.c | 117 setbuf(stderr, NULL); in main()
|
/third_party/zlib/contrib/iostream3/ |
H A D | zfstream.h | 133 * 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 D | stdio.h | 127 void setbuf(FILE *__restrict, char *__restrict);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 129 void setbuf(FILE *__restrict, char *__restrict);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 130 void setbuf(FILE *__restrict, char *__restrict);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 127 void setbuf(FILE *__restrict, char *__restrict);
|
/third_party/libevdev/tools/ |
H A D | mouse-dpi-tool.c | 281 setbuf(stdout, NULL); in main()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.c | 462 setbuf(stdout, NULL); in main()
|
/third_party/musl/include/ |
H A D | stdio.h | 130 void setbuf(FILE *__restrict, char *__restrict);
|
/third_party/musl/libc-test/src/api/ |
H A D | stdio.c | 84 {void(*p)(FILE*restrict,char*restrict) = setbuf;} in f()
|
/third_party/cups-filters/filter/ |
H A D | rastertops.c | 381 setbuf(stderr, NULL); in main()
|
/third_party/curl/lib/ |
H A D | memdebug.c | 89 setbuf(curl_dbg_logfile, (char *)NULL); in curl_dbg_memdebug()
|