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

12345678

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp1232 if ( seg.readable() && !seg.writable() && !seg.executable() && (strcmp(seg.name(), "__LINKEDIT") != 0) ) {
1248 if ( seg.readable() && !seg.writable() && !seg.executable() && (strcmp(seg.name(), "__LINKEDIT") == 0) ) {
3030 // generate human readable "map" file that shows the layout of the cache file
/macosx-10.10.1/groff-38/groff/contrib/groffer/
H A Dgroffer2.sh1594 # Test whether `name' is a readable file.
1597 # Return : `0' if arg1 is a readable file, `1' otherwise.
1634 # Test whether `name' is not a readable directory.
1690 # Test whether `name' is a not readable file.
3793 "filename" name of a readable file
3919 error "whatis_filename(): argument is not a readable file."
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim1294 " call Decho("tmpfile<".tmpfile."> readable, will now delete it")
1428 " not readable
1430 " call Decho("tfile<".a:tfile."> not readable")
1431 call netrw#ErrorMsg(s:WARNING,"file <".a:tfile."> not readable",9)
1432 " call Dret("NetrwGetFile : tfile<".a:tfile."> not readable")
1449 " call Decho("readcmd<".a:readcmd."> cmdarg<".v:cmdarg."> tfile<".a:tfile."> readable=".s:FileReadable(a:tfile))
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/lib/JSON/
H A DPP.pm1903 C<space_after> flags in one call to generate the most readable
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfiles.el676 If non-nil, PREDICATE is used instead of `file-readable-p'.
681 `executable', `readable', `writable', or `exists', or a list of
689 (if (memq 'readable predicate) 4 0))))
1622 (not (file-readable-p filename)))
1624 (signal 'file-error (list "File is not readable"
1633 (not (file-readable-p filename)))
1635 (signal 'file-error (list "File is not readable"
4151 (file-readable-p buffer-auto-save-file-name)
4193 ((not (file-readable-p file-name))
4195 "File %s no longer readable!"
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/bindings/ocaml/llvm/
H A Dllvm.mli792 more readable. See the method [llvm::ConstantExpr::getAlignOf]. *)
797 (const_int i32_type 1)) i64_type], but considerably more readable.
/macosx-10.10.1/tcl-105/tcl/tcl/library/
H A Dclock.tcl3462 if { [file readable $fname] && [file isfile $fname] } {
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl895 if {![file readable $fn]} {
4704 fileevent stdin readable ""
4729 fileevent stdin readable GetStdin
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm303 generate the most readable (or most compact) form possible.
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy714 them more readable. This is the default. To prevent such out-denting,
1760 The tightest, and least readable, code is produced with both C<-vt=2> and
/macosx-10.10.1/tcl-105/tcl_ext/tkcon/tkcon/
H A Dtkcon.tcl2226 fileevent $name readable [list ::tkcon::EvalSocketEvent $name]
/macosx-10.10.1/apr-32/apr/apr/
H A Dconfigure27210 /* Wait for socket to become readable */
27217 fprintf(stderr, "Socket failed to become readable (timeout)\n");
27221 fprintf(stderr, "Socket failed to become readable (selected another fd)\n");

Completed in 206 milliseconds

12345678