Home
last modified time | relevance | path

Searched refs:setbuffer (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dsetbuffer.c35 setbuffer(fp, buf, BUFSIZ); in setbuffer_0100()
69 setbuffer(f, NULL, BUFSIZ); in setbuffer_0200()
/third_party/musl/src/stdio/
H A Dsetbuffer.c4 void setbuffer(FILE *f, char *buf, size_t size) in setbuffer() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h170 void setbuffer(FILE *, char *, size_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h172 void setbuffer(FILE *, char *, size_t);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h177 void setbuffer(FILE *, char *, size_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h170 void setbuffer(FILE *, char *, size_t);
/third_party/musl/include/
H A Dstdio.h177 void setbuffer(FILE *, char *, size_t);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.c600 setbuffer(f, buf, sizeof(buf)); in hostap_read_sta_data()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_hostap.c604 setbuffer(f, buf, sizeof(buf)); in hostap_read_sta_data()
/third_party/toybox/toys/pending/
H A Dvi.c1522 setbuffer(stdout, stdout_buf, sizeof(stdout_buf)); in vi_main()
/third_party/toybox/toys/posix/
H A Dps.c1477 setbuffer(stdout, stdout_buf, sizeof(stdout_buf)); in top_common()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2289 extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf,
[all...]

Completed in 37 milliseconds