Home
last modified time | relevance | path

Searched refs:OCTAL (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/sgs/size/common/
H A Dmain.c129 numbase = OCTAL; in main()
140 if (numbase != OCTAL) in main()
H A Ddefs.h30 #define OCTAL 1 macro
/titanic_41/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l53 OCTAL (0[0-7][0-7]+)
82 {OCTAL} { yylval.num = strtoul(yytext, (char **)NULL, 8);
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c101 #define OCTAL 8 /* octal base */ macro
1067 base = OCTAL; in main()
1090 base = OCTAL; in main()
1213 case OCTAL: in main()
1235 case OCTAL: in main()
2098 tbase = OCTAL; in getnumb()
2124 case OCTAL: in getnumb()
3693 tbase = OCTAL; in fprnt()
3749 tbase = OCTAL; in fprnt()
4496 char mode = BASE[base - OCTAL]; in printll()
/titanic_41/usr/src/lib/libpp/common/
H A DHISTORY153 04/06/87 add DIGIT, HEX, OCTAL and NONOCTAL case classes to ppdefs.h