Searched refs:DEC (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dsystable.c223 {"_exit", 1, DEC, NOV, DEC}, /* 1 */
224 {"psecflags", 3, DEC, NOV, HEX, PSFW, PSDLT}, /* 2 */
225 {"read", 3, DEC, NOV, DEC, IOB, UNS}, /* 3 */
226 {"write", 3, DEC, NOV, DEC, IOB, UNS}, /* 4 */
227 {"open", 3, DEC, NOV, STG, OPN, OCT}, /* 5 */
228 {"close", 1, DEC, NOV, DEC}, /*
[all...]
H A Dprint.h43 #define DEC 1 /* print value in decimal */ macro
/illumos-gate/usr/src/lib/libm/common/LD/
H A Dnextafterl.c47 #define DEC(px) { \ macro
69 #define DEC(px) { \ macro
95 DEC(px)
100 DEC(px)
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dnextafterl.c47 #define DEC(px) { \ macro
69 #define DEC(px) { \ macro
95 DEC(px)
100 DEC(px)
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dnexttowardl.c47 #define DEC(px) { \ macro
69 #define DEC(px) { \ macro
95 DEC(px)
100 DEC(px)
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c86 /* DEC is the basic 1 character decoding function (historical algorithm) */
87 #define DEC(c) decode_table[c] macro
311 n = DEC(inbuf[0]);
430 unsigned char b0 = DEC(*(in++));
431 unsigned char b1 = DEC(*(in++));
432 unsigned char b2 = DEC(*(in++));
433 unsigned char b3 = DEC(*in);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h217 #define DEC() --__m_screen->_unget._count macro
220 #define POP() __m_screen->_unget._stack[DEC()]
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y67 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC
136 %right INC DEC URE
308 | lvalue DEC = {
309 $$ = node(DEC, $1, NNULL);
381 | DEC lvalue = {
H A Dawk1.c451 c = DEC;
689 case DEC:
H A Dawk3.c1146 case DEC:
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c193 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator in enum:__anon1377
491 base = DEC;
638 base = DEC;
691 case DEC:
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c32 #ifdef DEC
38 #endif /* DEC */
3802 #ifdef DEC
3808 #endif /* DEC */
4830 # ifdef DEC
4834 # else /* DEC */
4836 # endif /* DEC */

Completed in 68 milliseconds