Searched refs:RDONLY (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dfcntl.test34 fcntl $testRWFH RDONLY
55 fcntl $testRFH RDONLY
76 fcntl $testWFH RDONLY
153 } {1 {unknown attribute name "BAZ", expected one of RDONLY, WRONLY, RDWR, READ, WRITE, APPEND, CLOEXEC, NONBLOCK, LINEBUF, NOBUF, or KEEPALIVE}}
162 list [catch {fcntl $testRWFH RDONLY} msg] $msg
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DParseQTAtoms.tcl9 set fd [open $fileName RDONLY]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/cgi-bin/soap/
H A Dwebservice.tcl170 set f [open $userfile {RDONLY CREAT}]
189 set f [open $actionfile {RDONLY CREAT}]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dsecurerandom.rb72 flags = File::RDONLY
H A Dpstore.rb95 RD_ACCESS = {mode: IO::RDONLY | IO::BINARY, encoding: Encoding::ASCII_8BIT}.freeze
H A Dopen-uri.rb145 mode == File::RDONLY
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dpersonal.tcl103 set inC [open $inF { RDONLY }]
674 if {![catch { set fd [open $options(mappingFile) { RDONLY }] }]} {
786 set fd [open $messageFile { RDONLY }]
818 set fd [open $options(noticeFile) { RDONLY }]
H A Dimpersonal.tcl275 if {[catch { open $options(foldersFile) { RDONLY } } fd]} {
H A Dmbox.tcl134 fconfigure [set state(fd) [open $state(file) { RDONLY }]] \
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dnamei.h163 #define RDONLY 0x00000200 /* lookup with read-only semantics */ macro
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl622 set state(fd) [open $state(file) { RDONLY }]
1537 set fd [open $state(file) { RDONLY }]
1596 set fd [open $state(file) { RDONLY }]
1880 [open $state(file) { RDONLY }]]
1884 set fd [set state(fd) [open $state(file) { RDONLY }]]
1920 set state(fd) [open $state(file) { RDONLY }]
2121 [open $state(file) { RDONLY }]]
2125 set fd [set state(fd) [open $state(file) { RDONLY }]]
2160 set state(fd) [open $state(file) { RDONLY }]
2260 set fd [open $state(file) { RDONLY }]
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_lookup.c203 rdonly = cnp->cn_flags & RDONLY;
932 rdonly = cnp->cn_flags & RDONLY;
1295 if (cnp->cn_flags & RDONLY) {
1555 rdonly = cnp->cn_flags & RDONLY;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/mapproj/
H A Dtkmap.tcl78 set state(channel) [open $mapFile RDONLY]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dadjust.tcl576 set fd [open $filNam RDONLY]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsshconnect.c715 #define RDONLY 1 macro
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-private.h506 if ((s) == RDONLY) rwlock_unlock_read(m); \
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Didnconf.tcl201 set fd [open $configFile {CREAT RDONLY}]
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_io.rb1784 f.reopen(t.path, File::RDONLY)
2068 open("slnk", File::RDONLY|File::NOFOLLOW) {}
2071 File.foreach("slnk", :open_args=>[File::RDONLY|File::NOFOLLOW]) {}
H A Dtest_process.rb464 Process.wait Process.spawn(*SORT, STDIN=>["out", File::RDONLY, 0644],
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_subs.c2141 cnp->cn_flags |= RDONLY;

Completed in 362 milliseconds