Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 25 of 390) sorted by relevance

12345678910>>...16

/openbsd-src/regress/sys/fifofs/
H A Dfifotest.out32 2 fd(s) ready, readable, writeable
34 1 fd(s) ready, readable
71 2 fd(s) ready, readable, writeable
73 1 fd(s) ready, readable
110 2 fd(s) ready, readable, writeable
112 1 fd(s) ready, readable
149 2 fd(s) ready, readable, writeable
151 1 fd(s) ready, readable
210 1 fd(s) ready, readable
215 1 fd(s) ready, readable
[all …]
/openbsd-src/regress/sys/kern/xonly/
H A Dxonly.c36 struct readable { struct
210 struct readable *r = &readables[i]; in main()
233 struct readable *r = &readables[i]; in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/
H A Dvlad.exp108 && [file readable "$dirname/WRAP_FILE"]} {
213 } elseif { ![file readable $base_outfile_name] } {
/openbsd-src/usr.bin/file/magdir/
H A DLocalstuff7 # text if readable, executable if runnable binary, data if unreadable.
H A Dunknown35 0 long 0x10e unknown readable demand paged pure executable
/openbsd-src/etc/examples/
H A Dexports5 # of this file can result in your filesystems being readable by the world.
/openbsd-src/gnu/usr.bin/texinfo/makeinfo/
H A DREADME11 files readable with standalone info or M-x info in Emacs.
/openbsd-src/gnu/llvm/llvm/docs/
H A DSymbolizerMarkupFormat.rst14 convert those values to human-readable form. Instead, logging text uses the
16 converted to human-readable form after the fact. As with other markup formats,
23 at runtime for any logic intended to compute human-readable presentation of
174 human-readable symbolic form.
212 ascending frame numbers. So the human-readable output might be formatted
311 human readable form. Generally they trigger an external action to occur that
351 human-readable output. However, the information they impart may be essential to
382 refer to this module. The first ``%s`` is a human-readable identifier for the
415 case) to indicate this segment of memory is readable, writable, and/or
H A DMarkdownQuickstartTemplate.md68 sophisticated syntax which [can be more readable] for longer links since
72 [can be more readable]: http://en.wikipedia.org/wiki/LLVM
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DVersion.pm103 sub readable { subroutine
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlstyle.pod110 ways to do anything, so consider picking the most readable one. For
133 you want your program to be readable, consider supplying the argument.
288 or specific values). Note that function names are considered more readable
300 be less readable, and better rendered with C<CE<lt>E<gt>>.
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-remark-size-diff.rst42 * ``human``: Human-readable textual report. Default option.
58 The human-readable format for :program:`llvm-remark-size-diff` is composed of
H A Dllvm-link.rst39 If specified, :program:`llvm-link` prints a human-readable version of the
H A Dllvm-dis.rst15 bitcode file and converts it into human-readable LLVM assembly language.
H A Dllvm-as.rst14 **llvm-as** is the LLVM assembler. It reads a file containing human-readable
H A Dllvm-locstats.rst16 pretty printing it in a more human readable way.
/openbsd-src/gnu/usr.bin/perl/
H A DREADME.openbsd5 specifically designed to be readable as is.
H A DREADME.freebsd5 specifically designed to be readable as is.
H A DREADME.hurd5 designed to be readable as is.
H A DPACKAGING5 specifically designed to be readable as is.
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A DChangeLog93 (simplecris-common-readable-specregs): Split from
96 (cris-implemented-readable-specregs-v0): Similar from
99 (cris-implemented-readable-specregs-v3)
101 (cris-implemented-readable-specregs-v8)
103 (cris-implemented-readable-specregs-v10)
105 (cris-implemented-readable-specregs-v32): Similar.
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli16 human-readable validation report. See [llvm::verifyModule]. *)
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2001-02-09-AdveComments.txt116 is verbose, it will be used only in the human-readable assembly code so
119 pointers somewhat readable.
/openbsd-src/sbin/isakmpd/
H A DBUGS28 readable even when nothing is there after one read has succeeded.
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1012 auto readable = As<bool>(obj.CallMethod("readable")); in GetOptionsForPyObject() local
1013 if (!readable) in GetOptionsForPyObject()
1014 return readable.takeError(); in GetOptionsForPyObject()
1018 if (readable.get() && writable.get()) in GetOptionsForPyObject()
1022 else if (readable.get()) in GetOptionsForPyObject()

12345678910>>...16