Home
last modified time | relevance | path

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

1234

/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
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);
/freebsd-12-stable/contrib/binutils/binutils/
Dsize.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()
/freebsd-12-stable/usr.bin/tr/
Dstr.c244 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/
Dllvm-strings.cpp73 enum radix { none, octal, hexadecimal, decimal }; enumerator
99 case octal: in strings()
156 Radix = octal; in main()
DOpts.td16 defm radix : Eq<"radix", "Print the offset within the file with the specified radix: o (octal), d (…
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
Dcaptoinfo.c587 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/
Dllvm-size.cpp72 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/
Dset911 9 Una constante octal no cabe en un carácter.\n
Dset2033 31 especificación de tecla inválida -- número octal incorrecto\n
/freebsd-12-stable/contrib/file/magic/Magdir/
Dclaris13 #null to byte 1000 octal
/freebsd-12-stable/contrib/libxo/tests/core/saved/
Dtest_01.J.out1 …adder","bolt","water"]},"cost":425,"cost":455,"mode":"mode","mode_octal":"octal","links":"links","…
Dtest_01.JP.out127 "mode_octal": "octal",
Dtest_01.X.out1 …item></data4><cost>425</cost><cost>455</cost><mode>mode</mode><mode_octal>octal</mode_octal><links…
Dtest_01.XP.out118 <mode_octal>octal</mode_octal>
Dtest_01.E.out139 op string: [mode_octal] [octal] [0x8]
/freebsd-12-stable/usr.sbin/config/
Dlang.l96 unsigned int octal(const char *);
/freebsd-12-stable/contrib/tcsh/nls/ukrainian/
Dset2033 31 bad key specification -- malformed octal number\n
/freebsd-12-stable/contrib/tcsh/nls/C/
Dset2033 31 bad key specification -- malformed octal number\n
/freebsd-12-stable/contrib/tcsh/nls/finnish/
Dset2033 31 bad key specification -- malformed octal number\n
/freebsd-12-stable/contrib/diff/
DNEWS149 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/
Dset2033 31 mauvaise spécification de touche -- nombre octal mal formé\n
/freebsd-12-stable/crypto/heimdal/lib/roken/
Dvis.hin54 #define VIS_OCTAL 0x01 /* use octal \ddd format */
/freebsd-12-stable/contrib/netbsd-tests/lib/libcurses/
Dtestframe.txt199 \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/
Dfield-formatting.rst61 o int base 8 (octal)
66 O unsigned long base 8 (octal)
/freebsd-12-stable/contrib/ee/
DREADME.ee62 (multiple characters, the first character is an "escape", octal code

1234