Searched refs:setbuffer (Results 1 - 12 of 12) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | setbuffer.c | 35 setbuffer(fp, buf, BUFSIZ); in setbuffer_0100() 69 setbuffer(f, NULL, BUFSIZ); in setbuffer_0200()
|
/third_party/musl/src/stdio/ |
H A D | setbuffer.c | 4 void setbuffer(FILE *f, char *buf, size_t size) in setbuffer() function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 170 void setbuffer(FILE *, char *, size_t);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 172 void setbuffer(FILE *, char *, size_t);
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 177 void setbuffer(FILE *, char *, size_t);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 170 void setbuffer(FILE *, char *, size_t);
|
/third_party/musl/include/ |
H A D | stdio.h | 177 void setbuffer(FILE *, char *, size_t);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_hostap.c | 600 setbuffer(f, buf, sizeof(buf)); in hostap_read_sta_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_hostap.c | 604 setbuffer(f, buf, sizeof(buf)); in hostap_read_sta_data()
|
/third_party/toybox/toys/pending/ |
H A D | vi.c | 1522 setbuffer(stdout, stdout_buf, sizeof(stdout_buf)); in vi_main()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 1477 setbuffer(stdout, stdout_buf, sizeof(stdout_buf)); in top_common()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 2289 extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf, [all...] |
Completed in 37 milliseconds