| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/ |
| H A D | accent-text.txi | 3 should be e`: @`{e} @`e 5 should be e': @'{e} @'e 7 should be e^: @^{e} @^e 9 should be u": @"{u} @"u 11 should be i`: @`{i} @`i 13 should be i': @'{i} @'i 15 should be i^: @^{i} @^i 17 should be u": @"{u} @"u 19 should be c,: @,{c} @,c 21 should be n~: @~{n} @~n [all …]
|
| /openbsd-src/usr.bin/dig/lib/isc/ |
| H A D | hash.c | 119 const unsigned char *be; in isc_hash_function_reverse() local 134 be = bp + length; in isc_hash_function_reverse() 146 while (be >= bp + 4) { in isc_hash_function_reverse() 147 be -= 4; in isc_hash_function_reverse() 148 hval ^= (uint32_t) be[3]; in isc_hash_function_reverse() 150 hval ^= (uint32_t) be[2]; in isc_hash_function_reverse() 152 hval ^= (uint32_t) be[1]; in isc_hash_function_reverse() 154 hval ^= (uint32_t) be[0]; in isc_hash_function_reverse() 157 while (--be >= bp) { in isc_hash_function_reverse() 158 hval ^= (uint32_t) *be; in isc_hash_function_reverse() [all …]
|
| /openbsd-src/regress/include/bitstring/good/ |
| H A D | 27 | 34 be: 0 -1 000000000000000000000000000 38 be: 1 0 100100100100100100100100100 42 be: 0 3 000100000100000100000100000 76 be: 0 -1 000000000000000000000000000 80 be: 0 1 011111111111111111111111110 82 be: 0 1 010000000000000000000000010 84 be: 0 -1 000000000000000000000000000 86 be: 26 0 111111111111111111111111110 88 be: 0 -1 000000000000000000000000000
|
| H A D | 67 | 74 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 78 be: 1 0 1001001001001001001001001001001001001001001001001001001001001001001 82 be: 0 3 0001000001000001000001000001000001000001000001000001000001000001000 156 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 160 be: 0 1 0111111111111111111111111111111111111111111111111111111111111111110 162 be: 0 1 0100000000000000000000000000000000000000000000000000000000000000010 164 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000 166 be: 66 0 1111111111111111111111111111111111111111111111111111111111111111110 168 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000000
|
| H A D | 32 | 39 be: 0 -1 00000000000000000000000000000000 43 be: 1 0 10010010010010010010010010010010 47 be: 0 3 00010000010000010000010000010000 86 be: 0 -1 00000000000000000000000000000000 90 be: 0 1 01111111111111111111111111111110 92 be: 0 1 01000000000000000000000000000010 94 be: 0 -1 00000000000000000000000000000000 96 be: 31 0 11111111111111111111111111111110 98 be: 0 -1 00000000000000000000000000000000
|
| H A D | 49 | 56 be: 0 -1 0000000000000000000000000000000000000000000000000 60 be: 1 0 1001001001001001001001001001001001001001001001001 64 be: 0 3 0001000001000001000001000001000001000001000001000 120 be: 0 -1 0000000000000000000000000000000000000000000000000 124 be: 0 1 0111111111111111111111111111111111111111111111110 126 be: 0 1 0100000000000000000000000000000000000000000000010 128 be: 0 -1 0000000000000000000000000000000000000000000000000 130 be: 48 0 1111111111111111111111111111111111111111111111110 132 be: 0 -1 0000000000000000000000000000000000000000000000000
|
| H A D | 64 | 71 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 75 be: 1 0 1001001001001001001001001001001001001001001001001001001001001001 79 be: 0 3 0001000001000001000001000001000001000001000001000001000001000001 150 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 154 be: 0 1 0111111111111111111111111111111111111111111111111111111111111110 156 be: 0 1 0100000000000000000000000000000000000000000000000000000000000010 158 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000 160 be: 63 0 1111111111111111111111111111111111111111111111111111111111111110 162 be: 0 -1 0000000000000000000000000000000000000000000000000000000000000000
|
| H A D | 8 | 15 be: 0 -1 00000000 19 be: 1 0 10010010 23 be: 0 3 00010000 38 be: 0 -1 00000000 42 be: 0 1 01111110 44 be: 0 1 01000010 46 be: 0 -1 00000000 48 be: 7 0 11111110 50 be: 0 -1 00000000
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/doxygen/ |
| H A D | user.cfg.in | 3 # This file describes the settings to be used by the documentation system 6 # All text after a hash (#) is considered a comment and will be ignored 9 # For lists items can also be appended using: 11 # Values that contain spaces should be placed between quotes (" ") 29 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 30 # This could be handy for archiving the generated documentation or 36 # base path where the generated documentation will be put. 37 # If a relative path is entered, it will be relative to the location 38 # where doxygen was started. If left blank the current directory will be used. 55 # Private class members and static file members will be hidden unless [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-ifs.rst | 18 shared object stubs can be used to avoid unnecessary relinks when the ABI of 50 this shared object. It can be either in explicit format or in implicit LLVM 51 triple format. It can be optional and can be overridden from command line 66 + ``Weak``: Whether or not the symbol should be treated as weak. 72 of symbols is sorted, so these files can be easily compared using diff tools. 80 A minimum ELF file that can be used by linker should have following sections properly populated: 113 object files are supported. This flag is optional as the input format can be 130 This flag is optional and it should only be used when reading an IFS file 132 architecture of the output file, and can be any string supported by ELF 134 will be reported and the program will stop. [all …]
|
| H A D | llvm-objcopy.rst | 16 specified, the output may be modified along the way, e.g. by removing sections. 23 If the input is an archive, any requested operations will be applied to each 42 output. For ELF objects the section will be of type `SHT_NOTE`, if the name 43 starts with ".note". Otherwise, it will have type `SHT_PROGBITS`. Can be 46 For MachO objects, ``<section>`` must be formatted as 62 ELF objects will not be discarded. Additionally, remove all debug sections. 66 Dump the contents of section ``<section>`` into the file ``<file>``. Can be 70 operations will still be performed. No operations are performed on the sections 73 For MachO objects, ``<section>`` must be formatted as 97 Can be specified multiple times to keep multiple sections. [all …]
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | doxygen.cfg.in | 3 # This file describes the settings to be used by the documentation system 6 # All text after a hash (#) is considered a comment and will be ignored 9 # For lists items can also be appended using: 11 # Values that contain spaces should be placed between quotes (" ") 30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 31 # This could be handy for archiving the generated documentation or 37 # base path where the generated documentation will be put. 38 # If a relative path is entered, it will be relative to the location 39 # where doxygen was started. If left blank the current directory will be used. 46 # Enabling this option can be useful when feeding doxygen a huge amount of [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/doxygen/ |
| H A D | user.cfg.in | 3 # This file describes the settings to be used by the documentation system 6 # All text after a hash (#) is considered a comment and will be ignored 9 # For lists items can also be appended using: 11 # Values that contain spaces should be placed between quotes (" ") 22 # The PROJECT_NUMBER tag can be used to enter a project or revision number. 23 # This could be handy for archiving the generated documentation or 29 # base path where the generated documentation will be put. 30 # If a relative path is entered, it will be relative to the location 31 # where doxygen was started. If left blank the current directory will be used. 38 # Enabling this option can be useful when feeding doxygen a huge amount of [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | symbol.def | 12 GNU Fortran is distributed in the hope that it will be useful, 34 In a PROGRAM or BLOCK DATA program unit, info where cannot be DUMMY 41 If SEEN, some info might be set, such as the type info (as in when 48 wouldn't be permitted in SEEN state either.) Note that DUMMY and 92 field is considered to be as fully filled in as possible by analyzing 135 has been seen as an actual argument, and therefore cannot be 136 discovered later to be a DUMMY argument (via an ENTRY statement). 144 Cannot be combined with: ANYLEN, ARRAY, DUMMY, SFARG, TYPE. 146 Can be combined with: ACTUALARG, ANY, EXTERNAL. 165 Cannot be combined with: ADJUSTABLE, ADJUSTS, COMMON, EQUIV, EXTERNAL, [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
| H A D | DESIGN | 6 to projects to be done and how they fit into the whole. 33 with current compilers must be included in-line, resulting in 38 porting. Iostream/locale is (or will be) as large again. 56 to the executable file even when they manifestly cannot be called. 66 What can be done to eliminate this overhead? A variety of coding 68 extensions may be used, as covered below. Most are not difficult, 85 can be placed (once) in a "repository" -- really just a library, but 86 of template definitions rather than object code -- to be drawn upon 88 header files to be parsed along with every compilation unit. 95 To be precise, this means that certain headers which define [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | DESIGN | 6 to projects to be done and how they fit into the whole. 33 with current compilers must be included in-line, resulting in 38 porting. Iostream/locale is (or will be) as large again. 56 to the executable file even when they manifestly cannot be called. 66 What can be done to eliminate this overhead? A variety of coding 68 extensions may be used, as covered below. Most are not difficult, 85 can be placed (once) in a "repository" -- really just a library, but 86 of template definitions rather than object code -- to be drawn upon 88 header files to be parsed along with every compilation unit. 95 To be precise, this means that certain headers which define [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | AnalyzerOptions.def | 14 #error This .def file is expected to be included in translation units where \ 36 /// TYPE - The type of the option object that will be stored in 37 /// AnalyzerOptions. This file is expected to be icluded in translation 39 /// header should be used. 52 /// TYPE - The type of the option object that will be stored in 53 /// AnalyzerOptions. This file is expected to be icluded in translation 55 /// header should be used. 87 "should be included in the CFG.", 92 "objects should be included in the CFG.", 97 "Whether or not end-of-lifetime information should be included in the CFG.", [all …]
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | at-file.texi | 1 @c This file is designed to be included in manuals that use 7 does not exist, or cannot be read, then the option will be treated 11 character may be included in an option by surrounding the entire 13 backslash) may be included by prefixing the character to be included 15 @@@var{file} options; any such options will be processed recursively.
|
| /openbsd-src/distrib/notes/macppc/ |
| H A D | install | 4 Before you begin, you should decide if OpenBSD is to be installed 8 installation method should be chosen and no additional prep is necessary. 10 If the disk is to be shared with Mac OS, a partition must be preallocated 12 This expects that the HFS partition will be the first partition on 14 This may require the disk be reformatted using the "Drive Setup" application 19 At this time, the system can be installed from the supplied 27 OS's, or multiple drives may be used with each OS owning drive(s). 44 an HFS partitioned disk. For proper layout, the disk should be 46 spare partition where OpenBSD can be installed. 89 This will likely be different based on the number of [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/ |
| H A D | utf32warnings.t | 41 …is($warn, undef, "Warning from encode method of UTF32-LE encode object can be silenced via no warn… 48 …is($warn, undef, "Warning from encode method of UTF32-LE encode object can be silenced via no warn… 55 …cript line /, "Warning from encode method of UTF32-LE encode object cannot be silenced via no warn… 62 …cript line /, "Warning from encode method of UTF32-LE encode object cannot be silenced via no warn… 85 …is($warn, undef, "Warning from Encode::encode for UTF32-LE can be silenced via no warnings 'utf8'"… 92 is($warn, undef, "Warning from Encode::encode for UTF32-LE can be silenced via no warnings"); 99 …gate.* at $script line /, "Warning from Encode::encode for UTF32-LE cannot be silenced via no warn… 106 …gate.* at $script line /, "Warning from Encode::encode for UTF32-LE cannot be silenced via no warn… 121 …like($warn, qr/may not be portable.* at $script line /, "Calling decode on UTF32-LE encode object … 128 …is($warn, undef, "Warning from decode method of UTF32-LE encode object can be silenced via no warn… [all …]
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | OptBisect.rst | 17 This feature is implemented on an opt-in basis. Passes which can be safely 20 either must be run or do not modify the IR do not perform this check and are 25 The -opt-bisect-limit option can be used with any tool, including front ends 39 The -opt-bisect-limit command line option can be passed directly to tools such 47 will be printed to stderr for each optimization that could be skipped 49 optimizations, pass the value of the last optimization to be performed as the 50 opt-bisect-limit. All optimizations with a higher index value will be skipped. 53 wrapper around the LLVM core library, an additional prefix option may be 55 clang, the "-mllvm" prefix must be used. A typical clang invocation would look 62 The -opt-bisect-limit option may also be applied to link-time optimizations by [all …]
|
| /openbsd-src/regress/sbin/pfctl/ |
| H A D | pfail57.ok | 1 stdin:2: af-to cannot be used together with route-to, reply-to, dup-to 2 stdin:3: af-to cannot be used together with route-to, reply-to, dup-to 3 stdin:4: af-to cannot be used together with route-to, reply-to, dup-to 4 stdin:6: af-to cannot be used together with route-to, reply-to, dup-to 5 stdin:7: af-to cannot be used together with route-to, reply-to, dup-to 6 stdin:8: af-to cannot be used together with route-to, reply-to, dup-to
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | machmode.def | 13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY 39 The following statements can be used in this file -- all have 42 A CLASS argument must be one of the constants defined in 47 A MODE argument must be the printable name of a machine mode, 50 A PRECISION, BYTESIZE, or COUNT argument must be a positive integer 53 A FORMAT argument must be one of the real_mode_format structures 57 An EXPR argument must be a syntactically valid C expression. 59 parentheses around it, so it appears to be a single argument to the 63 machines. Other modes can be defined in the target-specific 72 declares MODE to be of class RANDOM. [all …]
|
| /openbsd-src/distrib/syspatch/ |
| H A D | README | 6 The syspatch(8) build system will eventually be properly documented in its own 8 be used as a quick reminder. 13 - ${FAKEROOT} must be a local mount point with the no perm mount option set and 14 be owned by ${BUILDUSER} with a mode of 0700. It should be big enough to 17 - ${SRCDIR} and ${XSRCDIR} must be checked out using the OPENBSD_X_X_BASE 20 - Timezone must be set to "Canada/Mountain". 26 must be extracted under a subdirectory of ${FAKEROOT} to allow clean comparison 67 Before building the first syspatch, the obj directory must be created. 75 The patched release can now be built. 81 At last, a syspatch(8) can be created. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Text-Tabs/t/ |
| H A D | sep.t | 16 This is a test of a very long line. It should be broken up and put onto multiple lines. 17 This is a test of a very long line. It should be broken up and put onto multiple lines. 19 This is a test of a very long line. It should be broken up and put onto multiple lines. 21 …be broken up and put onto= multiple lines.= This is a test of a very long line. It should be brok… 24 This is a test of a very long line. It should be broken up and put onto multiple lines. 26 This is a test of a very long line. It should be broken up and put onto= multiple lines. 29 This is a test of a very long line. It should be broken up and put onto multiple lines. 32 This is a test of a very long line. It should be broken up and put onto= multiple lines. 36 …est of a very long line. It should be broken up and put onto multiple This is a test of a very lon… 38 …st of a very long line. It should be broken up and put onto= multiple This is a test of a very lon…
|