/titanic_50/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.constants.d | 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);
|
/titanic_50/usr/src/cmd/sh/ |
H A D | print.c | 240 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 D | str.c | 245 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 D | dis_sparc_fmt.c | 706 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 D | arith.sh | 353 (( 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 D | math.sh | 183 * first byte is two-digit octal number. Last digit is number of args
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | pplex.c | 1229 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 D | HISTORY | 116 09/28/87 fix CONVERTCC STRICT bug that omitted octal character constants
|
H A D | RELEASE | 93 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 D | README | 64 \ followed by 3 octal digits specifies the ascii character
|
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | math | 101 * 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 D | math | 101 * 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 D | math | 101 * 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 D | math | 101 * first byte is two-digit octal number. Last digit is number of args
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | COMPATIBILITY | 102 23. Since the POSIX standard requires that octal constants be
|
H A D | RELEASE | 1141 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 D | RELEASE93 | 332 fields caused the value to be treated as octal for arithmetic
|
/titanic_50/usr/src/cmd/sed/ |
H A D | POSIX | 60 digit octal numbers, too, not three as specified by POSIX. POSIX
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.msg | 176 \t\\ooo\tAn octal constant, where ooo is one to three\n\
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | Dialers | 48 # \nnn - send octal number
|
/titanic_50/usr/src/cmd/file/ |
H A D | magic | 32 # Numeric values may be decimal, octal, or hex. Also note that the last string
|
/titanic_50/usr/src/common/dis/i386/ |
H A D | dis_tables.c | 5389 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 D | grub.info-3 | 705 integer (decimal, octal or hexadecimal). 709 an integer (decimal, octal or hexadecimal).
|
H A D | grub.texi | 3553 an integer (decimal, octal or hexadecimal). 3557 should be an integer (decimal, octal or hexadecimal).
|
H A D | grub.info | 3414 integer (decimal, octal or hexadecimal). 3418 an integer (decimal, octal or hexadecimal).
|