Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/size/common/
H A Dmain.c120 numbase = OCTAL; in main()
131 if (numbase != OCTAL) in main()
H A Ddefs.h27 #define OCTAL 1 macro
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l51 OCTAL (0[0-7][0-7]+)
80 {OCTAL} { yylval.num = strtoul(yytext, (char **)NULL, 8);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c91 #define OCTAL 8 /* octal base */ macro
1057 base = OCTAL; in main()
1080 base = OCTAL; in main()
1203 case OCTAL: in main()
1225 case OCTAL: in main()
2088 tbase = OCTAL; in getnumb()
2114 case OCTAL: in getnumb()
3683 tbase = OCTAL; in fprnt()
3739 tbase = OCTAL; in fprnt()
4486 char mode = BASE[base - OCTAL]; in printll()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DHISTORY153 04/06/87 add DIGIT, HEX, OCTAL and NONOCTAL case classes to ppdefs.h