Searched refs:fflush (Results 1 – 10 of 10) sorted by relevance
141 if (fflush(fp)) in __sfvwrite()181 if (fflush(fp)) in __sfvwrite()195 if (fflush(fp)) in __sfvwrite()
40 fflush(FILE *fp) in fflush() function
49 using ::fflush;
620 printf("Checking %-*s: ", MARGIN, message); fflush(stdout); \661 printf("Checking %-*s: ", MARGIN, format); fflush(stdout); in utest_expect()
1962 fflush(stdout); in __linker_init_post_relocation()
229 int fflush(FILE *);
203 if (fputc(0, proxy) == EOF || fflush(proxy) != 0) { in android_gethostbyaddr_proxy()
478 fflush(proxy) != 0) { in android_getaddrinfo_proxy()
79 stdio/fflush.c \
58 # define XLOG(xx) printf xx , fflush(stdout)