Searched refs:readable (Results 151 - 175 of 187) sorted by relevance

12345678

/macosx-10.10.1/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dfishvfs.tcl208 file_access $file readable
242 CacheSet ::vfs::template::fish::readable [file join $root $relative] [lindex $access 0] $secs
365 CacheSet ::vfs::template::fish::readable [file join $root $relative] [lindex $access 0] $secs
H A Dtdelta.tcl285 if {!([file isfile $filename] && [file readable $filename])} {return $digest}
H A Dquotavfs.tcl169 proc file_readable {file} {file readable $file}
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dtar.vim121 echohl Error | echo "***error*** (tar#Browse) File not readable<".a:tarfile.">" | echohl None
124 " call Dret("tar#Browse : file<".a:tarfile."> not readable")
H A Dvimball.vim418 " call Decho(".VimballRecord is readable")
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl157 If m4_arg(mode) is 0, files are created readable and writable by both
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dpage524 } elseif {![file readable $f]} {
525 ArgError "$label \"$f\" not readable (permission denied)"
H A Ddtplite563 } elseif {![file readable $f]} {
564 ArgError "$label \"$f\" not readable (permission denied)"
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ldap/
H A Dldap.tcl388 fileevent $sock readable [list ::ldap::MessageReceiver ::ldap::ldap$sock]
452 fileevent $sock readable [list ::ldap::MessageReceiver ::ldap::ldap$sock]
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Duucomp.shar390 X * public readable. Yes, I looked at uubatch, but it was too complicated for
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfasm.vim98 syn keyword fasmDirective import label ms mz native near notpageable pe public readable
H A Dlisp.vim89 syn keyword lispFunc 1- float-sign print-not-readable
90 syn keyword lispFunc < floating-point-inexact print-not-readable-object
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D02-payload.t193 ->readable(1)
/macosx-10.10.1/tcl-105/tcl/tcl/library/tcltest/
H A Dtcltest.tcl137 # Verification command that accepts existing readable directories
139 if {![file readable $path]} {
140 return -code error "\"$path\" is not readable"
2098 if {[file readable $testFile]} {
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp85 bool readable() const { return fPermissions & VM_PROT_READ; } function in struct:MachOLayoutAbstraction::Segment
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Doptions.rb408 if File.readable? file then
411 warn "file '#{file}' not readable"
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/ri/
H A Ddriver.rb115 File.readable?(file) and not File.directory?(file) and file
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dsocket.c322 * Internal events. Posted when a descriptor is readable or
2122 * Initialize readable and writable events
3021 * readable event, and the first item on the accept_list should be
3473 process_fd(isc__socketmgr_t *manager, int fd, isc_boolean_t readable, argument
3495 if (readable) {
3544 isc_boolean_t readable, writable; local
3570 readable = ISC_TF(events[i].filter == EVFILT_READ);
3572 process_fd(manager, events[i].ident, readable, writable);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dsocket.c303 * Internal events. Posted when a descriptor is readable or
1909 * Initialize readable and writable events
2727 * readable event, and the first item on the accept_list should be
3175 process_fd(isc_socketmgr_t *manager, int fd, isc_boolean_t readable, argument
3197 if (readable) {
3246 isc_boolean_t readable, writable; local
3272 readable = ISC_TF(events[i].filter == EVFILT_READ);
3274 process_fd(manager, events[i].ident, readable, writable);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Doptions.c1235 * readable - check if a file is readable by the real user.
1238 readable(fd)
/macosx-10.10.1/procmail-14/procmail/src/
H A Dautoconf566 if(!(goodlock&MSK_fcntl)) /* and in machine readable format */
/macosx-10.10.1/ruby-106/ruby/test/pathname/
H A Dtest_pathname.rb1049 assert_equal(true, Pathname("f").readable?)
/macosx-10.10.1/tcl-105/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl137 # Verification command that accepts existing readable directories
139 if {![file readable $path]} {
140 return -code error "\"$path\" is not readable"
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/
H A Dsak.tcl2548 if {[file exists $cmdf] && [file readable $cmdf]} {
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/
H A Dsak.tcl2548 if {[file exists $cmdf] && [file readable $cmdf]} {

Completed in 346 milliseconds

12345678