HomeSort by: relevance | last modified time | path
    Searched refs:ascii (Results 1 - 25 of 74) sorted by relevancy

1 2 3

  /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/lib/libc/stdlib/
atof.c 45 atof(const char *ascii)
47 _DIAGASSERT(ascii != NULL);
49 return (strtod(ascii, NULL));
  /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/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/sys/external/bsd/gnu-efi/dist/gnuefi/
crt0-efi-aarch64.S 28 .ascii "MZ"
32 .ascii "PE"
90 .ascii ".text\0\0\0"
102 .ascii ".data\0\0\0"
crt0-efi-arm.S 28 .ascii "MZ"
32 .ascii "PE"
98 .ascii ".reloc"
112 .ascii ".text"
crt0-efi-riscv64.S 32 .ascii "MZ"
36 .ascii "PE"
99 .ascii ".reloc\0\0"
110 .ascii ".text\0\0\0"
crt0-efi-mips64el.S 29 .ascii "MZ"
33 .ascii "PE"
97 .ascii ".reloc"
111 .ascii ".text"
  /src/sys/arch/x68k/stand/mboot/
srt0.S 36 .ascii BOOT
  /src/sys/arch/or1k/include/
asm.h 89 .ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; \
90 .ascii " "; .ascii _NETBSD_REVISIONID; \
113 .ascii msg; \
  /src/sys/arch/amd64/include/
asm.h 121 _IDENTSTR(.ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; .ascii " "; \
122 .ascii _NETBSD_REVISIONID; .asciz " $")
141 .ascii msg; \
146 .ascii msg; \
  /src/sys/arch/hppa/include/
asm.h 105 .ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; \
106 .ascii " "; .ascii _NETBSD_REVISIONID; \
150 .ascii msg; \
155 .ascii msg; \
  /src/sys/arch/ia64/include/
asm.h 148 * Allocate space for a message (a read-only ascii string)
195 .ascii msg; \
200 .ascii msg; \
209 .ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; \
210 .ascii " "; .ascii _NETBSD_REVISIONID; \
  /src/sys/arch/vax/include/
asm.h 85 .ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; \
86 .ascii " "; .ascii _NETBSD_REVISIONID; \
115 .ascii msg; \
120 .ascii msg; \
  /src/sys/arch/sh3/include/
asm.h 209 .ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; \
210 .ascii " "; .ascii _NETBSD_REVISIONID; \
244 .ascii msg; \
249 .ascii msg; \
  /src/sys/arch/i386/include/
asm.h 193 _IDENTSTR(.ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; .ascii " "; \
194 .ascii _NETBSD_REVISIONID; .asciz " $")
220 .ascii msg; \
225 .ascii msg; \
  /src/sys/arch/m68k/include/
asm.h 145 .ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; \
146 .ascii " "; .ascii _NETBSD_REVISIONID; \
253 .ascii msg; \
258 .ascii msg; \
  /src/sys/arch/sparc/include/
asm.h 163 .ascii "$"; .ascii "NetBSD: "; .ascii __FILE__; \
164 .ascii " "; .ascii _NETBSD_REVISIONID; \
201 .ascii msg; \
206 .ascii msg; \

Completed in 27 milliseconds

1 2 3