/openbsd-src/regress/sys/kern/xonly/ |
H A D | xonly.c | 16 #define READABLE 1 macro 36 struct readable { struct 72 /* ld.so */ { READABLE, UNREADABLE }, 74 /* mmap x */ { READABLE, READABLE }, 75 /* mmap nrx */ { READABLE, READABLE }, 76 /* mmap nwx */ { READABLE, READABLE }, 77 /* mmap xnwx */ { READABLE, READABLE }, 78 /* main */ { READABLE, UNREADABLE }, 79 /* libc */ { READABLE, UNREADABLE }, 210 struct readable *r = &readables[i]; in main() [all …]
|
/openbsd-src/usr.bin/ssh/ |
H A D | pathnames.h | 21 * world-readable. 28 * Of these, ssh_host_key must be readable only by root, whereas ssh_config 29 * should be world-readable. 54 * directory should be world-readable (though not all files are). 60 * readable by anyone except the user him/herself, though this does not 69 * file should only be readable by the user him/herself. 81 * readable by anyone but the user him/herself, but does not contain anything 83 * volume where root is mapped to nobody, this may need to be world-readable. 89 * user. This file need not be readable by anyone but the user him/herself, 92 * may need to be world-readable [all...] |
H A D | sshd.8 | 181 host key files are normally not readable by anyone but root). 834 world-readable if the user's home directory is on an NFS partition, 882 only by the user; it need not be readable by anyone else. 893 can, but need not be, world-readable. 899 readable by anyone else. 925 The file should be world-readable. 937 These files should only be owned by root, readable only by root, and not 947 These files should be world-readable but writable only by 963 should be world-readable. 976 This file should be writable only by root, and should be world-readable [all...] |
H A D | ssh-keysign.8 | 69 They should be owned by root, readable only by root, and not 71 Since they are readable only by root,
|
/openbsd-src/regress/sys/fifofs/ |
H A D | fifotest.out | 32 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/gnu/llvm/llvm/docs/ |
H A D | SymbolizerMarkupFormat.rst | 14 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
|
/openbsd-src/lib/libcrypto/man/ |
H A D | X509_NAME_print_ex.3 | 92 prints a human readable version of 186 this is more readable that plain comma and plus. 240 is a more readable one line format which is the same as:
|
H A D | X509V3_EXT_print.3 | 50 respectively, in a human-readable format with a left margin of 152 it first, which is usually less readable than the above but poses
|
H A D | ERR_error_string.3 | 60 .Nd obtain human-readable OpenSSL error messages 88 generates a human-readable string representing the error code
|
H A D | EVP_PKEY_asn1_new.3 |
|
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-remark-size-diff.rst | 42 * ``human``: Human-readable textual report. Default option. 55 HUMAN-READABLE OUTPUT 58 The human-readable format for :program:`llvm-remark-size-diff` is composed of
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | MarkupFilter.h | 11 /// human-readable expressions. 31 /// Filter to convert parsed log symbolizer markup elements into human-readable 38 /// Filters a line containing symbolizer markup and writes the human-readable
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlstyle.pod | 110 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/usr.bin/perl/cpan/Socket/ |
H A D | Socket.pm | 40 human-readable and native binary forms, and for hostname resolver operations. 330 human-readable four dotted number notation for Internet addresses). 347 it into a human-readable textual representation of the address; typically in 351 socket addresses into human-readable textual representations. 398 or printable as a human-readable error message string. If no error occurred it 466 or printable as a human-readable error message string. The host and service 476 Requests that a human-readable string representation of the numeric address be 491 representation as a human-readable string. 603 =head2 Making a human-readable string out of an address 606 getsockname() or getpeername(), into a pair of human-readable string [all...] |
/openbsd-src/lib/libelf/ |
H A D | elf_errmsg.3 | 57 returns a null-terminated string with a human readable 91 Retrieving a human-readable description of the current error number
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRule.h | 25 /// A human readable title for the refactoring. 27 /// A human readable description of what the refactoring does.
|
/openbsd-src/usr.sbin/unbound/doc/ |
H A D | libunbound.3.in | 326 Get file descriptor. Wait for it to become readable, at this point 332 resolver (when the fd becomes readable). 367 to a human readable string. 416 to obtain a readable error string.
|
/openbsd-src/share/man/man5/ |
H A D | passwd.5 | 44 file, readable only by root, consists of newline-separated records, 74 The publicly-readable 138 contains the encrypted user passwords, it should not be readable by anyone
|
/openbsd-src/gnu/usr.bin/perl/dist/PathTools/t/ |
H A D | abs2rel.t | 48 ok(-f $rel_path, "'$rel_path' is readable by effective uid/gid"); 49 ok(-f $abs_path, "'$abs_path' is readable by effective uid/gid");
|
/openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
H A D | BitReader.h | 36 Optionally returns a human-readable error message via OutMessage. 58 Optionally returns a human-readable error message via OutMessage.
|
/openbsd-src/lib/libutil/ |
H A D | fmt_scaled.3 | 32 .Nd handle numbers with a human-readable scale 55 "human-readable" format, that is, a number with one of the above scale factors.
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
H A D | FileSystem.h | 105 /// Returns whether the given file is readable. 107 bool Readable(const FileSpec &file_spec) const; 108 bool Readable(const llvm::Twine &path) const;
|
/openbsd-src/lib/libc/string/ |
H A D | strmode.3 | 92 the file is readable for that set of users; if a dash 94 it is not readable.
|
/openbsd-src/usr.bin/kdump/ |
H A D | kdump.1 | 51 in human-readable format. 82 tries to decode many system calls into a more human-readable format.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/ |
H A D | vlad.exp | 108 && [file readable "$dirname/WRAP_FILE"]} { 213 } elseif { ![file readable $base_outfile_name] } { 214 untested "$testcase consistency - $base_outfile_name is not readable"
|