Searched refs:sync (Results 1 - 25 of 509) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dsync.test2 # sync.test
4 # Tests for the sync command.
25 Test sync-1.1 {sync tests} {
26 sync
29 Test sync-1.2 {sync tests} {
30 sync a b
31 } 1 {wrong # args: sync ?filehandle?}
34 Test sync
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DExtension.pm16 $self->sync unless exists $self->{Code};
27 $self->sync unless exists $self->{Code};
H A DMessage.pm41 $self->sync unless exists $self->{resultCode};
57 $self->sync unless exists $self->{resultCode};
67 $self->sync unless exists $self->{resultCode};
77 $self->sync unless exists $self->{resultCode};
116 sub sync { subroutine
122 $err = $ldap->sync($self->mesg_id) or next;
168 $self->sync unless exists $self->{resultCode};
234 sub sync { shift } subroutine
/macosx-10.9.5/bind9-45.100/bind9/contrib/nslint-2.1a3/lbl/
H A Dos-osf3.h32 void sync(void);
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_buffering.rb9 attr_accessor :sync
13 def @io.sync
19 @sync = false
45 refute @io.sync
50 refute @io.sync
57 refute @io.sync
68 refute @io.sync, 'sync must not change'
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dlbtest.rb10 def sync method in class:LocalBarrier
40 lb.sync
45 lb.sync
/macosx-10.9.5/bash-92/bash-3.2/examples/loadables/
H A Dsync.c0 /* sync - sync the disks by forcing pending filesystem writes to complete */
16 sync();
26 "sync", /* builtin name */
30 "sync", /* usage synopsis; becomes short_doc */
/macosx-10.9.5/system_cmds-597.90.1/sync.tproj/
H A Dsync.c38 static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
42 __FBSDID("$FreeBSD: src/bin/sync/sync.c,v 1.16 2005/01/10 08:39:26 imp Exp $");
50 sync();
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sync.tproj/
H A Dsync.c38 static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93";
42 __FBSDID("$FreeBSD: src/bin/sync/sync.c,v 1.16 2005/01/10 08:39:26 imp Exp $");
50 sync();
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DTransactionConfig.java39 private boolean sync = false; field in class:TransactionConfig
260 @param sync
264 public void setSync(final boolean sync) { argument
265 this.sync = sync;
277 return sync;
351 flags |= sync ? DbConstants.DB_TXN_SYNC : 0;
/macosx-10.9.5/ntp-88/scripts/
H A Dntp-wait.in27 my $sync = $3;
29 # print "status <$status>, leap <$leap>, sync <$sync>\n";
30 last if ($leap =~ /(sync|leap)_alarm/);
32 # We could check $sync here to make sure we like the source...
/macosx-10.9.5/xnu-2422.115.4/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp55 void IONVRAMController::sync(void) function in class:IONVRAMController
/macosx-10.9.5/AppleUSBIrDA-145.2.4/
H A DMakefile24 sync ; sync
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFWAsyncStreamCommand.cpp52 UInt32 sync,
60 return initAll( control, generation, channel, sync, tag, hostMem, size, speed, completion, refcon, false);
67 UInt32 sync,
94 fSyncBits = sync;
122 UInt32 sync,
143 fSyncBits = sync;
153 UInt32 sync,
167 return reinit( generation, channel, sync, tag, hostMem, size, speed, completion, refcon );
48 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
63 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
119 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
150 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dunwrap.tcl31 source [file join [file dirname [info script]] sync.tcl]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dsync.c29 "[-?\n@(#)$Id: sync (AT&T Research) 2006-10-04 $\n]"
31 "[+NAME?sync - schedule file system updates]"
74 sync();
76 error(ERROR_usage(2), "failed -- the native system does not provide a sync(2) call");
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/nvram/
H A DIONVRAMController.h41 virtual void sync(void);
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dbenchmark.rb167 sync = STDOUT.sync
168 STDOUT.sync = true
180 STDOUT.sync = sync unless sync.nil?
251 sync = STDOUT.sync
252 STDOUT.sync = true
272 STDOUT.sync
[all...]
/macosx-10.9.5/srm-7/test/
H A Dsrmtest.sh38 sync
45 sync
57 sync
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/am/
H A DMakefile6 stat.html sync.html truncate.html upgrade.html verify.html
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/samples/
H A Dsimple_counter.php16 $db->sync();
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_packets_2.h62 } sync; member in union:smb2_header::__anon12589
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drsrc001.tcl93 error_check_good db_sync [$db sync] 0
94 error_check_good db_sync [$db sync] 0
109 error_check_good db_sync [$db sync] 0
110 error_check_good db_sync [$db sync] 0
126 error_check_good db_sync [$db sync] 0
127 error_check_good db_sync [$db sync] 0
181 error_check_good db_sync [$db sync] 0
182 error_check_good db_sync [$db sync] 0
/macosx-10.9.5/ruby-104/ruby/ext/openssl/lib/openssl/
H A Dbuffering.rb27 # The "sync mode" of the SSLSocket.
29 # See IO#sync for full details.
31 attr_accessor :sync
41 @sync = @io.sync
305 # Writes +s+ to the buffer. When the buffer is full or #sync is true the
312 @sync ||= false
313 if @sync or @wbuffer.size > BLOCK_SIZE or idx = @wbuffer.rindex($/)
435 osync = @sync
436 @sync
[all...]
/macosx-10.9.5/ruby-104/ruby/sample/
H A Deval.rb3 $stdout.sync = true

Completed in 211 milliseconds

1234567891011>>