Home
last modified time | relevance | path

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

1234

/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
HDtst.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);
/trueos/contrib/binutils/binutils/
HDsize.c45 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/
HDstr.c242 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/
HDinfokey.c419 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/
HDset912 9 Una constante octal no cabe en un carácter.\n
HDset2034 31 especificación de tecla inválida -- número octal incorrecto\n
/trueos/contrib/file/magic/Magdir/
HDclaris13 #null to byte 1000 octal
/trueos/usr.sbin/config/
HDlang.l93 unsigned int octal(const char *);
/trueos/contrib/tcsh/nls/ukrainian/
HDset2034 31 bad key specification -- malformed octal number\n
/trueos/contrib/nvi/docs/USD.doc/vi.ref/
HDindex.so166 octal 61
/trueos/contrib/tcsh/nls/C/
HDset2034 31 bad key specification -- malformed octal number\n
/trueos/contrib/tcsh/nls/finnish/
HDset2034 31 bad key specification -- malformed octal number\n
/trueos/contrib/diff/
HDNEWS149 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/
HDset2034 31 mauvaise spécification de touche -- nombre octal mal formé\n
/trueos/tools/tools/nanobsd/gateworks/
HDG235869 device cambria_led # octal led latch
/trueos/crypto/heimdal/lib/roken/
HDvis.hin54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
/trueos/contrib/netbsd-tests/lib/libcurses/
HDtestframe.txt199 \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/
HDTODO129 Provide syntax for octal and hexadecimal numeric constants. Perhaps
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticLexKinds.td157 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/
HDFIXES588 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/
HDREADME.ee62 (multiple characters, the first character is an "escape", octal code
/trueos/usr.sbin/bsdconfig/usermgmt/share/
HDuser.subr60 # 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/
HDPOSIX60 digit octal numbers, too, not three as specified by POSIX. POSIX
/trueos/contrib/dtc/Documentation/
HDmanual.txt224 and "o#" for octal.
227 "\(octal value)", "\x(hex value)".
/trueos/contrib/binutils/gas/doc/
HDas.texinfo507 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 …]

1234