| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
| 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);
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | 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()
|
| /freebsd-12-stable/usr.bin/tr/ |
| D | str.c | 244 int stopval, octal; in genrange() local 250 octal = 0; in genrange() 253 stopval = backslash(s, &octal); in genrange() 265 if (octal || was_octal || MB_CUR_MAX > 1) { in genrange()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-strings/ |
| D | llvm-strings.cpp | 73 enum radix { none, octal, hexadecimal, decimal }; enumerator 99 case octal: in strings() 156 Radix = octal; in main()
|
| D | Opts.td | 16 defm radix : Eq<"radix", "Print the offset within the file with the specified radix: o (octal), d (…
|
| /freebsd-12-stable/contrib/ncurses/ncurses/tinfo/ |
| D | captoinfo.c | 587 char octal[4]; in _nc_infotocap() local 684 _nc_SPRINTF(octal, _nc_SLIMIT(sizeof(octal)) in _nc_infotocap() 686 bufptr = save_char(bufptr, octal[0]); in _nc_infotocap() 687 bufptr = save_char(bufptr, octal[1]); in _nc_infotocap() 688 xx1 = octal[2]; in _nc_infotocap()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-size/ |
| D | llvm-size.cpp | 72 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator 163 case octal: in getRadixFmt() 495 << (Radix == octal ? "oct" : "dec") in printObjectSectionSizes() 508 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printObjectSectionSizes() 859 fmt << "%7" << (Radix == octal ? PRIo64 : PRIu64) << "\t" in printBerkeleyTotals() 902 Radix = RadixTy::octal; in main()
|
| /freebsd-12-stable/contrib/tcsh/nls/spanish/ |
| D | set9 | 11 9 Una constante octal no cabe en un carácter.\n
|
| D | set20 | 33 31 especificación de tecla inválida -- número octal incorrecto\n
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | claris | 13 #null to byte 1000 octal
|
| /freebsd-12-stable/contrib/libxo/tests/core/saved/ |
| D | test_01.J.out | 1 …adder","bolt","water"]},"cost":425,"cost":455,"mode":"mode","mode_octal":"octal","links":"links","…
|
| D | test_01.JP.out | 127 "mode_octal": "octal",
|
| D | test_01.X.out | 1 …item></data4><cost>425</cost><cost>455</cost><mode>mode</mode><mode_octal>octal</mode_octal><links…
|
| D | test_01.XP.out | 118 <mode_octal>octal</mode_octal>
|
| D | test_01.E.out | 139 op string: [mode_octal] [octal] [0x8]
|
| /freebsd-12-stable/usr.sbin/config/ |
| D | lang.l | 96 unsigned int octal(const char *);
|
| /freebsd-12-stable/contrib/tcsh/nls/ukrainian/ |
| D | set20 | 33 31 bad key specification -- malformed octal number\n
|
| /freebsd-12-stable/contrib/tcsh/nls/C/ |
| D | set20 | 33 31 bad key specification -- malformed octal number\n
|
| /freebsd-12-stable/contrib/tcsh/nls/finnish/ |
| D | set20 | 33 31 bad key specification -- malformed octal number\n
|
| /freebsd-12-stable/contrib/diff/ |
| D | 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.
|
| /freebsd-12-stable/contrib/tcsh/nls/french/ |
| D | set20 | 33 31 mauvaise spécification de touche -- nombre octal mal formé\n
|
| /freebsd-12-stable/crypto/heimdal/lib/roken/ |
| D | vis.hin | 54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/ |
| D | testframe.txt | 199 \nnn Where nnn is three octal digits, the character 200 represented by the octal number will be inserted into
|
| /freebsd-12-stable/contrib/libxo/doc/ |
| D | field-formatting.rst | 61 o int base 8 (octal) 66 O unsigned long base 8 (octal)
|
| /freebsd-12-stable/contrib/ee/ |
| D | README.ee | 62 (multiple characters, the first character is an "escape", octal code
|