Home
last modified time | relevance | path

Searched refs:DEC (Results 1 – 25 of 210) sorted by relevance

123456789

/openbsd-src/usr.bin/uudecode/
H A Duudecode.c356 #define DEC(c) (((c) - ' ') & 077) /* single character decode */ in uu_decode() macro
370 if ((i = DEC(*p)) <= 0) in uu_decode()
382 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode()
384 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode()
386 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode()
395 ch = DEC(p[0]) << 2 | DEC(p[1]) >> 4; in uu_decode()
403 ch = DEC(p[1]) << 4 | DEC(p[2]) >> 2; in uu_decode()
411 ch = DEC(p[2]) << 6 | DEC(p[3]); in uu_decode()
/openbsd-src/lib/libc/gen/
H A Dsyslog_r.c101 #define DEC() \ in __vsyslog_r() macro
112 DEC(); in __vsyslog_r()
120 DEC(); in __vsyslog_r()
124 DEC(); in __vsyslog_r()
165 DEC(); in __vsyslog_r()
/openbsd-src/usr.bin/file/magdir/
H A Dlecter4 # DEC SRC Virtual Paper: Lectern files
6 0 string lect DEC SRC Virtual Paper Lectern file
/openbsd-src/usr.bin/vi/vi/
H A Dv_increment.c30 #define DEC 0 macro
132 ntype = fmt[DEC]; in v_increment()
147 ntype = fmt[DEC]; in v_increment()
201 ntype = fmt[DEC]; in v_increment()
/openbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.computer34 03/28 DEC announces PDP-11, 1970
47 05/21 DEC announces PDP-8, 1965
68 08/23 DEC founded, 1957
79 10/25 DEC announces VAX-11/780, 1977
/openbsd-src/regress/lib/libc/cephes/
H A Ddrand.c123 #ifdef DEC
148 #ifdef DEC
H A Dmconf.h113 #define DEC 1 macro
H A Dieetst.c75 #ifdef DEC
103 #ifdef DEC in main()
133 #ifdef DEC in main()
388 #ifdef DEC in main()
644 #ifdef DEC
H A Dieee.c1725 #ifdef DEC
1824 #ifdef DEC
1991 #ifdef DEC
2039 #ifdef DEC
2242 #ifdef DEC
2422 #ifdef DEC
2437 #ifdef DEC
2449 #ifdef DEC
2473 #ifdef DEC
3440 #ifdef DEC
[all …]
/openbsd-src/sys/dev/eisa/
H A Deisadevs56 vendor DEC Digital Equipment
451 product DEC 1011 EVC-1 Video
452 product DEC 1021 ESC-1 SCSI
453 product DEC 1031 DECpc MTE Series System Board
454 product DEC 2030 DE203 Ethernet
455 product DEC 2040 DE204 Ethernet
456 product DEC 2050 DE205 Ethernet
457 product DEC 2400 DECpc AXP/150 System Board
458 product DEC 2500 DEC EISA NVRAM for Alpha AXP
459 product DEC 2A01 AlphaServer 2100 Family System Board
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D950612-1.c14 DEC enumerator
128 case DEC:
/openbsd-src/usr.bin/at/
H A Dparsetime.c60 JUL, AUG, SEP, OCT, NOV, DEC, enumerator
114 { "dec", DEC, 0 },
126 { "december", DEC,0 },
524 case JUL: case AUG: case SEP: case OCT: case NOV: case DEC: in month()
/openbsd-src/sys/dev/tc/
H A Dtcdevs40 device OTTO otto DEC SRC \"OTTO\" ATM
43 device PMAF-AA fza DEC FDDIcontroller 700 (DEFZA; fiber optic)
71 device PMAT-AA tra DEC TurboChannel Token Ring Controller
83 #device PMAF-CA fza DEC FDDIcontroller 700C (DEFZA; copper)
/openbsd-src/sys/dev/isa/
H A Dpnpdevs186 # PNP8072 # DEC (DE211) EtherWorks MC/TP
187 # PNP8073 # DEC (DE212) EtherWorks MC/TP_BNC
207 # PNP80E7 # DEC DEPCA
208 # PNP80E8 # DEC (DE100) EtherWorks LC
209 # PNP80E9 # DEC (DE200) EtherWorks Turbo
210 # PNP80EA # DEC (DE101) EtherWorks LC/TP
211 # PNP80EB # DEC (DE201) EtherWorks Turbo/TP
212 # PNP80EC # DEC (DE202) EtherWorks Turbo/TP_BNC
213 # PNP80ED # DEC (DE102) EtherWorks LC/TP_BNC
214 # PNP80EE # DEC EE101 (Built-In)
[all …]
/openbsd-src/sys/arch/alpha/conf/
H A DRAMDISKC23 option DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
36 tga* at pci? # DEC ZLXp-E[123] graphics
H A DRAMDISKBIG27 option DEC_ALPHABOOK1 # AlphaBook1: Tadpole/DEC AlphaBook
152 tga* at pci? # DEC ZLXp-E[123] graphics
196 lc0 at isa? port 0x200 # DEC EtherWorks
197 lc1 at isa? port 0x280 # DEC EtherWorks
/openbsd-src/lib/libpcap/
H A DREADME40 BPF is standard in 4.4BSD, BSD/386, NetBSD, and FreeBSD. DEC OSF/1
45 ftp://gatekeeper.dec.com/pub/DEC/net/bpfext42.tar.Z.
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dvms-crt0.c32 You Lose! This file can only be compiled with DEC C.
H A Dvms-psxcrt0.c32 You Lose! This file can only be compiled with DEC C.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dvms-crt0.c32 You Lose! This file can only be compiled with DEC C.
H A Dvms-psxcrt0.c32 You Lose! This file can only be compiled with DEC C.
/openbsd-src/sys/dev/dec/
H A Dfiles.dec8 # Attribute for DEC lance padded-DMA copy functions. Lance attachments
/openbsd-src/sys/kern/
H A Dsubr_prf.c702 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ in kprintf() enumerator
882 base = DEC; in kprintf()
934 base = DEC; in kprintf()
980 case DEC: in kprintf()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DREADME213 need DEC C or GNU C for openVMS/Alpha. You'll need *both* compilers
216 Compiling with either DEC C or GNU C works on openVMS/Alpha only. Some
217 of the opcodes and binutils files trap a bug in the DEC C optimizer,
221 a bug in GNU C and the gnu assembler a bug in (my version of) DEC C.
230 If you're compiling with DEC C or VAX C, you must run
237 makefile.vms. Either select CC=cc (for DEC C) or CC=gcc (for GNU C)
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DREADME213 need DEC C or GNU C for openVMS/Alpha. You'll need *both* compilers
216 Compiling with either DEC C or GNU C works on openVMS/Alpha only. Some
217 of the opcodes and binutils files trap a bug in the DEC C optimizer,
221 a bug in GNU C and the gnu assembler a bug in (my version of) DEC C.
230 If you're compiling with DEC C or VAX C, you must run
237 makefile.vms. Either select CC=cc (for DEC C) or CC=gcc (for GNU C)

123456789