Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 25 of 543) sorted by relevance

12345678910>>...22

/netbsd-src/sys/arch/m68k/060sp/
H A Dcopyright.S5 .ascii "MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP\n"
6 .ascii "M68000 Hi-Performance Microprocessor Division\n"
7 .ascii "M68060 Software Package Production Release \n"
8 .ascii "\n"
9 .ascii "M68060 Software Package Copyright (C) 1993, 1994, "
10 .ascii "1995, 1996 Motorola Inc.\n"
11 .ascii "All rights reserved.\n"
12 .ascii "\n"
13 .ascii "THE SOFTWARE is provided on an \"AS IS\" basis and without"
14 .ascii " warranty.\n"
[all …]
/netbsd-src/sys/arch/m68k/fpsp/
H A Dcopyright.s4 .ascii "MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP\n"
5 .ascii "M68000 Hi-Performance Microprocessor Division\n"
6 .ascii "M68040 Software Package\n"
7 .ascii "\n"
8 .ascii "M68040 Software Package Copyright (c) 1993, 1994 Motorola Inc.\n"
9 .ascii "All rights reserved.\n"
10 .ascii "\n"
11 .ascii "THE SOFTWARE is provided on an \"AS IS\" basis and without warranty.\n"
12 .ascii "To the maximum extent permitted by applicable law,\n"
13 .ascii "MOTOROLA DISCLAIMS ALL WARRANTIES WHETHER EXPRESS OR IMPLIED,\n"
[all …]
/netbsd-src/lib/libc/inet/
H A Dnsap_addr.c58 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
62 _DIAGASSERT(ascii != NULL); in inet_nsap_addr()
65 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X')) in inet_nsap_addr()
67 ascii += 2; in inet_nsap_addr()
69 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { in inet_nsap_addr()
78 c = *ascii++; in inet_nsap_addr()
97 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
105 if (ascii) in inet_nsap_ntoa()
106 start = ascii; in inet_nsap_ntoa()
108 ascii = tmpbuf; in inet_nsap_ntoa()
[all …]
/netbsd-src/external/bsd/libbind/dist/inet/
H A Dnsap_addr.c46 inet_nsap_addr(const char *ascii, u_char *binary, int maxlen) { in inet_nsap_addr() argument
50 if (ascii[0] != '0' || (ascii[1] != 'x' && ascii[1] != 'X')) in inet_nsap_addr()
52 ascii += 2; in inet_nsap_addr()
54 while ((c = *ascii++) != '\0' && len < (u_int)maxlen) { in inet_nsap_addr()
63 c = *ascii++; in inet_nsap_addr()
82 inet_nsap_ntoa(int binlen, const u_char *binary, char *ascii) { in inet_nsap_ntoa() argument
88 if (ascii) in inet_nsap_ntoa()
89 start = ascii; in inet_nsap_ntoa()
91 ascii = tmpbuf; in inet_nsap_ntoa()
95 *ascii++ = '0'; in inet_nsap_ntoa()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Drust-demangle.c98 const char *ascii; member
109 ident.ascii = NULL; in parse_ident()
133 ident.ascii = rdm->sym + start; in parse_ident()
137 ident.ascii = NULL; in parse_ident()
243 if (ident.ascii_len >= 2 && ident.ascii[0] == '_' in print_ident()
244 && ident.ascii[1] == '$') in print_ident()
246 ident.ascii++; in print_ident()
253 if (ident.ascii[0] == '$') in print_ident()
256 = decode_legacy_escape (ident.ascii, ident.ascii_len, &len); in print_ident()
262 print_str (rdm, ident.ascii, ident.ascii_len); in print_ident()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmidna_domain_test.ref5 ./midna_domain: "Δημοσθένους.example.com" ->ascii "xn--ixanjetild1af0a.example.com"
7 ./midna_domain: "Δημοσθένους.example.com" ->ascii "xn--ixanjetild1af0a.example.com" ->utf8 "δημοσθέ…
13 ./midna_domain: "Hello.example.com" ->ascii "hello.example.com"
15 ./midna_domain: "Hello.example.com" ->utf8 "hello.example.com" ->ascii "hello.example.com"
23 ./midna_domain: "bad-.example.com" ->ascii "(error)"
30 ./midna_domain: "-bad.example.com" ->ascii "(error)"
37 …n: "abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789.example.com" ->ascii "(error)"
43 …f0123456789abcdef0123456789abcdef0123456789abcdef012345678.example.com" ->ascii "abcdef0123456789a…
45 …f0123456789abcdef0123456789abcdef0123456789abcdef012345678.example.com" ->ascii "abcdef0123456789a…
51 …34567.abcdef0123456789abcdef0123456789abcdef0123456789abcdef01234567.example.com" ->ascii "(error)"
[all …]
H A Dmidna_domain.c366 const char *ascii; in main() local
391 ascii = midna_domain_to_ascii(bp); in main()
392 msg_info("\"%s\" ->ascii \"%s\"", bp, ascii ? ascii : "(error)"); in main()
395 if (ascii != 0) { in main()
396 utf8 = midna_domain_to_utf8(ascii); in main()
398 bp, ascii, utf8 ? utf8 : "(error)"); in main()
406 ascii = midna_domain_to_ascii(utf8); in main()
408 bp, utf8, ascii ? ascii : "(error)"); in main()
409 if (ascii != 0) { in main()
410 if (strcmp(ascii, bp) != 0) in main()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Drust-demangle.c194 const char *ascii; member
210 ident.ascii = NULL; in parse_ident()
243 ident.ascii = rdm->sym + start; in parse_ident()
254 if (ident.ascii[ident.ascii_len] == '_') in parse_ident()
264 ident.punycode = ident.ascii + (len - ident.punycode_len); in parse_ident()
268 ident.ascii = NULL; in parse_ident()
395 if (ident.ascii_len >= 2 && ident.ascii[0] == '_' in print_ident()
396 && ident.ascii[1] == '$') in print_ident()
398 ident.ascii++; in print_ident()
405 if (ident.ascii[0] == '$') in print_ident()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Drust-demangle.c194 const char *ascii; member
210 ident.ascii = NULL; in parse_ident()
243 ident.ascii = rdm->sym + start; in parse_ident()
254 if (ident.ascii[ident.ascii_len] == '_') in parse_ident()
264 ident.punycode = ident.ascii + (len - ident.punycode_len); in parse_ident()
268 ident.ascii = NULL; in parse_ident()
395 if (ident.ascii_len >= 2 && ident.ascii[0] == '_' in print_ident()
396 && ident.ascii[1] == '$') in print_ident()
398 ident.ascii++; in print_ident()
405 if (ident.ascii[0] == '$') in print_ident()
[all …]
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Drust-demangle.c194 const char *ascii; member
210 ident.ascii = NULL; in parse_ident()
243 ident.ascii = rdm->sym + start; in parse_ident()
254 if (ident.ascii[ident.ascii_len] == '_') in parse_ident()
264 ident.punycode = ident.ascii + (len - ident.punycode_len); in parse_ident()
268 ident.ascii = NULL; in parse_ident()
395 if (ident.ascii_len >= 2 && ident.ascii[0] == '_' in print_ident()
396 && ident.ascii[1] == '$') in print_ident()
398 ident.ascii++; in print_ident()
405 if (ident.ascii[0] == '$') in print_ident()
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dpy_calltime_example.txt22 ascii.py func ? 1
23 ascii.py func Codec 1
24 ascii.py func StreamConverter 1
25 ascii.py func StreamReader 1
26 ascii.py func StreamWriter 1
27 ascii.py func getregentry 1
90 ascii.py func StreamWriter 2
91 ascii.py func StreamReader 2
95 ascii.py func getregentry 2
101 ascii.py func StreamConverter 3
[all …]
H A Dpy_cputime_example.txt22 ascii.py func ? 1
23 ascii.py func Codec 1
24 ascii.py func StreamConverter 1
25 ascii.py func StreamReader 1
26 ascii.py func StreamWriter 1
27 ascii.py func getregentry 1
90 ascii.py func StreamWriter 1
92 ascii.py func StreamReader 1
99 ascii.py func getregentry 1
101 ascii.py func Codec 2
[all …]
H A Dpy_funccalls_example.txt21 ascii.py ? 1
22 ascii.py Codec 1
23 ascii.py StreamConverter 1
24 ascii.py StreamReader 1
25 ascii.py StreamWriter 1
26 ascii.py getregentry 1
H A Dpy_calldist_example.txt36 ascii.py, func, Codec
42 ascii.py, func, StreamConverter
48 ascii.py, func, StreamReader
54 ascii.py, func, StreamWriter
60 ascii.py, func, getregentry
290 ascii.py, func, ?
505 ascii.py, func, Codec
511 ascii.py, func, StreamConverter
517 ascii.py, func, StreamReader
523 ascii.py, func, StreamWriter
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dpy_calltime_example.txt22 ascii.py func ? 1
23 ascii.py func Codec 1
24 ascii.py func StreamConverter 1
25 ascii.py func StreamReader 1
26 ascii.py func StreamWriter 1
27 ascii.py func getregentry 1
90 ascii.py func StreamWriter 2
91 ascii.py func StreamReader 2
95 ascii.py func getregentry 2
101 ascii.py func StreamConverter 3
[all …]
H A Dpy_cputime_example.txt22 ascii.py func ? 1
23 ascii.py func Codec 1
24 ascii.py func StreamConverter 1
25 ascii.py func StreamReader 1
26 ascii.py func StreamWriter 1
27 ascii.py func getregentry 1
90 ascii.py func StreamWriter 1
92 ascii.py func StreamReader 1
99 ascii.py func getregentry 1
101 ascii.py func Codec 2
[all …]
H A Dpy_funccalls_example.txt21 ascii.py ? 1
22 ascii.py Codec 1
23 ascii.py StreamConverter 1
24 ascii.py StreamReader 1
25 ascii.py StreamWriter 1
26 ascii.py getregentry 1
/netbsd-src/sys/external/bsd/gnu-efi/dist/gnuefi/
H A Dcrt0-efi-arm.S28 .ascii "MZ"
32 .ascii "PE"
98 .ascii ".reloc"
112 .ascii ".text"
H A Dcrt0-efi-riscv64.S32 .ascii "MZ"
36 .ascii "PE"
99 .ascii ".reloc\0\0"
110 .ascii ".text\0\0\0"
H A Dcrt0-efi-aarch64.S28 .ascii "MZ"
32 .ascii "PE"
90 .ascii ".text\0\0\0"
102 .ascii ".data\0\0\0"
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dgrace9 # ACE/gr ascii
10 0 string #\ xvgr\ parameter\ file ACE/gr ascii file
11 0 string #\ xmgr\ parameter\ file ACE/gr ascii file
12 0 string #\ ACE/gr\ parameter\ file ACE/gr ascii file
/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A D2template_test.in2 Charset: us-ascii
21 Charset: us-ascii
44 Charset: us-ascii
59 Charset: us-ascii
70 Charset: us-ascii
89 Charset: us-ascii
112 Charset: us-ascii
127 Charset: us-ascii
/netbsd-src/lib/libc/stdlib/
H A Datof.c45 atof(const char *ascii) in atof() argument
47 _DIAGASSERT(ascii != NULL); in atof()
49 return (strtod(ascii, NULL)); in atof()
/netbsd-src/lib/csu/common/
H A Dsysident.S67 .ascii "NetBSD\0\0" /* ELF_NOTE_NETBSD_NAME */
76 .ascii "PaX\0" /* ELF_NOTE_PAX_NAME */
86 .ascii "NetBSD\0\0"
/netbsd-src/external/bsd/mdocml/dist/
H A Dchars.c37 const char *ascii; member
493 *rsz = strlen(ln->ascii); in mchars_spec2str()
494 return ln->ascii; in mchars_spec2str()
504 return lines[i].ascii; in mchars_uc2str()

12345678910>>...22