OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ascii
(Results
1 - 25
of
429
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/sys/arch/m68k/fpsp/
copyright.s
4
.
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
...]
/src/sys/arch/m68k/060sp/
copyright.S
5
.
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
...]
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
netbsd.inc
9
.
ascii
"NetBSD\0\0"
openbsd.inc
9
.
ascii
"OpenBSD\0\0"
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.asm/
netbsd.inc
9
.
ascii
"NetBSD\0\0"
openbsd.inc
9
.
ascii
"OpenBSD\0\0"
/src/lib/libc/stdlib/
atof.c
45
atof(const char *
ascii
)
47
_DIAGASSERT(
ascii
!= NULL);
49
return (strtod(
ascii
, NULL));
/src/external/bsd/libbind/dist/inet/
nsap_addr.c
46
inet_nsap_addr(const char *
ascii
, u_char *binary, int maxlen) {
50
if (
ascii
[0] != '0' || (
ascii
[1] != 'x' &&
ascii
[1] != 'X'))
52
ascii
+= 2;
54
while ((c = *
ascii
++) != '\0' && len < (u_int)maxlen) {
63
c = *
ascii
++;
82
inet_nsap_ntoa(int binlen, const u_char *binary, char *
ascii
) {
88
if (
ascii
)
89
start =
ascii
;
[
all
...]
/src/lib/csu/common/
compident.S
64
.
ascii
"NetBSD\0\0"
65
.
ascii
CONTENT
sysident.S
67
.
ascii
"NetBSD\0\0" /* ELF_NOTE_NETBSD_NAME */
76
.
ascii
"PaX\0" /* ELF_NOTE_PAX_NAME */
86
.
ascii
"NetBSD\0\0"
/src/external/gpl2/groff/font/devascii/
Makefile
5
DEV=
ascii
/src/lib/libc/inet/
nsap_addr.c
58
inet_nsap_addr(const char *
ascii
, u_char *binary, int maxlen) {
62
_DIAGASSERT(
ascii
!= NULL);
65
if (
ascii
[0] != '0' || (
ascii
[1] != 'x' &&
ascii
[1] != 'X'))
67
ascii
+= 2;
69
while ((c = *
ascii
++) != '\0' && len < (u_int)maxlen) {
78
c = *
ascii
++;
97
inet_nsap_ntoa(int binlen, const u_char *binary, char *
ascii
) {
105
if (
ascii
)
[
all
...]
/src/share/examples/asm/hello/
aarch64.s
54
.
ascii
"NetBSD\0\0" /* ELF_NOTE_NETBSD_NAME */
62
.
ascii
"Hello, world!\n"
arm.s
54
.
ascii
"NetBSD\0\0" /* ELF_NOTE_NETBSD_NAME */
62
.
ascii
"Hello, world!\n"
i386.s
54
.
ascii
"NetBSD\0\0" /* ELF_NOTE_NETBSD_NAME */
62
.
ascii
"Hello, world!\n"
sh3.s
54
.
ascii
"NetBSD\0\0" /* ELF_NOTE_NETBSD_NAME */
62
.
ascii
"Hello, world!\n"
x86_64.s
54
.
ascii
"NetBSD\0\0" /* ELF_NOTE_NETBSD_NAME */
62
.
ascii
"Hello, world!\n"
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-op-call.S
36
.
ascii
"file0.txt\0" /* DW_AT_name */
37
.
ascii
"GNU C 3.3.3\0" /* DW_AT_producer */
53
.
ascii
"file1.txt\0" /* DW_AT_name */
54
.
ascii
"GNU C 3.3.3\0" /* DW_AT_producer */
59
.
ascii
"2byte\0" /* DW_AT_name */
65
.
ascii
"array1\0" /* DW_AT_name */
73
.
ascii
"array2\0" /* DW_AT_name */
83
.
ascii
"array3\0" /* DW_AT_name */
93
.
ascii
"arraycallnoloc\0" /* DW_AT_name */
102
.
ascii
"arraynoloc\0" /* DW_AT_name *
[
all
...]
dw2-canonicalize-type.S
38
.
ascii
"GNU C 4.4.3\0" /* DW_AT_producer */
40
.
ascii
"1.c\0" /* DW_AT_name */
44
.
ascii
"f\0" /* DW_AT_name */
52
.
ascii
"param_sizeof\0" /* DW_AT_name */
56
.
ascii
"param_opnew\0" /* DW_AT_name */
60
.
ascii
"param_opdelete\0" /* DW_AT_name */
64
.
ascii
"param_opnewarray\0" /* DW_AT_name */
68
.
ascii
"param_opdeletearray\0" /* DW_AT_name */
73
.
ascii
"typename<sizeof(int)>\0" /* DW_AT_name */
79
.
ascii
"C::operator new(int)\0" /* DW_AT_name *
[
all
...]
dw2-op-stack-value.S
32
.
ascii
"file1.txt\0" /* DW_AT_name */
33
.
ascii
"GNU C 3.3.3\0" /* DW_AT_producer */
38
.
ascii
"2byte\0" /* DW_AT_name */
44
.
ascii
"4byte\0" /* DW_AT_name */
50
.
ascii
"8byte\0" /* DW_AT_name */
55
.
ascii
"stack2\0" /* DW_AT_name */
63
.
ascii
"stack8\0" /* DW_AT_name */
71
.
ascii
"implicit4to2\0" /* DW_AT_name */
80
.
ascii
"implicit4to4\0" /* DW_AT_name */
dw2-empty-namespace.S
34
.
ascii
"file1.txt\0" /* DW_AT_name */
35
.
ascii
"GNU C 3.3.3\0" /* DW_AT_producer */
40
.
ascii
"int\0" /* DW_AT_name */
45
.
ascii
"::\0" /* DW_AT_name */
48
.
ascii
"var\0" /* DW_AT_name */
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-op-call.S
36
.
ascii
"file0.txt\0" /* DW_AT_name */
37
.
ascii
"GNU C 3.3.3\0" /* DW_AT_producer */
53
.
ascii
"file1.txt\0" /* DW_AT_name */
54
.
ascii
"GNU C 3.3.3\0" /* DW_AT_producer */
59
.
ascii
"2byte\0" /* DW_AT_name */
65
.
ascii
"array1\0" /* DW_AT_name */
73
.
ascii
"array2\0" /* DW_AT_name */
83
.
ascii
"array3\0" /* DW_AT_name */
93
.
ascii
"arraycallnoloc\0" /* DW_AT_name */
102
.
ascii
"arraynoloc\0" /* DW_AT_name *
[
all
...]
dw2-canonicalize-type.S
38
.
ascii
"GNU C 4.4.3\0" /* DW_AT_producer */
40
.
ascii
"1.c\0" /* DW_AT_name */
44
.
ascii
"f\0" /* DW_AT_name */
52
.
ascii
"param_sizeof\0" /* DW_AT_name */
56
.
ascii
"param_opnew\0" /* DW_AT_name */
60
.
ascii
"param_opdelete\0" /* DW_AT_name */
64
.
ascii
"param_opnewarray\0" /* DW_AT_name */
68
.
ascii
"param_opdeletearray\0" /* DW_AT_name */
73
.
ascii
"typename<sizeof(int)>\0" /* DW_AT_name */
79
.
ascii
"C::operator new(int)\0" /* DW_AT_name *
[
all
...]
dw2-op-stack-value.S
32
.
ascii
"file1.txt\0" /* DW_AT_name */
33
.
ascii
"GNU C 3.3.3\0" /* DW_AT_producer */
38
.
ascii
"2byte\0" /* DW_AT_name */
44
.
ascii
"4byte\0" /* DW_AT_name */
50
.
ascii
"8byte\0" /* DW_AT_name */
55
.
ascii
"stack2\0" /* DW_AT_name */
63
.
ascii
"stack8\0" /* DW_AT_name */
71
.
ascii
"implicit4to2\0" /* DW_AT_name */
80
.
ascii
"implicit4to4\0" /* DW_AT_name */
dw2-empty-namespace.S
34
.
ascii
"file1.txt\0" /* DW_AT_name */
35
.
ascii
"GNU C 3.3.3\0" /* DW_AT_producer */
40
.
ascii
"int\0" /* DW_AT_name */
45
.
ascii
"::\0" /* DW_AT_name */
48
.
ascii
"var\0" /* DW_AT_name */
Completed in 39 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Wed Mar 04 05:31:52 UTC 2026