HomeSort by relevance Sort by last modified time
    Searched defs:flush (Results 1 - 25 of 52) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
flush.pl 10 ;# Usage: &flush(FILEHANDLE)
16 sub flush { subroutine
  /onnv/onnv-gate/usr/src/lib/librstp/common/
topoch.c 55 flush (STATE_MACH_T *this, char* reason) /* 17.19.9 */ function
63 "flush", port->port_name, port->owner->name,
118 flush (this, "topoch INIT");
157 flush (this, "topoch PROPAGATING");
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.print.c 21 void flush(void);
109 flush();
136 flush();
163 flush();
187 flush(void) function
220 * First let's make it sure to flush out things.
222 flush();
  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
ConsoleOutput.cxx 26 void flush();
47 void ConsoleOutputCharStream::flush() function in class:SP_NAMESPACE::ConsoleOutputCharStream
OutputByteStream.cxx 175 void StrOutputByteStream::flush() function in class:SP_NAMESPACE::StrOutputByteStream
247 flush();
255 void FileOutputByteStream::flush() function in class:SP_NAMESPACE::FileOutputByteStream
278 flush();
OutputCharStream.cxx 103 flush();
111 flush();
123 void EncodeOutputCharStream::flush() function in class:SP_NAMESPACE::EncodeOutputCharStream
129 byteStream_->flush();
192 void StrOutputCharStream::flush() function in class:SP_NAMESPACE::StrOutputCharStream
220 void RecordOutputCharStream::flush() function in class:SP_NAMESPACE::RecordOutputCharStream
223 os_->flush();
  /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
StderrLog.java 39 * This class does not actually write anything until the flush() method
41 * passed to the write() method since the last invokation of flush().
61 public void flush() { method in class:StderrLog
Syslog.java 42 * This class does not actually write anything until the flush() method
44 * passed to the write() method since the last invokation of flush().
71 public void flush() { method in class:Syslog
IANACharCode.java 168 osw.flush();
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
TestEnable.java 40 System.out.flush();
41 System.err.flush();
TestStateMachine.java 52 System.out.flush();
53 System.err.flush();
TestBean.java 86 System.out.flush();
87 System.err.flush();
522 out.flush();
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
Console.java 72 System.out.flush();
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
ImageButton.java 64 out.flush();
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
BeanSerialization.java 56 objOutStrm.flush();
  /onnv/onnv-gate/usr/src/cmd/tip/aculib/
biz31.c 22 static void flush(char *);
75 flush(" NO CONNECTION\r\n\07\r\n");
77 flush("CONNECTION\r\n\07");
172 flush(char *s) function
  /onnv/onnv-gate/usr/src/cmd/audio/utilities/
Fir.cc 206 flush(short *out) // zero input response of Fir function in class:Fir
242 return (flush(out));
Resample.cc 232 // flush decimate filter
292 // flush interpolate filter
394 flush(short *out) // flush resampling filter function in class:ResampleFilter
422 return (flush(out));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
deflate.c 235 int seq, i, flush, r, decode_proto; local
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
MakeMaker.pm 54 $mm->flush;
863 sub flush { subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/logging/
SyslogHandler.java 227 public void flush() method in class:SyslogHandler
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/
ip_lookup.c 480 /* A flush is called when we want to flush all the nodes from a particular */
488 iplookupflush_t flush; local
490 err = BCOPYIN(data, &flush, sizeof(flush));
494 flush.iplf_name[sizeof(flush.iplf_name) - 1] = '\0';
496 unit = flush.iplf_unit;
500 type = flush.iplf_type;
506 num = ip_pool_flush(&flush, ifs)
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/ml/
cpr_wakecode.s 172 wbinvd / flush the cache
224 wbinvd / flush the cache
990 jmp flush / flush prefetch queue
991 flush: label
  /onnv/onnv-gate/usr/src/cmd/csplit/
csplit.c 84 static void flush(void);
331 * Flush uses fputs to put lines on the output file stream(outfile)
332 * Since fputs does its own buffering, flush doesn't need to.
333 * Flush does nothing if the create flag is not set.
337 flush() function
575 flush();
579 flush();
583 flush();
  /onnv/onnv-gate/usr/src/cmd/fs.d/udfs/fsck/
utilities.c 64 void flush(int32_t, struct bufarea *);
325 flush(fswritefd, bp);
334 flush(int32_t fd, struct bufarea *bp) function
365 flush(fswritefd, bp);

Completed in 420 milliseconds

1 2 3