| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
| HD | 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);
|
| /trueos/contrib/binutils/binutils/ |
| HD | size.c | 45 decimal, octal, hex enumerator 180 radix = octal; in main() 208 radix = octal; in main() 251 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"), in main() 385 ((radix == octal) ? "0%lo" : "0x%lx")), in size_number() 398 ((radix == octal) ? "0%lo" : "0x%lx")), in rprint_number() 441 puts ((radix == octal) ? " text\t data\t bss\t oct\t hex\tfilename" : in print_berkeley_format() 458 printf (((radix == octal) ? "\t%7lo\t%7lx\t" : "\t%7lu\t%7lx\t"), in print_berkeley_format()
|
| /trueos/usr.bin/tr/ |
| HD | str.c | 242 int stopval, octal; in genrange() local 248 octal = 0; in genrange() 251 stopval = backslash(s, &octal); in genrange() 263 if (octal || was_octal || MB_CUR_MAX > 1) { in genrange()
|
| /trueos/contrib/texinfo/info/ |
| HD | infokey.c | 419 octal, in compile() enumerator 547 seqstate = octal; in compile() 587 case octal: in compile() 603 if (seqstate != octal) in compile()
|
| /trueos/contrib/tcsh/nls/spanish/ |
| HD | set9 | 12 9 Una constante octal no cabe en un carácter.\n
|
| HD | set20 | 34 31 especificación de tecla inválida -- número octal incorrecto\n
|
| /trueos/contrib/file/magic/Magdir/ |
| HD | claris | 13 #null to byte 1000 octal
|
| /trueos/usr.sbin/config/ |
| HD | lang.l | 93 unsigned int octal(const char *);
|
| /trueos/contrib/tcsh/nls/ukrainian/ |
| HD | set20 | 34 31 bad key specification -- malformed octal number\n
|
| /trueos/contrib/nvi/docs/USD.doc/vi.ref/ |
| HD | index.so | 166 octal 61
|
| /trueos/contrib/tcsh/nls/C/ |
| HD | set20 | 34 31 bad key specification -- malformed octal number\n
|
| /trueos/contrib/tcsh/nls/finnish/ |
| HD | set20 | 34 31 bad key specification -- malformed octal number\n
|
| /trueos/contrib/diff/ |
| HD | NEWS | 149 where O is a string of 1, 2, or 3 octal digits, stands for the 150 character with octal code O. E.g. %c'\0' stands for a null character. 157 The character C, or with octal code O, as above.
|
| /trueos/contrib/tcsh/nls/french/ |
| HD | set20 | 34 31 mauvaise spécification de touche -- nombre octal mal formé\n
|
| /trueos/tools/tools/nanobsd/gateworks/ |
| HD | G2358 | 69 device cambria_led # octal led latch
|
| /trueos/crypto/heimdal/lib/roken/ |
| HD | vis.hin | 54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
|
| /trueos/contrib/netbsd-tests/lib/libcurses/ |
| HD | testframe.txt | 199 \nnn Where nnn is three octal digits, the character 200 represented by the octal number will be inserted into
|
| /trueos/contrib/groff/src/roff/troff/ |
| HD | TODO | 129 Provide syntax for octal and hexadecimal numeric constants. Perhaps
|
| /trueos/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticLexKinds.td | 157 def err_invalid_octal_digit : Error<"invalid digit '%0' in octal constant">; 190 def err_octal_escape_too_large : Error<"octal escape sequence out of range">; 509 "%select{#line|GNU line marker}0 directive interprets number as decimal, not octal">;
|
| /trueos/contrib/one-true-awk/ |
| HD | FIXES | 588 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
|
| /trueos/contrib/ee/ |
| HD | README.ee | 62 (multiple characters, the first character is an "escape", octal code
|
| /trueos/usr.sbin/bsdconfig/usermgmt/share/ |
| HD | user.subr | 60 # a relative date in the form of n[mhdwoy] where n is a decimal, octal 206 # where n is a decimal, octal (leading 0) or hexadecimal (leading 893 # where n is a decimal, octal (leading 0) or hexadecimal (leading
|
| /trueos/usr.bin/sed/ |
| HD | POSIX | 60 digit octal numbers, too, not three as specified by POSIX. POSIX
|
| /trueos/contrib/dtc/Documentation/ |
| HD | manual.txt | 224 and "o#" for octal. 227 "\(octal value)", "\x(hex value)".
|
| /trueos/contrib/binutils/gas/doc/ |
| HD | as.texinfo | 507 indicates a hexadecimal value, and a leading @samp{0} indicates an octal 2418 @c Mnemonic for ACKnowledge; for ASCII this is octal code 007. 2423 Mnemonic for backspace; for ASCII this is octal code 010. 2426 @c Mnemonic for EOText; for ASCII this is octal code 004. 2431 Mnemonic for FormFeed; for ASCII this is octal code 014. 2436 Mnemonic for newline; for ASCII this is octal code 012. 2439 @c Mnemonic for prefix; for ASCII this is octal code 033, usually known as @code{escape}. 2444 Mnemonic for carriage-Return; for ASCII this is octal code 015. 2447 @c Mnemonic for space; for ASCII this is octal code 040. Included for compliance with 2453 Mnemonic for horizontal Tab; for ASCII this is octal code 011. [all …]
|