Searched refs:FLUSH (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtput.c54 #define FLUSH fflush(stdout) macro
164 FLUSH;
171 FLUSH;
178 FLUSH;
216 FLUSH;
229 FLUSH;
252 FLUSH;
259 FLUSH;
/freebsd-9.3-release/contrib/nvi/vi/
H A Dvs_line.c405 #define FLUSH { \ macro
420 FLUSH;
425 FLUSH;
446 FLUSH;
458 FLUSH;
H A Dvs_msg.c468 #define FLUSH { \ macro
487 FLUSH;
492 FLUSH;
/freebsd-9.3-release/sys/kern/
H A Dinflate.c43 #define FLUSH(x,y) { \ macro
238 FLUSH() and memzero macros. If the window size is not 32K, it
240 compiled functions to support the NEXTBYTE and/or FLUSH() macros.
241 There are defaults for NEXTBYTE and FLUSH() below for use as
243 also want FLUSH() to compute a crc on the data. inflate.h also
675 FLUSH(glbl, w);
718 FLUSH(glbl, w);
766 FLUSH(glbl, w);
1035 FLUSH(glbl, glbl->gz_wp);
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dvfprintf.c243 #define FLUSH() do \ macro
553 FLUSH();
780 FLUSH(); /* copy out the I/O vectors */
783 FLUSH();
/freebsd-9.3-release/lib/libc/stdio/
H A Dvfprintf.c383 #define FLUSH() { \ macro
1015 FLUSH(); /* copy out the I/O vectors */
1018 FLUSH();
H A Dvfwprintf.c463 #define FLUSH() { \ macro
1084 FLUSH(); /* copy out the I/O vectors */
1087 FLUSH();
/freebsd-9.3-release/sbin/setkey/
H A Dparse.y96 %token ADD GET DELETE DELETEALL FLUSH DUMP
210 : FLUSH protocol_spec EOT
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dparse.y454 %token MAXSRCCONN MAXSRCCONNRATE OVERLOAD FLUSH SLOPPY PFLOW
3463 | FLUSH { $$ = PF_FLUSH; }
3464 | FLUSH GLOBAL {
5281 { "flush", FLUSH},
/freebsd-9.3-release/sys/net/
H A Dzlib.c1552 Tracev((stderr,"[FLUSH]")); \
3602 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT} macro
3603 #define NEEDOUT {if(m==0){WWRAP if(m==0){FLUSH WWRAP if(m==0) LEAVE}}r=Z_OK;}
3989 FLUSH
4823 FLUSH

Completed in 201 milliseconds