Home
last modified time | relevance | path

Searched refs:octal (Results 1 – 25 of 34) sorted by relevance

12

/titanic_50/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.constants.d43 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);
/titanic_50/usr/src/cmd/sh/
H A Dprint.c240 octal(unsigned char c, unsigned char *ptr) in octal() function
263 ptr = octal(*s++, ptr); in prs_cntl()
287 ptr = octal(*olds, ptr); in prs_cntl()
/titanic_50/usr/src/cmd/tr/
H A Dstr.c245 int stopval, octal; in genrange() local
251 octal = 0; in genrange()
254 stopval = backslash(s, &octal); in genrange()
268 if (octal || was_octal || MB_CUR_MAX > 1) { in genrange()
/titanic_50/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c706 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); in fmt_call() local
717 bprintf(dhp, (octal != 0) ? "%s0%-11lo" : "%s0x%-10lx", in fmt_call()
788 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); in fmt_branch() local
871 (octal != 0) ? "%s0%-11lo <" : "%s0x%-10lx <", in fmt_branch()
878 (octal != 0) ? "%s, %s0%-5lo <" : in fmt_branch()
886 (octal != 0) ? "%s, %s0%-6lo <" : "%s, %s0x%-5lx <", in fmt_branch()
1536 int octal = ((dhp->dh_flags & DIS_OCTAL) != 0); in prt_shift() local
1552 bprintf(dhp, (octal != 0) ? "%s, 0%lo, %s" : "%s, 0x%lx, %s", in prt_shift()
2228 int octal = dhp->dh_flags & DIS_OCTAL; in prt_imm() local
2234 fmtstr = (octal != 0) ? "- 0%lo" : "- 0x%lx"; in prt_imm()
[all …]
/titanic_50/usr/src/lib/libshell/common/tests/
H A Darith.sh353 (( x == 8 )) || err_exit 'leading zeros not treated as octal arithmetic'
354 (( $x == 8 )) || err_exit 'leading zeros not treated as octal arithmetic with $x'
/titanic_50/usr/src/lib/libshell/common/features/
H A Dmath.sh183 * first byte is two-digit octal number. Last digit is number of args
/titanic_50/usr/src/lib/libpp/common/
H A Dpplex.c1229 goto octal; in ppcpp()
1240 goto octal; in ppcpp()
1248 goto octal; in ppcpp()
1252 goto octal; in ppcpp()
1299 octal: in ppcpp()
H A DHISTORY116 09/28/87 fix CONVERTCC STRICT bug that omitted octal character constants
H A DRELEASE93 02-03-11 pplex.c: add pp:modern to emit \a \v instead of octal forms
/titanic_50/usr/src/cmd/troff/nroff.d/terms.d/
H A DREADME64 \ followed by 3 octal digits specifies the ascii character
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/
H A Dmath101 * first byte is two-digit octal number. Last digit is number of args
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/
H A Dmath101 * first byte is two-digit octal number. Last digit is number of args
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/
H A Dmath101 * first byte is two-digit octal number. Last digit is number of args
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/
H A Dmath101 * first byte is two-digit octal number. Last digit is number of args
/titanic_50/usr/src/lib/libshell/common/
H A DCOMPATIBILITY102 23. Since the POSIX standard requires that octal constants be
H A DRELEASE1141 as octal constants when they should not have, has been fixed.
1152 they will not be treated as octal constants.
1294 variable, $x will not be treated as an octal constant.
1463 01-09-26 A bug in which a zero filled field was treated as octal when
1845 fields caused the value to be treated as octal for arithmetic
H A DRELEASE93332 fields caused the value to be treated as octal for arithmetic
/titanic_50/usr/src/cmd/sed/
H A DPOSIX60 digit octal numbers, too, not three as specified by POSIX. POSIX
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg176 \t\\ooo\tAn octal constant, where ooo is one to three\n\
/titanic_50/usr/src/cmd/bnu/
H A DDialers48 # \nnn - send octal number
/titanic_50/usr/src/cmd/file/
H A Dmagic32 # Numeric values may be decimal, octal, or hex. Also note that the last string
/titanic_50/usr/src/common/dis/i386/
H A Ddis_tables.c5389 int octal = dis->d86_flags & DIS_F_OCTAL; in print_imm() local
5397 octal ? "-0%llo" : "-0x%llx", (-sv) & mask); in print_imm()
5402 octal ? "+0%llo" : "+0x%llx", usv & mask); in print_imm()
5405 octal ? "0%llo" : "0x%llx", usv & mask); in print_imm()
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3705 integer (decimal, octal or hexadecimal).
709 an integer (decimal, octal or hexadecimal).
H A Dgrub.texi3553 an integer (decimal, octal or hexadecimal).
3557 should be an integer (decimal, octal or hexadecimal).
H A Dgrub.info3414 integer (decimal, octal or hexadecimal).
3418 an integer (decimal, octal or hexadecimal).

12