Searched refs:fpurge (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dfpurge.c36 static char sccsid[] = "@(#)fpurge.c 8.1 (Berkeley) 6/4/93";
50 * fpurge: like fflush, but without writing anything: leave the
54 fpurge(FILE *fp) function
H A DMakefile.inc12 fopencookie.c fprintf.c fpurge.c \
52 fflush.3 fpurge.3
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fflush.c145 atf_tc_set_md_var(tc, "descr", "Test errors from fpurge(3)");
157 ATF_REQUIRE_ERRNO(EBADF, fpurge(f) == EOF);
/freebsd-12-stable/lib/libsm/
H A DMakefile28 fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c \
/freebsd-12-stable/secure/lib/libcrypt/
H A Dcrypt-blowfish.c312 fpurge(stdin);
/freebsd-12-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c296 fpurge(stdin);
/freebsd-12-stable/include/
H A Dstdio.h395 int fpurge(FILE *);
/freebsd-12-stable/contrib/openpam/
H A Dconfigure12844 for ac_func in fpurge
12846 ac_fn_c_check_func "$LINENO" "fpurge" "ac_cv_func_fpurge"

Completed in 199 milliseconds