/freebsd/share/numericdef/ |
H A D | Makefile | 9 LOCALES+= en_ZA.US-ASCII 16 LOCALES+= en_US.US-ASCII 61 SAME+= en_US.US-ASCII zh_CN.GBK 62 SAME+= en_US.US-ASCII zh_CN.GB18030 63 SAME+= en_US.US-ASCII ko_KR.eucKR 64 SAME+= en_US.US-ASCII ja_JP.SJIS 65 SAME+= en_US.US-ASCII ja_JP.eucJP 66 SAME+= en_US.US-ASCII es_MX.ISO8859-1 67 SAME+= en_US.US-ASCII en_US.ISO8859-15 68 SAME+= en_US.US-ASCII en_US.ISO8859-1 [all …]
|
/freebsd/share/msgdef/ |
H A D | Makefile | 43 LOCALES+= en_US.US-ASCII 78 SAME+= en_US.US-ASCII en_ZA.US-ASCII 79 SAME+= en_US.US-ASCII en_ZA.ISO8859-15 80 SAME+= en_US.US-ASCII en_ZA.ISO8859-1 81 SAME+= en_US.US-ASCII en_US.ISO8859-15 82 SAME+= en_US.US-ASCII en_US.ISO8859-1 83 SAME+= en_US.US-ASCII en_SG.ISO8859-1 84 SAME+= en_US.US-ASCII en_NZ.US-ASCII 85 SAME+= en_US.US-ASCII en_NZ.ISO8859-15 86 SAME+= en_US.US-ASCII en_NZ.ISO8859-1 [all …]
|
/freebsd/lib/libc/inet/ |
H A D | nsap_addr.c | 41 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument 45 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X')) in inet_nsap_addr() 47 ascii += 2; in inet_nsap_addr() 49 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { in inet_nsap_addr() 58 c = *ascii++; in inet_nsap_addr() 77 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument 83 if (ascii) in inet_nsap_ntoa() 84 start = ascii; in inet_nsap_ntoa() 86 ascii = tmpbuf; in inet_nsap_ntoa() 90 *ascii++ = '0'; in inet_nsap_ntoa() [all …]
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | PrintLib.h | 3 Unicode and ASCII strings are supported. 72 - The argument is a Unicode character. ASCII characters can be printed 93 - The argument is a pointer to an ASCII string. 347 ASCII format string and a VA_LIST argument list. 369 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then 377 @param FormatString A Null-terminated ASCII format string. 395 ASCII format string and a BASE_LIST argument list. 415 PcdMaximumAsciiStringLength Ascii characters not including the Null-terminator, then 423 @param FormatString A Null-terminated ASCII format string. 441 ASCII format string and variable argument list. [all …]
|
H A D | BaseLib.h | 576 Returns the length of a Null-terminated Ascii string. 580 @param String A pointer to a Null-terminated Ascii string. 581 @param MaxSize The maximum number of Destination Ascii 597 Returns the size of a Null-terminated Ascii string in bytes, including the 600 This function returns the size of the Null-terminated Ascii string specified 603 @param String A pointer to a Null-terminated Ascii string. 604 @param MaxSize The maximum number of Destination Ascii 611 @return The size of the Null-terminated Ascii string in bytes, including the 630 @param Destination A pointer to a Null-terminated Ascii string. 631 @param DestMax The maximum number of Destination Ascii [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3490.txt | 33 characters outside the ASCII repertoire. This document defines 37 repertoire (Unicode), but IDNA allows the non-ASCII characters to be 38 represented using only the ASCII characters already allowed in so- 86 IDNA works by allowing applications to use certain ASCII name labels 87 (beginning with a special prefix) to represent non-ASCII name labels. 91 elements, because the ASCII name service provided by the existing DNS 97 application wants to use non-ASCII characters in domain names, IDNA 141 in applications by using the ASCII representation of the non-ASCII 179 radio) would correctly enter the IDN. Similar issues exist for ASCII 192 anywhere that ASCII domain names are already supported, including DNS [all …]
|
/freebsd/lib/libnetgraph/ |
H A D | msg.c | 85 * Send a message given in ASCII format. We first ask the node to translate 91 struct ng_mesg *reply, *binary, *ascii; in NgSendAsciiMsg() local 114 if ((ascii = malloc(sizeof(struct ng_mesg) in NgSendAsciiMsg() 119 memset(ascii, 0, sizeof(*ascii)); in NgSendAsciiMsg() 122 strncpy((char *)ascii->header.cmdstr, cmd, in NgSendAsciiMsg() 123 sizeof(ascii->header.cmdstr) - 1); in NgSendAsciiMsg() 124 strcpy(ascii->data, args); in NgSendAsciiMsg() 125 ascii->header.arglen = strlen(ascii->data) + 1; in NgSendAsciiMsg() 128 /* Send node a request to convert ASCII to binary */ in NgSendAsciiMsg() 130 (u_char *)ascii, sizeof(*ascii) + ascii->header.arglen) < 0) { in NgSendAsciiMsg() [all …]
|
H A D | netgraph.3 | 173 .Tn ASCII 180 .Tn ASCII 191 .Tn ASCII 231 .Tn ASCII 239 .Tn ASCII 311 .Tn ASCII 369 .Tn ASCII 373 .Tn ASCII 376 .Tn ASCII 379 ASCII control message array or fixed width string buffer overflow.
|
/freebsd/share/monetdef/ |
H A D | Makefile | 17 LOCALES+= en_GB.US-ASCII 21 LOCALES+= en_ZA.US-ASCII 56 LOCALES+= en_AU.US-ASCII 57 LOCALES+= en_CA.US-ASCII 60 LOCALES+= en_NZ.US-ASCII 61 LOCALES+= en_US.US-ASCII 96 SAME+= en_AU.US-ASCII en_AU.ISO8859-15 97 SAME+= en_AU.US-ASCII en_AU.ISO8859-1 98 SAME+= en_CA.US-ASCII en_CA.ISO8859-15 99 SAME+= en_CA.US-ASCII en_CA.ISO8859-1 [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CharInfo.h | 1 //===--- clang/Basic/CharInfo.h - Classifying ASCII Characters --*- C++ -*-===// 40 /// Returns true if a byte is an ASCII character. 47 /// Returns true if a codepoint is an ASCII character. 87 /// Returns true if this character is horizontal ASCII whitespace: 96 /// Returns true if this character is vertical ASCII whitespace: '\\n', '\\r'. 104 /// Return true if this character is horizontal or vertical ASCII whitespace: 113 /// Return true if this character is an ASCII digit: [0-9] 119 /// Return true if this character is a lowercase ASCII letter: [a-z] 125 /// Return true if this character is an uppercase ASCII letter: [A-Z] 131 /// Return true if this character is an ASCII letter: [a-zA-Z] [all …]
|
/freebsd/usr.sbin/ngctl/ |
H A D | msg.c | 58 " command name and ASCII arguments (if any) and sends that message" 60 " the ASCII message into binary format, and resending the result.", 127 struct ng_mesg *ascii; in MsgRead() local 136 /* Ask originating node to convert message to ASCII */ in MsgRead() 151 /* Display message in ASCII form */ in MsgRead() 153 ascii = (struct ng_mesg *)m2->data; in MsgRead() 155 (ascii->header.flags & NGF_RESP) != 0 ? "response" : "command", in MsgRead() 156 ascii->header.cmdstr, ascii->header.cmd, path); in MsgRead() 157 if (*ascii->data != '\0') in MsgRead() 158 printf("Args:\t%s\n", ascii->data); in MsgRead()
|
/freebsd/usr.bin/ee/nls/ru_RU.KOI8-R/ |
H A D | ee.msg | 47 36 "^a ascii-��� ^i ��������� ^r ������ " 59 48 "read : �������� ���� char : ascii-��� ������� " 69 58 "^a ascii-��� ^x ������ ������ ^z ������� ������ ^d ���� ^n ����. ���. " 74 63 "read : �������� ���� |char : ascii-��� ������� |0-9 : ������� � ������ " 80 69 "ascii-���: " 85 74 "ascii-��� ������� = %d" 163 152 "^g ����. �������� ^o ������ �� ascii-���� ^y �����... " 166 155 "^o ascii-��� ^x ������ ������ ^l ������� ������ ^n ���� ^v ����. ���."
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | StringPrinter.cpp | 136 DecodedCharBuffer GetPrintableImpl<StringElementType::ASCII>( in GetPrintableImpl() 139 // The ASCII helper always advances 1 byte at a time. in GetPrintableImpl() 174 // isn't valid utf8, fall back to printing an ASCII-escaped subsequence. in GetPrintableImpl() 176 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next, in GetPrintableImpl() 225 case StringElementType::ASCII: in GetPrintable() 226 return GetPrintableImpl<StringElementType::ASCII>(buffer, buffer_end, next, in GetPrintable() 241 case GetPrintableElementType::ASCII: in GetDefaultEscapingHelper() 246 : StringElementType::ASCII, in GetDefaultEscapingHelper() 419 // If not UTF8 or ASCII, conversion to UTF8 is necessary. in ReadEncodedBufferAndDumpToStream() 429 if (elem_type == StringElementType::ASCII in ReadEncodedBufferAndDumpToStream() [all...] |
/freebsd/tools/test/iconv/gnu/ |
H A D | gnu.c | 56 cd = iconv_open("ASCII//TRANSLIT", "UTF-8"); in ctl_get_translit1() 74 cd = iconv_open("ASCII", "UTF-8"); in ctl_get_translit2() 92 cd = iconv_open("ASCII", "UTF-8"); in ctl_set_translit1() 107 cd = iconv_open("ASCII//TRANSLIT", "UTF-8"); in ctl_set_translit2() 122 cd = iconv_open("ASCII", "UTF-8"); in ctl_get_discard_ilseq1() 140 cd = iconv_open("ASCII//IGNORE", "UTF-8"); in ctl_get_discard_ilseq2() 158 cd = iconv_open("ASCII", "UTF-8"); in ctl_set_discard_ilseq1() 173 cd = iconv_open("ASCII//IGNORE", "UTF-8"); in ctl_set_discard_ilseq2() 206 cd = iconv_open("ASCII", "KOI8-R"); in ctl_trivialp2() 256 cd = iconv_open("UTF-8", "ASCII"); in ctl_uc_hook() [all …]
|
/freebsd/lib/libc/gen/ |
H A D | getcap.3 | 89 before accessing the ASCII file. 178 .Tn ASCII 271 .Tn ASCII 478 .Dv ASCII 481 .Bl -column "\e\|X,X\e\|X" "(ASCII octal nnn)" 483 \e\|b, \e\|B (ASCII 010) backspace 484 \e\|t, \e\|T (ASCII 011) tab 485 \e\|n, \e\|N (ASCII 012) line feed (newline) 486 \e\|f, \e\|F (ASCII 014) form feed 487 \e\|r, \e\|R (ASCII 015) carriage return [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mchars_alloc.3 | 92 digits into a printable ASCII character. 94 ASCII character, the NUL character 115 If the input string is non-numeric or represents an ASCII character, 171 characters and returns an ASCII string representation. 174 In many cases, the meaning of such ASCII representations 177 special characters in documents intended for ASCII rendering 200 and returns an ASCII string representation, or the string
|
/freebsd/lib/libc/stdlib/ |
H A D | a64l.c | 16 #define ADOT 46 /* ASCII '.' */ 17 #define ASLASH 47 /* ASCII '/' */ 18 #define A0 48 /* ASCII '0' */ 19 #define AA 65 /* ASCII 'A' */ 20 #define Aa 97 /* ASCII 'a' */
|
/freebsd/usr.bin/ee/nls/uk_UA.KOI8-U/ |
H A D | ee.msg | 45 36 "^a ascii-��� ^i ������æ� ^r ������ " 57 48 "read : ��������� ���� char : ascii-��� ������� " 67 58 "^a ascii-��� ^x ����� ^z צ����. ����� ^d ���� ^n +���Ҧ��� " 72 63 "read : ��������� ���� |char : ascii-��� ������� |0-9 : ������� �� �����" 78 69 "ascii-���: " 161 152 "^g ����� 1 ���Ҧ��� ^o �������� ASCII ^y �� ������... " 164 155 "^o ascii-��� ^x ����� ^l צ����. ����� ^n +����� ^v +���Ҧ���"
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | cpio.5 | 234 .Ss Portable ASCII Format 236 standardized an ASCII variant that is portable across all 266 If the files being archived are themselves entirely ASCII, then 267 the resulting archive will be entirely ASCII, except for the 269 .Ss New ASCII Format 270 The "new" ASCII format uses 8-byte hexadecimal fields for 308 older ASCII format, which supports 8 gigabyte files). 314 The CRC format is identical to the new ASCII format described 346 The portable ASCII format is currently part of the specification for the 375 The old ASCII forma [all...] |
/freebsd/usr.bin/bmake/tests/variables/modifier_t/ |
H A D | Makefile.test | 5 ASCII= !"\#$$%&()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{… 8 @echo '${ASCII}' 11 @echo '${ASCII:tl}' 14 @echo '${ASCII:tu}'
|
/freebsd/bin/ed/test/ |
H A D | Makefile | 14 uudecode < ascii.d.uu ; \ 15 uudecode < ascii.r.uu ; \ 25 rm -f *.ed *.red *.[oz] *~ ascii.d ascii.r
|
/freebsd/share/man/man9/ |
H A D | hexdump.9 | 44 .Tn ASCII 49 .Tn ASCII 75 .Tn ASCII 78 .Tn ( ASCII 89 .Xr ascii 7
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AutoConvert.h | 1 //===- AutoConvert.h - Auto conversion between ASCII/EBCDIC -----*- C++ -*-===// 10 // ASCII/EBCDIC codepages specific to z/OS. 40 /// \brief Disable the z/OS enhanced ASCII auto-conversion for the file 44 /// \brief Query the z/OS enhanced ASCII auto-conversion status of a file 49 /// Restore the z/OS enhanced ASCII auto-conversion for the std handle.
|
/freebsd/lib/libutil/ |
H A D | hexdump.3 | 45 along with the ASCII representation of the bytes, if possible. 47 hexadecimal values, followed by 16 ASCII characters. 71 Character ASCII value to use as the separator for the hexadecimal output. 73 .Pq ASCII space 84 .Xr ascii 7 ,
|
/freebsd/contrib/tcpdump/ |
H A D | netdissect-ctype.h | 32 * Byte values outside the ASCII range are considered unprintable, so 38 #define ND_ISASCII(c) (!((c) & 0x80)) /* value is an ASCII code point */ 47 * Byte values outside the ASCII range are not converted. Byte values 48 * *in* the ASCII range are converted to byte values in the ASCII range;
|