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

/freebsd-11-stable/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-11-stable/contrib/nvi/vi/
H A Dvs_line.c409 #define FLUSH { \ macro
424 FLUSH;
429 FLUSH;
462 FLUSH;
475 FLUSH;
H A Dvs_msg.c459 #define FLUSH { \ macro
474 FLUSH;
478 FLUSH;
/freebsd-11-stable/sys/kern/
H A Dsubr_inflate.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
683 FLUSH(glbl, w);
726 FLUSH(glbl, w);
773 FLUSH(glbl, w);
1041 FLUSH(glbl, glbl->gz_wp);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dvfprintf.c243 #define FLUSH() do \ macro
553 FLUSH();
780 FLUSH(); /* copy out the I/O vectors */
783 FLUSH();
/freebsd-11-stable/lib/libc/stdio/
H A Dvfprintf.c386 #define FLUSH() { \ macro
1031 FLUSH(); /* copy out the I/O vectors */
1034 FLUSH();
H A Dvfwprintf.c465 #define FLUSH() { \ macro
1093 FLUSH(); /* copy out the I/O vectors */
1096 FLUSH();
/freebsd-11-stable/sbin/setkey/
H A Dparse.y97 %token ADD GET DELETE DELETEALL FLUSH DUMP
213 : FLUSH protocol_spec EOT
/freebsd-11-stable/sys/netipsec/
H A Dkey_debug.c101 SADB_NAME(FLUSH);
/freebsd-11-stable/sys/libkern/
H A Dzlib.c1559 Tracev((stderr,"[FLUSH]")); \
3609 #define FLUSH {UPDOUT r=inflate_flush(s,z,r); LOADOUT} macro
3610 #define NEEDOUT {if(m==0){WWRAP if(m==0){FLUSH WWRAP if(m==0) LEAVE}}r=Z_OK;}
3996 FLUSH
4830 FLUSH
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y465 %token MAXSRCCONN MAXSRCCONNRATE OVERLOAD FLUSH SLOPPY
3667 | FLUSH { $$ = PF_FLUSH; }
3668 | FLUSH GLOBAL {
5509 { "flush", FLUSH},

Completed in 136 milliseconds