Searched refs:octal (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.constants.d30 * octal or hexadecimal
43 octal = 012345;
47 printf("%d %d %d %d", decimal, octal, hexadecimal_1, hexadecimal_2);
48 printf("%d %o %x %x", decimal, octal, hexadecimal_1, hexadecimal_2);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsize.c46 decimal, octal, hex
90 -o|-d|-x --radix={8|10|16} Display numbers in octal, decimal or hex\n\
182 radix = octal;
210 radix = octal;
219 hexa or octal if requested by `-x' or `-o'.
253 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"),
389 ((radix == octal) ? "0%lo" : "0x%lx")),
402 ((radix == octal) ? "0%lo" : "0x%lx")),
445 puts ((radix == octal) ? " text\t data\t bss\t oct\t hex\tfilename" :
462 printf (((radix == octal)
45 decimal, octal, hex enumerator in enum:__anon421
[all...]
/freebsd-9.3-release/usr.bin/tr/
H A Dstr.c246 int stopval, octal; local
252 octal = 0;
255 stopval = backslash(s, &octal);
267 if (octal || was_octal || MB_CUR_MAX > 1) {
344 * Translate \??? into a character. Up to 3 octal digits, if no digits either
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfokey.c324 2. A backslash \ followed by one, two, or three octal
421 octal,
426 char ocnt = 0; /* used if state == get_keyseq && seqstate == octal */
549 seqstate = octal;
589 case octal:
605 if (seqstate != octal)
419 octal, enumerator in enum:__anon4235
/freebsd-9.3-release/usr.sbin/config/
H A Dlang.l93 unsigned int octal(const char *);
137 yylval.val = octal(yytext);
205 octal(const char *str)
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES588 fixed appalling but apparently unimportant bug in parsing octal
816 Limited octal to octal digits; \8 and \9 are not octal.
917 non-octal digits in \ooo. Warning: not all compilers and libraries
/freebsd-9.3-release/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c4625 * Respect the "octal" flag. "Small negative" is defined as "in the
4643 int octal = dis->d86_flags & DIS_F_OCTAL; local
4651 octal ? "-0%llo" : "-0x%llx", (-sv) & mask);
4656 octal ? "+0%llo" : "+0x%llx", usv & mask);
4659 octal ? "0%llo" : "0x%llx", usv & mask);

Completed in 141 milliseconds