| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | ASN1_STRING_print_ex.pod | 28 ASN1_STRING_print_ex(). It replaces unprintable characters (other than CR, LF) 43 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters 45 characters are escaped. If B<ASN1_STRFLGS_ESC_MSB> is set characters with the 52 using exactly four characters for the hex representation. If it is 32 bits then 53 "\WXXXXXXXX" is used using eight characters of its hex representation. These forms 56 Printable characters are normally escaped using the backslash '\' character. If 58 double quote characters: this is arguably more readable than the backslash 59 notation. Other characters use the "\XX" using exactly two characters of the hex 62 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8 64 option will correctly display multi byte characters. [all …]
|
| H A D | PEM_read_bio_ex.pod | 31 and control characters from the end of each line, so as to be compatible with 34 If PEM_FLAG_ONLY_B64 is set, all characters are required to be valid base64 35 characters (or newlines); non-base64 characters are treated as end of input. 37 If neither PEM_FLAG_EAY_COMPATIBLE or PEM_FLAG_ONLY_B64 is set, control characters
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | ASN1_STRING_print_ex.pod | 28 ASN1_STRING_print_ex(). It replaces unprintable characters (other than CR, LF) 43 Various characters can be escaped. If B<ASN1_STRFLGS_ESC_2253> is set the characters 45 characters are escaped. If B<ASN1_STRFLGS_ESC_MSB> is set characters with the 52 using exactly four characters for the hex representation. If it is 32 bits then 53 "\WXXXXXXXX" is used using eight characters of its hex representation. These forms 56 Printable characters are normally escaped using the backslash '\' character. If 58 double quote characters: this is arguably more readable than the backslash 59 notation. Other characters use the "\XX" using exactly two characters of the hex 62 If B<ASN1_STRFLGS_UTF8_CONVERT> is set then characters are converted to UTF8 64 option will correctly display multi byte characters. [all …]
|
| H A D | PEM_read_bio_ex.pod | 31 and control characters from the end of each line, so as to be compatible with 34 If PEM_FLAG_ONLY_B64 is set, all characters are required to be valid base64 35 characters (or newlines); non-base64 characters are treated as end of input. 37 If neither PEM_FLAG_EAY_COMPATIBLE or PEM_FLAG_ONLY_B64 is set, control characters
|
| H A D | OSSL_PARAM_allocate_from_text.pod | 59 I<value_n> decimal characters, which are decoded, and the resulting 63 hexadecimal characters. 66 I<value_n> hexadecimal characters without the "0x" prefix. 68 If I<value> contains characters that couldn't be decoded as 69 hexadecimal or decimal characters, OSSL_PARAM_allocate_from_text() 85 I<value_n> hexadecimal characters, which are decoded, and the 87 If I<value> contains characters that couldn't be decoded as 88 hexadecimal or decimal characters, OSSL_PARAM_allocate_from_text()
|
| /netbsd-src/share/i18n/csmapper/APPLE/ |
| H A D | UCS%THAI.src | 39 # instead of single corporate characters; see 82 # Some of these mappings require the use of corporate characters. 87 # Mac OS Thai character set uses the standard control characters at 106 # ellipsis), no-break space, and two special characters "word join" 112 # be considered presentation forms only and not characters. In most 117 # characters in the Mac OS Thai encoding. They are mapped using 130 # - Use standard Unicode characters as much as possible, to maximize 132 # avoid having content carried by private-use characters. 134 # To satisfy both goals, we use private use characters to mark variants 136 # characters. [all …]
|
| H A D | THAI%UCS.src | 39 # instead of single corporate characters; see 82 # Some of these mappings require the use of corporate characters. 87 # Mac OS Thai character set uses the standard control characters at 106 # ellipsis), no-break space, and two special characters "word join" 112 # be considered presentation forms only and not characters. In most 117 # characters in the Mac OS Thai encoding. They are mapped using 130 # - Use standard Unicode characters as much as possible, to maximize 132 # avoid having content carried by private-use characters. 134 # To satisfy both goals, we use private use characters to mark variants 136 # characters. [all …]
|
| H A D | DINGBATS%UCS.src | 31 # Unicode 3.2 characters. Update URLs, notes. 84 # Some of these mappings require the use of corporate characters. 89 # Mac OS Dingbats character set uses the standard control characters 121 # - The mappings for the following Mac OS Dingbats characters 122 # were changed to use standard Unicode characters added for 127 # - The mappings for the following Mac OS Dingbats characters 128 # were changed from single corporate-zone Unicode characters 129 # to standard Unicode characters: 132 # - The mappings for the following Mac OS Dingbats characters 133 # were changed from single corporate-zone Unicode characters
|
| H A D | UCS%DINGBATS.src | 31 # Unicode 3.2 characters. Update URLs, notes. 84 # Some of these mappings require the use of corporate characters. 89 # Mac OS Dingbats character set uses the standard control characters 121 # - The mappings for the following Mac OS Dingbats characters 122 # were changed to use standard Unicode characters added for 127 # - The mappings for the following Mac OS Dingbats characters 128 # were changed from single corporate-zone Unicode characters 129 # to standard Unicode characters: 132 # - The mappings for the following Mac OS Dingbats characters 133 # were changed from single corporate-zone Unicode characters
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | istream | 79 * The number of characters extracted in the previous unformatted 256 * If the function inserts no characters, failbit is set. 265 * @return The number of characters extracted by the previous 285 * The number of characters extracted is stored for later retrieval 321 * @param __n Maximum number of characters to store in @a __s. 328 * - @c __n-1 characters are stored 333 * If no characters are stored, failbit is set in the stream's error 348 * @param __n Maximum number of characters to store in @a s. 373 * If no characters are stored, failbit is set in the stream's error 393 * @param __n Maximum number of characters to extract. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | istream | 79 * The number of characters extracted in the previous unformatted 256 * If the function inserts no characters, failbit is set. 265 * @return The number of characters extracted by the previous 285 * The number of characters extracted is stored for later retrieval 321 * @param __n Maximum number of characters to store in @a __s. 328 * - @c __n-1 characters are stored 333 * If no characters are stored, failbit is set in the stream's error 348 * @param __n Maximum number of characters to store in @a s. 373 * If no characters are stored, failbit is set in the stream's error 393 * @param __n Maximum number of characters to extract. [all …]
|
| /netbsd-src/external/bsd/tre/dist/tests/agrep/ |
| H A D | records.ok | 2 match a starts at a character. Similarly, at a character. characters are 4 character. that characters match; cannot as characters that a (a character) and an (an extra charac… 11 match a starts at a character. Similarly, at a character. characters are 13 character. that characters match; cannot as characters that a (a character) and an (an extra charac… 37 …t): at(standard input): a(standard input): character.(standard input): characters(standard input):… 39 … that(standard input): characters(standard input): match;(standard input): cannot(standard input):… 92 character. characters are 93 alphanumerics (as locale) and character. that characters match; cannot as characters that a (a 103 character. characters are 104 alphanumerics (as locale) and character. that characters match; cannot as characters that a (a [all …]
|
| /netbsd-src/external/bsd/nvi/docs/internals/ |
| H A D | quoting | 5 There are four escape characters in historic ex/vi: 15 There are four different areas in ex/vi where escaping characters 25 The set of characters that users might want to escape are as follows. 37 of these characters, and that whatever character followed 42 One comment regarding the autoindent characters. In historic 76 Ex commands are delimited by '|' or newline characters. 77 Within the commands, whitespace characters delimit the 86 Escaping characters in file names in ex commands: 106 4: Escaping characters in non-file arguments in ex commands: 118 ^V to escape those characters. The exceptions are starred in the [all …]
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
| H A D | CompositionExclusions.txt | 4 # This file lists the characters from the UAX #15 Composition Exclusion Table. 15 # This list of characters cannot be derived from the UnicodeData file. 89 # (2) Post Composition Version precomposed characters 90 # These characters cannot be derived solely from the UnicodeData.txt file 113 # These characters can be derived from the UnicodeData file 114 # by including all characters whose canonical decomposition 116 # These characters are simply quoted here for reference. 163 # These characters can be derived from the UnicodeData file 164 # by including all characters whose canonical decomposition consists 165 # of a sequence of characters, the first of which has a non-zero [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | openssl-namedisplay-options.pod | 59 Escape the "special" characters in a field, as required by RFC 2253. 60 That is, any of the characters C<,+"E<lt>E<gt>;>, C<#> at the beginning of 65 Escape the "special" characters in a field as required by RFC 2254 in a field. 70 Escape non-printable ASCII characters, codes less than 0x20 (space) 76 Escape any characters with the most significant bit set, that is with 81 Escapes some characters by surrounding the entire string with quotation 83 Without this option, individual special characters are preceded with 91 characters. 92 If this option is not set, then multibyte characters larger than 0xFF 98 This option does not attempt to interpret multibyte characters in any [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | CompositionExclusions-3.2.0.txt | 4 # This file lists the characters from the UAX #15 Composition Exclusion Table. 15 # This list of characters cannot be derived from the UnicodeData file. 89 # (2) Post Composition Version precomposed characters 90 # These characters cannot be derived solely from the UnicodeData.txt file 113 # These characters can be derived from the UnicodeData file 114 # by including all characters whose canonical decomposition 116 # These characters are simply quoted here for reference. 163 # These characters can be derived from the UnicodeData file 164 # by including all characters whose canonical decomposition consists 165 # of a sequence of characters, the first of which has a non-zero [all …]
|
| H A D | rfc4013.txt | 46 The algorithm assumes all strings are comprised of characters from 86 In the lists of mappings and the prohibited characters, the "U+" is 99 - non-ASCII space characters [StringPrep, C.1.2] that can be 102 - the "commonly mapped to nothing" characters [StringPrep, B.1] 121 This profile specifies the following characters as prohibited input: 123 - Non-ASCII space characters [StringPrep, C.1.2] 124 - ASCII control characters [StringPrep, C.2.1] 125 - Non-ASCII control characters [StringPrep, C.2.2] 126 - Private Use characters [StringPrep, C.3] 129 - Inappropriate for plain text characters [StringPrep, C.6] [all …]
|
| H A D | rfc3491.txt | 67 - The characters that are prohibited as output: specified in section 138 6. Bidirectional characters 184 The Unicode and ISO/IEC 10646 repertoires have many characters that 187 parties. Because it is impossible to map similar-looking characters 189 stringprep does nothing to map similar-looking characters together 190 nor to prohibit some characters because they look like others. 202 Current applications might assume that the characters allowed in 204 document vastly increases the number of characters available in 205 domain names. Every program that uses "special" characters in 207 the new characters allowed by this specification.
|
| /netbsd-src/external/gpl3/autoconf/dist/tests/ |
| H A D | m4sh.at | 1063 [some other text which should wrap at our default of 80 characters.])" 1072 [some other text which should wrap at our default of 80 characters.])" 1074 [some other text which should wrap at our default of 80 characters.])" 1076 [some other text which should wrap at our default of 80 characters.])" 1078 [some other text which should wrap at our default of 80 characters.])" 1080 [some other text which should wrap at our default of 80 characters.])" 1082 [some other text which should wrap at our default of 80 characters.])" 1084 [some other @<][:@ex@:][>@ which should wrap at our default of 80 characters.])" 1086 [some other @<][:@ex@:][>@ which should wrap at our default of 80 characters.])" 1088 [some other @<][:@ex@:][>@ which should wrap at our default of 80 characters.])" [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/ |
| H A D | CHANGES | 19 e. Fixed a problem with binding key sequences containing meta characters. 34 characters. 36 k. Fixed a problem with multibyte characters mapped to editing commands that 115 characters to identify the beginning and end of characters when moving 146 g. Fixed a bug that caused multibyte characters in macros to be mishandled. 149 prompts that span several lines, contain multibyte characters, and contain 153 containing invisible characters and multibyte characters. 189 the bracketed paste mode character sequence contains visible characters. 207 handle multibyte characters. 212 dd. Fixed a bug with adding multibyte characters to an incremental search [all …]
|
| /netbsd-src/tests/lib/libcurses/tests/ |
| H A D | mvwaddchnstr | 2 # note that there are more characters in the array, check we only get 3 out 5 # we should get all 3 characters 8 # we should get only 3 characters
|
| H A D | waddchnstr | 2 # note that there are more characters in the array, check we only get 3 out 7 # we should get all 3 characters 11 # we should get only 3 characters
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/utbm/ |
| H A D | README | 40 o For conversions between upper, lower, and title case, UCS2 characters 41 always convert to other UCS2 characters, and UTF-16 characters always 42 convert to other UTF-16 characters. 50 o UTBM_IGNORE_NONSPACING - ignore non-spacing characters in the pattern and 58 This flag also causes all characters identified
|
| /netbsd-src/external/bsd/nvi/dist/docs/vi.ref/ |
| H A D | vi.cmd.texi | 35 whitespace characters, use the 42 characters. 67 characters which take up more than one column on the screen. 71 characters which take up more than one column on the screen. 156 This position is described in terms of characters on the line, i.e. 284 characters other than letters, digits, or underscores, 286 Second, a sequence of characters other than letters, digits, underscores, 287 or whitespace characters, delimited at both ends by: a letter, digit, 290 For example, the characters 298 Groups of empty lines (or lines containing only whitespace characters) [all …]
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4013.txt | 46 The algorithm assumes all strings are comprised of characters from 86 In the lists of mappings and the prohibited characters, the "U+" is 99 - non-ASCII space characters [StringPrep, C.1.2] that can be 102 - the "commonly mapped to nothing" characters [StringPrep, B.1] 121 This profile specifies the following characters as prohibited input: 123 - Non-ASCII space characters [StringPrep, C.1.2] 124 - ASCII control characters [StringPrep, C.2.1] 125 - Non-ASCII control characters [StringPrep, C.2.2] 126 - Private Use characters [StringPrep, C.3] 129 - Inappropriate for plain text characters [StringPrep, C.6] [all …]
|